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

G

getAxisRatio() - Method in class cma.CMAEvolutionStrategy
ratio between length of longest and shortest axis of the distribution ellipsoid, which is the square root of the largest divided by the smallest eigenvalue of the covariance matrix
getBestEvaluationNumber() - Method in class cma.CMAEvolutionStrategy
 
getBestFunctionValue() - Method in class cma.CMAEvolutionStrategy
objective function value of best solution found so far.
getBestRecentFunctionValue() - Method in class cma.CMAEvolutionStrategy
objective function value of the, best solution in the recent iteration (population)
getBestRecentSolution() - Method in class cma.CMAEvolutionStrategy
Get best evaluated solution of the last (recent) iteration.
getBestRecentX() - Method in class cma.CMAEvolutionStrategy
best search point of the recent iteration.
getBestSolution() - Method in class cma.CMAEvolutionStrategy
get best evaluated solution found so far.
getBestX() - Method in class cma.CMAEvolutionStrategy
get best evaluated search point found so far.
getCc() - Method in class cma.CMAParameters
Getter for backward time horizon parameter cc for distribution cumulation (for evolution path pc).
getCcov(boolean) - Method in class cma.CMAParameters
Getter for property covariance matrix learning rate ccov
getCcov() - Method in class cma.CMAParameters
Getter for property covariance matrix learning rate ccov
getCountEval() - Method in class cma.CMAEvolutionStrategy
number of objective function evaluations counted so far
getCountIter() - Method in class cma.CMAEvolutionStrategy
number of iterations conducted so far
getCs() - Method in class cma.CMAParameters
Getter for cs, parameter for the backward time horizon for the cumulation for sigma.
getDamps() - Method in class cma.CMAParameters
Getter for step-size damping damps.
getDataC() - Method in class cma.CMAEvolutionStrategy
correlations and covariances of the search distribution.
getDataRowAxlen() - Method in class cma.CMAEvolutionStrategy
6-th to last column are sorted axis lengths axlen
getDataRowFitness() - Method in class cma.CMAEvolutionStrategy
 
getDataRowStddev() - Method in class cma.CMAEvolutionStrategy
 
getDataRowXMean() - Method in class cma.CMAEvolutionStrategy
 
getDataRowXRecentBest() - Method in class cma.CMAEvolutionStrategy
 
getDefaults(int) - Method in class cma.CMAParameters
get default parameter setting depending on given dimension N
getDefaults(int, int) - Method in class cma.CMAParameters
get default parameter setting depending on dimension N and population size lambda.
getDimension() - Method in class cma.CMAEvolutionStrategy
 
getEvaluationNumber() - Method in class cma.CMASolution
 
getEvaluationNumber() - Method in interface cma.ISolutionPoint
count at what evaluation number the search point x was evaluated
getFirstToken(String, Double) - Method in class cma.CMAOptions
Returns the double value of the first token of a string s or the default, if the string is null or empty.
getFirstToken(String) - Method in class cma.CMAOptions
should become generic with type argument?
getFirstToken(String, Integer) - Method in class cma.CMAOptions
Returns the Integer value of the first token of a string s or the default, if the string is null or empty.
getFitness() - Method in class cma.CMASolution
 
getFitness() - Method in interface cma.ISolutionPoint
objective function value (fitness) of the search point x
getInitialX() - Method in class cma.CMAEvolutionStrategy
the final setting of initial x can be retrieved only after init() was called
getLambda() - Method in class cma.CMAParameters
Getter for offspring population size lambda, no check, whether lambda was already set properly
getMeanX() - Method in class cma.CMAEvolutionStrategy
Get mean of the current search distribution.
getMessages() - Method in class cma.CMAEvolutionStrategy.StopCondition
get description messages of satisfied termination criteria.
getMu() - Method in class cma.CMAParameters
Getter for property mu.
getMucov() - Method in class cma.CMAParameters
Getter for property mucov.
getMueff() - Method in class cma.CMAParameters
Getter for property mueff, the "variance effective selection mass".
getNumber() - Method in class cma.CMAEvolutionStrategy.StopCondition
greater than zero whenever a termination criterion was satisfied, zero otherwise.
getParameterDefaults() - Method in class cma.CMAEvolutionStrategy
get default parameters in new CMAParameters instance, dimension must have been set before calling getDefaults
getParameterDefaults(int) - Method in class cma.CMAEvolutionStrategy
get default parameters in new CMAParameters instance
getPopulationSize() - Method in class cma.CMAParameters
 
getPrintAnnotation() - Method in class cma.CMAEvolutionStrategy
returns an annotation string for the printings of method println().
getPrintLine() - Method in class cma.CMAEvolutionStrategy
printing output in a viewable formatting style.
getProperties() - Method in class cma.CMAEvolutionStrategy
get properties previously read from a property file.
getRand() - Method in class cma.CMAEvolutionStrategy
get used random number generator instance
getSeed() - Method in class cma.CMAEvolutionStrategy
 
getWeights() - Method in class cma.CMAParameters
Getter for property weights.
getWorstRecentFunctionValue() - Method in class cma.CMAEvolutionStrategy
objective function value of the, worst solution of the recent iteration.
getX() - Method in class cma.CMASolution
 
getX() - Method in interface cma.ISolutionPoint
value of the point in search space, that is in the preimage of the objective function to be optimized

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