| rCMA-package | R interface to the Java CMA-ES of Niko Hansen | 
| cmaCalcFitness | Calculate the fitness of a population. | 
| cmaEvalMeanX | Evaluate the meanX of the current population. | 
| cmaGetCountEval | rCMA Getters and Setters. | 
| cmaGetDimension | rCMA Getters and Setters. | 
| cmaGetInitialX | rCMA Getters and Setters. | 
| cmaGetPopulationSize | rCMA Getters and Setters. | 
| 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. | 
| cmaSetCountEval | rCMA Getters and Setters. | 
| cmaSetDimension | rCMA Getters and Setters. | 
| cmaSetInitialX | rCMA Getters and Setters. | 
| cmaSetPopulationSize | rCMA Getters and Setters. | 
| cmaSetStopFitness | rCMA Stop Conditions. | 
| cmaSetStopMaxFunEvals | rCMA Stop Conditions. | 
| cmaSetStopTolFun | rCMA Stop Conditions. | 
| cmaUpdateDistribution | Update CMA-ES distribution with the fitness vector of the last population. | 
| rCMA | R interface to the Java CMA-ES of Niko Hansen |