geneticalgorithm
geneticalgorithm copied to clipboard
config() only returns population and populationSize, not functions
In order to use config() to create new algorithms as variations of an existing algorithm, it should return objects containing pointers to the provided functions, and not just population and populationSize.