Chromosome Int Array
data class ChromosomeIntArray<F : Comparable<F>>(var value: IntArray, var fitness: F? = null) : Chromosome<IntArray, F>
Base instance for Chromosome with value as IntArray of something
Use ints function to easily create ChromosomeIntArray
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