mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
bde795881f
pycma is a Python implementation of CMA-ES and a few related numerical optimization tools. The Covariance Matrix Adaptation Evolution Strategy (CMA-ES) is a stochastic derivative-free numerical optimization algorithm for difficult (non-convex, ill-conditioned, multi-modal, rugged, noisy) optimization problems in continuous search spaces. WWW: https://github.com/CMA-ES/pycma
10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
pycma is a Python implementation of CMA-ES and a few related numerical
|
|
optimization tools.
|
|
|
|
The Covariance Matrix Adaptation Evolution Strategy (CMA-ES) is a stochastic
|
|
derivative-free numerical optimization algorithm for difficult (non-convex,
|
|
ill-conditioned, multi-modal, rugged, noisy) optimization problems in continuous
|
|
search spaces.
|
|
|
|
WWW: https://github.com/CMA-ES/pycma
|