aboutsummaryrefslogtreecommitdiff
path: root/src/trainMSVMMaj.c
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2014-03-21 16:09:34 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2014-05-19 22:39:28 -0700
commit45ebfa383f3416cd99ada5355df1e3cc5ff9b141 (patch)
tree64502eb16f648f2965ed8c88f2fb6857d0887d02 /src/trainMSVMMaj.c
parentwork on regularization term with nonlinearity (diff)
downloadgensvm-45ebfa383f3416cd99ada5355df1e3cc5ff9b141.tar.gz
gensvm-45ebfa383f3416cd99ada5355df1e3cc5ff9b141.zip
reached basic functionality of nonlinear training and grid search
Diffstat (limited to 'src/trainMSVMMaj.c')
-rw-r--r--src/trainMSVMMaj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/trainMSVMMaj.c b/src/trainMSVMMaj.c
index af91eaf..66f6450 100644
--- a/src/trainMSVMMaj.c
+++ b/src/trainMSVMMaj.c
@@ -105,8 +105,7 @@ int main(int argc, char **argv)
// seed the random number generator (only place in programs is in
// command line interfaces)
- //srand(time(NULL));
- srand(123456);
+ srand(time(NULL));
if (msvmmaj_check_argv_eq(argc, argv, "-m")) {
struct MajModel *seed_model = msvmmaj_init_model();