cmaCalcFitness          Calculate the fitness of a population.
cmaEvalMeanX            Evaluate the meanX of the current population.
cmaInit                 Initialize a CMA-ES Java object.
cmaNew                  Create a new CMA-ES Java object.
cmaOptimDP              Perform a CMA-ES optimization with constraints
                        (DP).
cmaSamplePopulation     Sample a population from the current CMA-ES
                        distribution.
cmaSetDimension         rCMA Getters and Setters.
cmaSetStopFitness       rCMA Stop Conditions.
cmaUpdateDistribution   Update CMA-ES distribution with the fitness
                        vector of the last population.
rCMA-package            R interface to the Java CMA-ES of Niko Hansen
