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

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

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

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



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.