automatic commit
[folded-ctf.git] / global.h
index afe9dd2..8a1978f 100644 (file)
--- a/global.h
+++ b/global.h
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
+/*
+
+  We stuff all the global values in there.
+
+ */
+
 #ifndef GLOBAL_H
 #define GLOBAL_H
 
@@ -28,7 +36,6 @@ using namespace std;
 #include "progress_bar.h"
 
 enum { LOSS_EXPONENTIAL,
-       LOSS_EV_REGULARIZED,
        LOSS_HINGE,
        LOSS_LOGISTIC };