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
434 stars 57 forks source link

Fix the UDBFE fevals counting after recent pagmo changes #26

Closed bluescarni closed 4 years ago

bluescarni commented 4 years ago

Recent changes in pagmo have moved the fevals counting machinery in BFEs from the UDBFEs to the pagmo::bfe class. This PR removes the fevals update machinery from the existing pythonic UDBFEs.