Add an argument specifying tournament (pool) size in the tournament selection operator #19
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In genal/selection_operators.py tournament selection operator by default treats the number of mating parents as the tournament (pool) size. There should be an argument specifying the pool size, which is:
Probably firstly the relationship between Generation and GeneticAlgorithm classes should be cleaned up and reorganised. However, solving this example might be a good example on how to handle args for different operators between various generations in the genetic algorithm.
The text was updated successfully, but these errors were encountered: