copyOfRange

inline fun <V, F> Population<V, F>.copyOfRange(fromIndex: Int, toIndex: Int): Array<Chromosome<V, F>>

Creates copy of Population as an array by range

Parameters

fromIndex

index chromosome from (inclusive)

toIndex

index chromosome to (exclusive)