JAGA Homepage

Uses of Interface
org.jaga.definitions.ReproductionAlgorithm

Packages that use ReproductionAlgorithm
org.jaga.definitions   
org.jaga.reproduction   
org.jaga.reproduction.booleanFormulas   
org.jaga.reproduction.greycodedNumbers   
org.jaga.reproduction.proteinLocation   
org.jaga.util   
 

Uses of ReproductionAlgorithm in org.jaga.definitions
 

Methods in org.jaga.definitions that return ReproductionAlgorithm
 ReproductionAlgorithm GAParameterSet.getReproductionAlgorithm()
           
 

Methods in org.jaga.definitions with parameters of type ReproductionAlgorithm
 void GAParameterSet.setReproductionAlgorithm(ReproductionAlgorithm val)
           
 

Uses of ReproductionAlgorithm in org.jaga.reproduction
 

Classes in org.jaga.reproduction that implement ReproductionAlgorithm
 class CombinedReproductionAlgorithm
          TODO: Complete these comments.
 class Mutation
          TODO: Complete these comments.
 class XOver
          TODO: Complete these comments.
 

Methods in org.jaga.reproduction that return ReproductionAlgorithm
 ReproductionAlgorithm CombinedReproductionAlgorithm.getReproductionAlgorithm(int position)
           
 

Methods in org.jaga.reproduction with parameters of type ReproductionAlgorithm
 void CombinedReproductionAlgorithm.insertReproductionAlgorithm(int position, ReproductionAlgorithm algorithm)
           
 void CombinedReproductionAlgorithm.setReproductionAlgorithm(int position, ReproductionAlgorithm algorithm)
           
 int CombinedReproductionAlgorithm.findReproductionAlgorithm(ReproductionAlgorithm algorithm)
           
private  void CombinedReproductionAlgorithm.checkAlgorithmFitsTheOthers(ReproductionAlgorithm algorithm)
           
 

Uses of ReproductionAlgorithm in org.jaga.reproduction.booleanFormulas
 

Classes in org.jaga.reproduction.booleanFormulas that implement ReproductionAlgorithm
 class FunctionTreeMutation
          TODO: Complete these comments.
 class FunctionTreeXOver
          TODO: Complete these comments.
 

Uses of ReproductionAlgorithm in org.jaga.reproduction.greycodedNumbers
 

Classes in org.jaga.reproduction.greycodedNumbers that implement ReproductionAlgorithm
 class SimpleBinaryMutation
          TODO: Complete these comments.
 class SimpleBinaryXOver
          TODO: Complete these comments.
 class SimpleBinaryXOverWithMutation
          TODO: Complete these comments.
 

Uses of ReproductionAlgorithm in org.jaga.reproduction.proteinLocation
 

Classes in org.jaga.reproduction.proteinLocation that implement ReproductionAlgorithm
 class PolypeptidePatternElongation
          TODO: Complete these comments.
 class PolypeptidePatternMutation
          TODO: Complete these comments.
 class PolypeptidePatternXOver
          TODO: Complete these comments.
 

Uses of ReproductionAlgorithm in org.jaga.util
 

Methods in org.jaga.util that return ReproductionAlgorithm
 ReproductionAlgorithm DefaultParameterSet.getReproductionAlgorithm()
           
 

Methods in org.jaga.util with parameters of type ReproductionAlgorithm
 void DefaultParameterSet.setReproductionAlgorithm(ReproductionAlgorithm val)
           
 


JAGA Homepage

Go to JAGA Homepage