X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=global.h;h=8a1978f00c9a479bbb906533042a01af1b42c608;hp=d19596d97e6bad6e76e1a639dbbcfbb5781a14ac;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a diff --git a/global.h b/global.h index d19596d..8a1978f 100644 --- a/global.h +++ b/global.h @@ -18,6 +18,12 @@ // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// +/* + + We stuff all the global values in there. + + */ + #ifndef GLOBAL_H #define GLOBAL_H @@ -30,7 +36,6 @@ using namespace std; #include "progress_bar.h" enum { LOSS_EXPONENTIAL, - LOSS_EV_REGULARIZED, LOSS_HINGE, LOSS_LOGISTIC };