diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2014-07-02 17:10:45 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2014-07-02 17:10:45 +0200 |
| commit | 9a59d55868dc4edd0d55d7301d99a8adcceca05f (patch) | |
| tree | 9569bb8e25f108c6d5932a04385f4ede90b1f62b /src | |
| parent | seed V based on scale of X (diff) | |
| download | gensvm-9a59d55868dc4edd0d55d7301d99a8adcceca05f.tar.gz gensvm-9a59d55868dc4edd0d55d7301d99a8adcceca05f.zip | |
increase default number of iterations, control should go through epsilon
Diffstat (limited to 'src')
| -rw-r--r-- | src/msvmmaj_train.c | 2 |
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 |
