kge icon indicating copy to clipboard operation
kge copied to clipboard

Add support for job reordering to ManualSearchJob

Open rgemulla opened this issue 5 years ago • 1 comments

Most notably, a hyperparameter optimization package may be used to determine which configurations appear most promising and evaluate those first.

rgemulla avatar Jul 08 '19 16:07 rgemulla

For ax, this should work (roughly): ax_client.generation_strategy.get_model(), then score all not-yet-run points using predict.

rgemulla avatar Jul 08 '19 17:07 rgemulla