Uses of Package
cma

Packages that use cma
cma   
 

Classes in cma used by cma
CMAEvolutionStrategy.StopCondition
          Interface to whether and which termination criteria are satisfied
CMAOptions
          Simple container of (mostly generic) options for the optimization, like the maximum number of objective function evaluations, see class fields.
CMAParameters
          Interface to strategy parameters for the CMA Evolution Strategy, most importantly the population size lambda, while the change of other parameters is discouraged.
CMAParameters.RecombinationType
           
CMASolution
          solution point in search space.
ISolutionPoint
          solution point in search space, single-objective case