public interface BoundedChromosome<A extends Comparable<? super A>,G extends BoundedGene<A,G>> extends Chromosome<G>
BoundedGenes.| Modifier and Type | Method and Description |
|---|---|
default A |
getMax()
Return the maximum value of this
BoundedChromosome. |
default A |
getMin()
Return the minimum value of this
BoundedChromosome. |
as, getGene, getGene, length, newInstance, stream, toSeqisValidforEach, iterator, spliteratorinstances, newInstance© 2007-2017 Franz Wilhelmstötter (2017-08-22 19:30)