maxim5 / hyper-engine

Python library for Bayesian hyper-parameters optimization
https://pypi.python.org/pypi/hyperengine
Apache License 2.0
86 stars 22 forks source link

Added a limit on number of calls #12

Closed KOLANICH closed 6 years ago

maxim5 commented 6 years ago

@KOLANICH Thanks for your pull request, I've added this option: called it max_points, not to confuse with iterations and epochs that happen in training.

Technical detail: the tuner can save its state and then restore and continue working, so I've implemented it slightly differently to support this case as well.

Thanks again!