Package | Description |
---|---|
org.apache.commons.math3.optimization.direct |
This package provides optimization algorithms that don't require derivatives.
|
org.apache.commons.math3.optimization.general |
This package provides optimization algorithms that require derivatives.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAbstractMultivariateSimpleBoundsOptimizer<FUNC extends MultivariateFunction>
Base class for implementing optimizers for multivariate scalar functions,
subject to simple bounds: The valid range of the parameters is an interval.
|
class |
BOBYQAOptimizer
Powell's BOBYQA algorithm.
|
class |
CMAESOptimizer
An implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES)
for non-linear, non-convex, non-smooth, global function minimization.
|
class |
PowellOptimizer
Powell algorithm.
|
class |
SimplexOptimizer
This class implements simplex-based direct search optimization.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScalarDifferentiableOptimizer
Base class for implementing optimizers for multivariate scalar
differentiable functions.
|
class |
NonLinearConjugateGradientOptimizer
Non-linear conjugate gradient optimizer.
|
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.