Package io.jenetics

Interface BoundedChromosome<A extends Comparable<? super A>,​G extends BoundedGene<A,​G>>

    • Method Detail

      • min

        default A min()
        Return the minimum value of this BoundedChromosome.
        Returns:
        the minimum value of this BoundedChromosome.
      • max

        default A max()
        Return the maximum value of this BoundedChromosome.
        Returns:
        the maximum value of this BoundedChromosome.