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

After the optimization is over, continue the optimization #143

Closed Zcaic closed 10 months ago

Zcaic commented 10 months ago

hello, I want find a method that after I pause the optimization process, I can continue the optimization. For example, I set the number of evolution is 100, and when it reachee, I want it continue to optimize 100 generations on the basis of the previous optimization. How can I do it ? Thanks!