EvolutionOptions(populationSize: Int, generations: Int, tournamentSize: Int, crossoverRate: Double, subtreeMutationRate: Double, hoistMutationRate: Double, pointMutationRate: Double, pointReplacementRate: Double, numOffspring: Int, functionSet: List<Function>, treeGeneratorOptions: TreeGeneratorOptions, metric: Metric, stoppingThreshold: Double)
A collection of options available to configure evolution by the BaseModel.