Skip to content

0.13.0

Compare
Choose a tag to compare
@relf relf released this 30 Nov 16:49
· 71 commits to master since this release
e97be19

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 in EgorConfig
  • EgorBuilder gets a configure method to tune the configuration
  • EgorService structure represents Egor 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

Full Changelog: 0.12.0...0.13.0