Uses of Class
cma.CMAParameters.RecombinationType

Packages that use CMAParameters.RecombinationType
cma   
 

Uses of CMAParameters.RecombinationType in cma
 

Methods in cma that return CMAParameters.RecombinationType
static CMAParameters.RecombinationType CMAParameters.RecombinationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CMAParameters.RecombinationType[] CMAParameters.RecombinationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cma with parameters of type CMAParameters.RecombinationType
 void CMAParameters.setRecombination(int mu, CMAParameters.RecombinationType recombinationType)
          Sets parent number mu and the policy for choosing the recombination weights.
 void CMAParameters.setRecombinationWeights(CMAParameters.RecombinationType recombinationType)
          Recombination weights can be equal, linearly decreasing, or super-linearly decreasing (default).