Chromosome Float Array
data class ChromosomeFloatArray<F : Comparable<F>>(var value: FloatArray, var fitness: F? = null) : Chromosome<FloatArray, F>
Base instance for Chromosome with value as FloatArray of something
Use floats function to easily create ChromosomeFloatArray
Properties
Link copied to clipboard
Combination of genes for a Chromosome (individual) (Often an array or string)
Functions
Link copied to clipboard
Clone function to create deap copied Chromosome with the same value and fitness
Link copied to clipboard
Link copied to clipboard
Base evaluates function for Chromosome by fitnessFunction