Releases: IOHprofiler/ModularCMAES
Fixing Warnings
Fixing overflow warnings in weights computation for very large values of mu. Also default to using float64 types for matrices.
Another bugfix for ssa
psa still had a bug in combination with sequential selection, this is adressed here
Bugfix for ssa
xnes and lp-xnes had a bug when sequential selection was active. This is adressed in this release
Additional Step Size Controls
This version implements the following additional step size control mechanisms:
~ xNES step size adaptation (xnes)
~ median-xNES step size adaptation (m-xnes)
~ xNES with Log-normal Prior step size adaptation (lp-xnes)
~ Population Step Size rule from lm-cmaes (psr)
Vectorized boundary control
Merge pull request #20 from IOHprofiler/vectorized-boundary-control fix unit test, vectorized boundary control
Hotfix
Hotfix for setup.py
Remove quasi random dependencies
Remove the sobol seq and ghalton dependecies. Introduce numba dep.
Binary release builds
v0.0.2.3 Update setup.py
Update Parameters Handle
This release allows for a more easy updating of Parameters, without resetting all the learned parameters. This release also includes a new, n_generations parameters, which can be used as an alternative break condition for the optmization procedure. When set, optimization will always break after n_generations.
Bugfix for setup.py
There was a typo in the list of dependencies, which prevent installation.