Release v0.3.2
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.