Package net.bmahe.genetics4j.core.chromosomes
package net.bmahe.genetics4j.core.chromosomes
-
ClassDescriptionA chromosome implementation that represents genetic information as a sequence of bits.Base interface for all chromosome types in the genetic algorithm framework.A chromosome implementation that represents genetic information as an array of double-precision floating-point values.A chromosome implementation that represents genetic information as an array of single-precision floating-point values.A chromosome implementation that represents genetic information as an array of integer values.A chromosome implementation that represents genetic information as a tree structure.TreeNode<T>Represents a node in a tree structure used for genetic programming and tree-based chromosomes.