Package net.bmahe.genetics4j.core.chromosomes


package net.bmahe.genetics4j.core.chromosomes
  • Class
    Description
    A 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.
    Represents a node in a tree structure used for genetic programming and tree-based chromosomes.