Uses of Package
org.apache.commons.math.optimization
Packages that use org.apache.commons.math.optimization
Package
Description
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
This package provides optimization algorithms that don't require derivatives.
This package provides classes to perform curve fitting.
This package provides optimization algorithms that require derivatives.
This package provides optimization algorithms for linear constrained problems.
Univariate real functions minimum finding algorithms.
-
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimizationClassDescriptionThis interface represents an optimization algorithm for
scalar differentiable objective functions
.This interface represents an optimization algorithm forvectorial differentiable objective functions
.Goal type for an optimization problem.This interface represents an optimization algorithm forscalar objective functions
.Deprecated.in 2.2 (to be removed in 3.0).This interface specifies how to check if anoptimization algorithm
has converged.This class holds a point and the value of an objective function at this point.Interface for (univariate real) optimization algorithms.This interface specifies how to check if aoptimization algorithm
has converged.This class holds a point and the vectorial value of an objective function at this point. -
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.directClassDescriptionThis interface represents an optimization algorithm for
scalar differentiable objective functions
.Goal type for an optimization problem.This interface represents an optimization algorithm forscalar objective functions
.Deprecated.in 2.2 (to be removed in 3.0).This interface specifies how to check if anoptimization algorithm
has converged.This class holds a point and the value of an objective function at this point. -
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.fittingClassDescriptionThis interface represents an optimization algorithm for
vectorial differentiable objective functions
.Deprecated.in 2.2 (to be removed in 3.0). -
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.generalClassDescriptionThis interface represents an optimization algorithm for
scalar differentiable objective functions
.This interface represents an optimization algorithm forvectorial differentiable objective functions
.Goal type for an optimization problem.Deprecated.in 2.2 (to be removed in 3.0).This interface specifies how to check if anoptimization algorithm
has converged.This class holds a point and the value of an objective function at this point.This interface specifies how to check if aoptimization algorithm
has converged.This class holds a point and the vectorial value of an objective function at this point. -
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.linearClassDescriptionGoal type for an optimization problem.Deprecated.in 2.2 (to be removed in 3.0).This class holds a point and the value of an objective function at this point.
-
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.univariateClassDescriptionGoal type for an optimization problem.Interface for (univariate real) optimization algorithms.