copy Of Range
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
from Index
index chromosome from (inclusive)
to Index
index chromosome to (exclusive)