Package | Description |
---|---|
org.apache.commons.math.optimization |
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
|
org.apache.commons.math.optimization.direct |
This package provides optimization algorithms that don't require derivatives.
|
org.apache.commons.math.optimization.fitting |
This package provides classes to perform curve fitting.
|
org.apache.commons.math.optimization.general |
This package provides optimization algorithms that require derivatives.
|
org.apache.commons.math.optimization.linear |
This package provides optimization algorithms for linear constrained problems.
|
org.apache.commons.math.optimization.univariate |
Univariate real functions minimum finding algorithms.
|
Class and Description |
---|
DifferentiableMultivariateRealOptimizer
This interface represents an optimization algorithm for
scalar differentiable objective
functions . |
DifferentiableMultivariateVectorialOptimizer
This interface represents an optimization algorithm for
vectorial differentiable objective functions . |
GoalType
Goal type for an optimization problem.
|
MultivariateRealOptimizer
This interface represents an optimization algorithm for
scalar objective functions . |
OptimizationException
Deprecated.
in 2.2 (to be removed in 3.0).
|
RealConvergenceChecker
This interface specifies how to check if an
optimization
algorithm has converged. |
RealPointValuePair
This class holds a point and the value of an objective function at this point.
|
UnivariateRealOptimizer
Interface for (univariate real) optimization algorithms.
|
VectorialConvergenceChecker
This interface specifies how to check if a
optimization algorithm has converged. |
VectorialPointValuePair
This class holds a point and the vectorial value of an objective function at this point.
|
Class and Description |
---|
DifferentiableMultivariateRealOptimizer
This interface represents an optimization algorithm for
scalar differentiable objective
functions . |
GoalType
Goal type for an optimization problem.
|
MultivariateRealOptimizer
This interface represents an optimization algorithm for
scalar objective functions . |
OptimizationException
Deprecated.
in 2.2 (to be removed in 3.0).
|
RealConvergenceChecker
This interface specifies how to check if an
optimization
algorithm has converged. |
RealPointValuePair
This class holds a point and the value of an objective function at this point.
|
Class and Description |
---|
DifferentiableMultivariateVectorialOptimizer
This interface represents an optimization algorithm for
vectorial differentiable objective functions . |
OptimizationException
Deprecated.
in 2.2 (to be removed in 3.0).
|
Class and Description |
---|
DifferentiableMultivariateRealOptimizer
This interface represents an optimization algorithm for
scalar differentiable objective
functions . |
DifferentiableMultivariateVectorialOptimizer
This interface represents an optimization algorithm for
vectorial differentiable objective functions . |
GoalType
Goal type for an optimization problem.
|
OptimizationException
Deprecated.
in 2.2 (to be removed in 3.0).
|
RealConvergenceChecker
This interface specifies how to check if an
optimization
algorithm has converged. |
RealPointValuePair
This class holds a point and the value of an objective function at this point.
|
VectorialConvergenceChecker
This interface specifies how to check if a
optimization algorithm has converged. |
VectorialPointValuePair
This class holds a point and the vectorial value of an objective function at this point.
|
Class and Description |
---|
GoalType
Goal type for an optimization problem.
|
OptimizationException
Deprecated.
in 2.2 (to be removed in 3.0).
|
RealPointValuePair
This class holds a point and the value of an objective function at this point.
|
Class and Description |
---|
GoalType
Goal type for an optimization problem.
|
UnivariateRealOptimizer
Interface for (univariate real) optimization algorithms.
|
Copyright © 2003–2019. All rights reserved.