esa / pagmo2

A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pagmo2/
GNU General Public License v3.0
823 stars 161 forks source link

Added batch fitness evaluation to cmaes algorithm #520

Closed julicot9 closed 1 year ago

julicot9 commented 2 years ago

This pull request adds the possibility to use batch fitness evaluation with the cmaes algorithm.

The implementation has been tested successfully.

jschueller commented 2 years ago

maybe it needs some new tests in the tests folder ?

darioizzo commented 1 year ago

Merging this. For the next release to include it.

jschueller commented 1 year ago

great news!

jschueller commented 1 year ago

are there plans for a new version this year ?

bluescarni commented 1 year ago

We are planning new releases of pagmo and pygmo for this week.