Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
553 stars 152 forks source link

Callback function in experimenter #224

Closed jtorreci closed 3 months ago

jtorreci commented 5 months ago

I want to carry on with an experiment to try several algorithms, and I am interested in storing results from each algorithm every nth iterations.

If I run them without experiment, one by one, it is easy to implement a callback function, but I don't know how to call it from experimenter, since it is declared as a parameter of the step method and not as a parameter of the algorithm

github-actions[bot] commented 3 months ago

This issue is stale and will be closed soon. If you feel this issue is still relevant, please comment to keep it active. Please also consider working on a fix and submitting a PR.