addPopulation

abstract fun addPopulation(population: Population<V, F>)

Adds a population to the end of subpopulations.


abstract fun addPopulation(index: Int, population: Population<V, F>)

Inserts a population into the subpopulations at the specified index.