From 244b5d30b3f794a030be5d943fa9f672e50c38ad Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 26 Jun 2014 17:53:51 +0200 Subject: remove fixed random seed from grid search --- src/msvmmaj_train_dataset.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/msvmmaj_train_dataset.c') diff --git a/src/msvmmaj_train_dataset.c b/src/msvmmaj_train_dataset.c index 29b410b..7db1379 100644 --- a/src/msvmmaj_train_dataset.c +++ b/src/msvmmaj_train_dataset.c @@ -425,10 +425,6 @@ void consistency_repeats(struct Queue *q, long repeats, TrainType traintype) * seed_model parameter. If seed_model is NULL, random starting values are * used. * - * @todo - * There must be some inefficiencies here because the fold model is allocated - * at every fold. This would be detrimental with large datasets. - * * @param[in] model MajModel with the configuration to train * @param[in] seed_model MajModel with a seed for MajModel::V * @param[in] data MajData with the dataset -- cgit v1.2.3