Uses of Class
fr.inria.optimization.cmaes.CMAParameters.RecombinationType

Packages that use CMAParameters.RecombinationType
fr.inria.optimization.cmaes   
 

Uses of CMAParameters.RecombinationType in fr.inria.optimization.cmaes
 

Methods in fr.inria.optimization.cmaes 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 fr.inria.optimization.cmaes 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).