Closed GoogleCodeExporter closed 9 years ago
Original comment by zach.br...@datamininglab.com
on 12 Feb 2014 at 8:49
Michael and Jess,
We've been able to reproduce and fix these bugs with crashes and incorrect
number of warmup trials, but we need your input on a special case.
Sometimes in the testing cases you provided, more warmup trials were requested
than the expected number of experimental trials. In these cases, we have only
created as many warmup trials as experimental trials. To create more, we would
have to duplicate some trials, and then the warmup would be longer than the
actual experiment.
If you want, we can give as many warmups as requested (though this does not
make as much sense to us for experimental purposes).
Or, we could continue capping the number of warmups as we have been doing, and
provide some debug logging to alert that too many warmups were requested, but
continue to function normally.
Let us know what functionality you want.
Original comment by zach.br...@datamininglab.com
on 12 Feb 2014 at 9:00
Fixed in r189.
Found the error in our warmup trial building code. It was causing both the
crashes and inconsistent number of warmup trials.
Special case: If more warmup trials than available trials are requested, number
of warmup trials is capped at the number of available trials.
Original comment by zach.br...@datamininglab.com
on 14 Feb 2014 at 9:40
Original issue reported on code.google.com by
jess.gil...@gmail.com
on 5 Feb 2014 at 9:11Attachments: