Uses of Class
com.epochx.stats.CrossoverStatField

Packages that use CrossoverStatField
com.epochx.core   
com.epochx.stats   
 

Uses of CrossoverStatField in com.epochx.core
 

Methods in com.epochx.core that return CrossoverStatField
 CrossoverStatField[] GPAbstractModel.getCrossoverStatFields()
          Default implementation.
 

Methods in com.epochx.core with parameters of type CrossoverStatField
 void GPAbstractModel.setCrossoverStatFields(CrossoverStatField[] crossoverStatFields)
          Set the crossover statistics that the given CrossoverStatListener will receive after each crossover operation.
 

Uses of CrossoverStatField in com.epochx.stats
 

Methods in com.epochx.stats that return CrossoverStatField
 CrossoverStatField[] CrossoverStatListener.getCrossoverStatFields()
          The implementing class must return an array of fields which the listening objects are interested in listening to.
static CrossoverStatField CrossoverStatField.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CrossoverStatField[] CrossoverStatField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.