0.13.0
ego
: Egor ask-and-tell interface by @relf in #116
Breaking Changes: API refactoring to enable ask-and-tell
interface
- Configuration of
Egor
is factorized out inEgorConfig
EgorBuilder
gets aconfigure
method to tune the configurationEgorService
structure representsEgor
when used as service (ie. ask-and-tell API)- Python
Egor
API changes:- function under optimization is now pass via
minimize(fun, max_iters=...)
method - new method
suggest(xdoe, ydoe)
allows to ask for x suggestion and tell current function evaluations - new method
get_result(xdoe, ydoe)
to get the best evaluation (ie the minimum) from given ones
- function under optimization is now pass via
Full Changelog: 0.12.0...0.13.0