In order to better manage overhead, add an attribute to the GeneticAlgorithm class with the max number of processes to be utilised at the same time. This way for simpler problems or fewer chromosomes per generation User will be able to limit number of CPUs used to limit overhead.
In order to better manage overhead, add an attribute to the
GeneticAlgorithmclass with the max number of processes to be utilised at the same time. This way for simpler problems or fewer chromosomes per generation User will be able to limit number of CPUs used to limit overhead.