public interface BoundedChromosome<A extends Comparable<? super A>,G extends BoundedGene<A,G>> extends Chromosome<G>
BoundedGene
s.Modifier and Type | Method and Description |
---|---|
A |
getMax()
Return the maximum value of this
BoundedChromosome . |
A |
getMin()
Return the minimum value of this
BoundedChromosome . |
getGene, getGene, length, newInstance, toSeq
isValid
newInstance
© 2007-2014 Franz Wilhelmstötter (2014-03-07 19:35)