Hi,

Does anyone know any source (journal paper, conference paper, slides, etc.) that shows how to improve runtime of Genetic Algorithms (or any Evolutionary Algorithm)? I am hoping to find a way to increase the speed of GA to match or get as close as possible to the equivalent mathematical programming problem. I am looking for both algorithmic tweaks (e.g. giving the GA a good starting population) and implementation/technical tricks (e.g. using Cython if the GA code is written in Python).

Many thanks,

Majed

More Majed Khadem's questions See All
Similar questions and discussions