See: Description
| Class | Description | 
|---|---|
| AbstractSimplex | This class implements the simplex concept. | 
| BOBYQAOptimizer | Powell's BOBYQA algorithm. | 
| CMAESOptimizer | An implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES)
 for non-linear, non-convex, non-smooth, global function minimization. | 
| CMAESOptimizer.PopulationSize | Population size. | 
| CMAESOptimizer.Sigma | Input sigma values. | 
| MultiDirectionalSimplex | This class implements the multi-directional direct search method. | 
| NelderMeadSimplex | This class implements the Nelder-Mead simplex algorithm. | 
| PowellOptimizer | Powell's algorithm. | 
| SimplexOptimizer | This class implements simplex-based direct search optimization. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.