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
Egoris factorized out inEgorConfig EgorBuildergets aconfiguremethod to tune the configurationEgorServicestructure representsEgorwhen used as service (ie. ask-and-tell API)- Python
EgorAPI 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