Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If Population is not initialized - Fills a Population with randomly generated Chromosomes by Population.factory.
Link copied to clipboard
suspend fun <V, F> PanmicticEvolveScope<V, F>.resize(newSize: Int? = null, newBuffer: Int? = null, evaluateBuffered: Boolean = true, parallelismLimit: Int = parallelismConfig.workersCount, fitnessFunction: (V) -> F = this.fitnessFunction)
Sets PanmicticPopulation.size and PanmicticPopulation.buffer of population.