GeneticAlgorithmPython icon indicating copy to clipboard operation
GeneticAlgorithmPython copied to clipboard

feature request: variable length genetic algorithm

Open robbiemu opened this issue 4 years ago • 0 comments

a whole class of problems such as topological partitioning or bezier path finding naturally lend themselves to variable-length genetic alogorithms. the first GA I ever wrote was variable length. I was surprised to find that this is not an option.

This could be added simply by allowing per-parent selection of points in mutation.

robbiemu avatar Dec 12 '21 17:12 robbiemu