Chromosome Long Array
data class ChromosomeLongArray<F : Comparable<F>>(var value: LongArray, var fitness: F? = null) : Chromosome<LongArray, F>
Base instance for Chromosome with value as LongArray of something
Use longs function to easily create ChromosomeLongArray
Properties
Functions
Link copied to clipboard
Clone function to create deap copied Chromosome with the same value and fitness
Link copied to clipboard
Base evaluates function for Chromosome by fitnessFunction