Looking for a way to reuse 50% of previous population best individuals in different GA iteration .
For example at the end of current iteration inside a process do "population = ga.getPopulation()".Next iteration initialize 50% of that pop.
Does anyone know how to handle the population results?
Slices of code applied to this problem.
Function required:
stepCallback (native function from pyevolve) is called in every generation .