esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
414 stars 56 forks source link

Added batch fitness evaluation to cmaes algorithm #139

Closed julicot9 closed 1 year ago

julicot9 commented 1 year ago

Added the python bindings for the batch fitness evaluation of the cmaes algorithm previously added to the pagmo 2.19.0 release.

Also minor typo correction in the maco_set_bfe_docstring function.

bluescarni commented 1 year ago

@julicot9 Thanks!