Searched defs:chromosomeRepresentation (Results 1 - 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DAbstractListChromosome.java60 * @param chromosomeRepresentation representation of the chromosome
64 protected abstract void checkValidity(List<T> chromosomeRepresentation) throws InvalidRepresentationException; argument
90 * @param chromosomeRepresentation
95 public abstract AbstractListChromosome<T> newFixedLengthChromosome(final List<T> chromosomeRepresentation); argument
H A DBinaryChromosome.java51 protected void checkValidity(List<Integer> chromosomeRepresentation) throws InvalidRepresentationException { argument
52 for (int i : chromosomeRepresentation) {
H A DRandomKey.java175 protected void checkValidity(java.util.List<Double> chromosomeRepresentation) throws InvalidRepresentationException { argument
176 for (double val : chromosomeRepresentation) {

Completed in 268 milliseconds