Commit Graph

4 Commits

Author SHA1 Message Date
orehunt
a5b44de0f6 hyperopt shared mode
- shared mode uses one optimizer with shared results
- multi mode runs as many optimizers as jobs and results are
only shared on ask
- a flag to override the strategy when asking more points (--lie-strat)
- make sure to ask with n_points `None` to avoid computing more
points than needed in shared mode
- reduce n of models to 1 in multi mode
- don't load more than the specified number of jobs when loading previous optimizers
- stretch the batch length to reach the epochs limit
- a warning for when no epochs are logged
2020-03-15 18:24:29 +01:00
orehunt
f797413c80 - added multi optimizer mode
- tweaked optimizer config
- dump optimizer state on disk
2020-03-02 07:47:34 +01:00
orehunt
d96e842a21 added effort as new argument 2020-02-25 16:17:56 +01:00
orehunt
0a49dcb712 - batched hyperopt
- auto epochs
2020-02-22 09:39:14 +01:00