Skip to content

0.30.0

Choose a tag to compare

@relf relf released this 27 Jun 09:13
· 153 commits to master since this release

What's Changed

  • Refactor GP configuration from Egor optimizer by @relf in #273
  • Improve Egor Python API: to_specs is now useless and deprecated by @relf in #282
  • Add new optim multistart strategy based on picking points in-between training points by @relf in #279
  • Add pyi file generation using pyo3-stub-gen by @relf in #276
  • Fix MoE (hard) gradients, py source dir and theta init by @relf in #278
  • Add link to an example of EGObox optimizer usage (MDO course 2025) by @jomorlier in #280

New Contributors