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