aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2014-07-02 17:10:45 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2014-07-02 17:10:45 +0200
commit9a59d55868dc4edd0d55d7301d99a8adcceca05f (patch)
tree9569bb8e25f108c6d5932a04385f4ede90b1f62b
parentseed V based on scale of X (diff)
downloadgensvm-9a59d55868dc4edd0d55d7301d99a8adcceca05f.tar.gz
gensvm-9a59d55868dc4edd0d55d7301d99a8adcceca05f.zip
increase default number of iterations, control should go through epsilon
-rw-r--r--src/msvmmaj_train.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msvmmaj_train.c b/src/msvmmaj_train.c
index 4aea85f..984f2b1 100644
--- a/src/msvmmaj_train.c
+++ b/src/msvmmaj_train.c
@@ -24,7 +24,7 @@
/**
* Maximum number of iterations of the algorithm.
*/
-#define MAX_ITER 1000000
+#define MAX_ITER 1000000000
/**
* @brief The main training loop for MSVMMaj