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
436 stars 56 forks source link

Having callbacks #158

Open MaAl13 opened 6 months ago

MaAl13 commented 6 months ago

Hello everyone,

i tried to figure out how to have a callback function for the simulated annealing. Does there exist such a thing since i haven't really found it. Essentially i would need a callback function or some time budget in order to do hyperparametertuning. I want to find the optimal hyperparameters for a given algorithm and problem within a certain time budget. Is there any way to extract that information during runtime?