JAGA Homepage

Uses of Class
org.jaga.individualRepresentation.greycodedNumbers.NDecimalsIndividual

Packages that use NDecimalsIndividual
org.jaga.individualRepresentation.greycodedNumbers   
org.jaga.reproduction.greycodedNumbers   
 

Uses of NDecimalsIndividual in org.jaga.individualRepresentation.greycodedNumbers
 

Methods in org.jaga.individualRepresentation.greycodedNumbers with parameters of type NDecimalsIndividual
 boolean NDecimalsIndividualSimpleFactory.valid(NDecimalsIndividual indiv)
          Checks if the values of the specified individual are in the ranges specified by constraints of this factory.
 Individual NDecimalsIndividualSimpleFactory.createSpecificIndividual(NDecimalsIndividual initVal)
           
 

Uses of NDecimalsIndividual in org.jaga.reproduction.greycodedNumbers
 

Methods in org.jaga.reproduction.greycodedNumbers that return NDecimalsIndividual
private  NDecimalsIndividual[] SimpleBinaryXOver.createKidsFromEncoding(GAParameterSet params, BitString c1, BitString c2)
           
 

Methods in org.jaga.reproduction.greycodedNumbers with parameters of type NDecimalsIndividual
private  boolean SimpleBinaryXOver.kidsSatisfyConstraints(NDecimalsIndividual[] kids, GAParameterSet params)
           
 


JAGA Homepage

Go to JAGA Homepage