Uses of Interface
classifier.gp.CrossoverOperator

Packages that use CrossoverOperator
classifier.gp   
 

Uses of CrossoverOperator in classifier.gp
 

Classes in classifier.gp that implement CrossoverOperator
 class CrossoverPlain
          Implementation of the classical crossover operator
 

Methods in classifier.gp that return CrossoverOperator
 CrossoverOperator Breeder.getCrossoverOperator()
           
 

Methods in classifier.gp with parameters of type CrossoverOperator
 void Breeder.setCrossoverOperator(CrossoverOperator cr)
           
 

Constructors in classifier.gp with parameters of type CrossoverOperator
Breeder(double rp_rate, double mt_rate, double cr_rate, SelectionFunction rp_sel, SelectionFunction mt_sel, SelectionFunction cr_sel1, SelectionFunction cr_sel2, MutationOperator mt, CrossoverOperator cr)