Re-initialize the population in Evolutionary.jl (Julia) - using callback?

34 Views Asked by At

Is it possible to access the current population at the end of each iteration, for example by using the callback in the Evolutionary.Options (or any other feasible way)?

Say, I want to check the population at the end of each iteration, and adding new individuals if some conditions are satisfied (specific to my case).

Thanks

0

There are 0 best solutions below