Skip to content

Release v0.3.2

Compare
Choose a tag to compare
@c-bata c-bata released this 12 Mar 12:48

PyPI: https://pypi.org/project/cmaes/0.3.2/

CHANGES

API changes

  • CMA provides dim property method for the number of dimensions.
  • CMA provides set_bounds method to update boundary constraints.

Bug fixes

  • Disable when search_space is changed.