Open
Description
Dear PyGAD team,
Thinking how evolutionary algorithms work, I was wondering if it could make sense to start off with a large population, and reduce the population size over time, to start with more population diversity, and narrowing it down as the algorithm gets closer to the optimum. Making the input parameter sol_per_pop
a list to be able to define population size for each generation could be a straightforward implementation. Do you think this is something worth considering?
All the best,
Timo Richert