Recent Releases of cma
cma - r4.3.0
- integer variables of candidate solutions are rounded (addressing also issue #286)
- moved main docstring from
fmintofmin2 - experimental plots for error estimates and sensitivities
- fix
numpyscalar type representations at various places - replace ineffective
use_archivesflag witharchive_sent_solutionsandarchive_after_sent
- Jupyter Notebook
Published by nikohansen 7 months ago
cma - r3.0.1
- removed superfluous dependency
- fully removed
EvalParallelreplaced byEvalParallel2 - broken:
EvalParallel2allows to avoidmultiprocessingall together, depending on the value ofnumber_of_processes - broken:
OOOptimizer.optimizecan parallelize function calls (usingEvalParallel2)
- Jupyter Notebook
Published by nikohansen almost 6 years ago
cma - r3.0.0
- 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.
- Jupyter Notebook
Published by nikohansen almost 6 years ago
cma - r2.7.0
CMADataLoggercode moved to its own logger module- output files go into a separate folder
outcmaesby default - improved matplotlib 3 compatibility
contour_dataandsemilogy_signedhelper functionsfitness_transformations.EvalParallel2class (different interface)fitness_models.LQModelintroduced
available at PyPI.
- Jupyter Notebook
Published by nikohansen almost 7 years ago