Published April 17, 2020
| Version r3.0.0
Software
Open
CMA-ES/pycma: r3.0.0
Description
- constraints handling with an Augmented Lagrangian, see
cma.fmin_con x0andsigma0cannot be a string anymore, butx0may be acallable(a function)- injections are excluded from negative covariance matrix updates addressing #124
- improved generic Logger, see
cma.logger.Logger - a wrapper as scikit optimizer, use
import cma.wrapper - plotting works now interactively also in a Jupyter notebook
logger.plot(addcols=1)plots additionally correlation and precision matrices (experimental)- new
tolflatfitnesstermination option (replaces warnings/errors) - new
tolfunreltermination option (deactivated by default) - "signals" file is active by default but ignored in verbose=-9 setting
- various other fixes and small improvements
available at PyPI.
Files
CMA-ES/pycma-r3.0.0.zip
Files
(247.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:0fcb3734a8842e7cc77207fe02c7b674
|
247.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/CMA-ES/pycma/tree/r3.0.0 (URL)