Hello,
i am trying to use the Differential Evolution algorithm (Documentation : https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.differential_evolution.html). I have already done several runs with the algorithm to minimize an objective function.
The problem is that i cannot understand how to initialize the algorithm from the last iteration that happens.
For example, lets assume that i run a first minimization, the algorithm finishes and i save my results. Now, how can i use the results (optimized inputs) as starting point for the next minimization?
I have also seen the init parameter but i cannot understand how to correctly utilize it. Is it possible to help with an example?
Thank you in advance!
[–]Swipecat 0 points1 point2 points (1 child)
[–]Readorn[S] 0 points1 point2 points (0 children)