orionw / configtune

An easy way to tune machine learning hyperparameters (especially for those that use a config file)
MIT License
1 stars 0 forks source link

Should we allow a "time limit" for tuning #3

Closed orionw closed 5 years ago

orionw commented 5 years ago

Could possibly enforce a time-out no matter where we are in the tuning process and write the results to file.

Not sure if wanted or needed, but it is an option.

bjschoenfeld commented 5 years ago

It could finish the current generation and not start anymore once the time limit is reached. That would be simple.