v0.7.0
CHANGES
New features
Separable CMA-ES is added at #82. It accelerates the search by ignoring the dependency of variables. This is inefficient if there is a strong dependency between variables; however, this technique significantly improves the performance if the dependency can be ignored.
Benchmark |
---|
![]() |
Dependency
- Drop Python 3.5 support (#74)