A C D F G H I L M O P R S U V W

C

check() - Method in class cma.CMAParameters
Checks strategy parameter setting with respect to principle consistency.
checkEigenSystem - Variable in class cma.CMAOptions
checks eigendecomposition mainly for debugging purpose, default is 0==no-check; the function checkEigenSystem requires O(N^3) operations.
clear() - Method in class cma.CMAEvolutionStrategy.StopCondition
remove all earlier termination condition messages
cma - package cma
 
cma.examples - package cma.examples
 
cma.fitness - package cma.fitness
 
CMAEvolutionStrategy - Class in cma
implements the Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization.
CMAEvolutionStrategy() - Constructor for class cma.CMAEvolutionStrategy
postpones most initialization.
CMAEvolutionStrategy(Properties) - Constructor for class cma.CMAEvolutionStrategy
retrieves options and strategy parameters from properties input, see file CMAEvolutionStrategy.properties for valid properties
CMAEvolutionStrategy(String) - Constructor for class cma.CMAEvolutionStrategy
reads properties (options, strategy parameter settings) from file propertiesFileName
CMAEvolutionStrategy(int) - Constructor for class cma.CMAEvolutionStrategy
 
CMAEvolutionStrategy.CMAException - Exception in cma
very provisional error handling.
CMAEvolutionStrategy.StopCondition - Class in cma
Interface to whether and which termination criteria are satisfied
CMAEvolutionStrategy.StopCondition() - Constructor for class cma.CMAEvolutionStrategy.StopCondition
 
CMAExample1 - Class in cma.examples
A very short example program how to use the class CMAEvolutionStrategy.
CMAExample1() - Constructor for class cma.examples.CMAExample1
 
CMAExample2 - Class in cma.examples
Example of how to use the class CMAEvolutionStrategy including restarts with increasing population size (IPOP).
CMAExample2() - Constructor for class cma.examples.CMAExample2
 
CMAExampleSP1 - Class in cma.examples
Example of how to use the class CMAEvolutionStrategy including restarts with increasing population size (IPOP).
CMAExampleSP1() - Constructor for class cma.examples.CMAExampleSP1
 
CMAOptions - Class in cma
Simple container of (mostly generic) options for the optimization, like the maximum number of objective function evaluations, see class fields.
CMAOptions() - Constructor for class cma.CMAOptions
 
CMAParameters - Class in cma
Interface to strategy parameters for the CMA Evolution Strategy, most importantly the population size lambda, while the change of other parameters is discouraged.
CMAParameters() - Constructor for class cma.CMAParameters
 
CMAParameters.RecombinationType - Enum in cma
 
CMASolution - Class in cma
solution point in search space.
CMASolution() - Constructor for class cma.CMASolution
 
CMASolution(double[], double, long) - Constructor for class cma.CMASolution
 
CMASolution(double[]) - Constructor for class cma.CMASolution
 

A C D F G H I L M O P R S U V W