Uses of Class
org.apache.commons.math3.genetics.InvalidRepresentationException

Packages that use InvalidRepresentationException
org.apache.commons.math3.genetics This package provides Genetic Algorithms components and implementations. 
 

Uses of InvalidRepresentationException in org.apache.commons.math3.genetics
 

Methods in org.apache.commons.math3.genetics that throw InvalidRepresentationException
protected  void RandomKey.checkValidity(List<Double> chromosomeRepresentation)
          Asserts that representation can represent a valid chromosome.
protected  void BinaryChromosome.checkValidity(List<Integer> chromosomeRepresentation)
          Asserts that representation can represent a valid chromosome.
protected abstract  void AbstractListChromosome.checkValidity(List<T> chromosomeRepresentation)
          Asserts that representation can represent a valid chromosome.
 

Constructors in org.apache.commons.math3.genetics that throw InvalidRepresentationException
AbstractListChromosome(List<T> representation)
          Constructor.
AbstractListChromosome(T[] representation)
          Constructor.
BinaryChromosome(Integer[] representation)
          Constructor.
BinaryChromosome(List<Integer> representation)
          Constructor.
RandomKey(Double[] representation)
          Constructor.
RandomKey(List<Double> representation)
          Constructor.
 



Copyright © 2017 CNES. All Rights Reserved.