Uses of Package
org.apache.commons.math.optimization
-
Packages that use org.apache.commons.math.optimization 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. -
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization Class Description DifferentiableMultivariateRealOptimizer This interface represents an optimization algorithm forscalar differentiable objective functions
.DifferentiableMultivariateVectorialOptimizer This interface represents an optimization algorithm forvectorial differentiable objective functions
.GoalType Goal type for an optimization problem.MultivariateRealOptimizer This interface represents an optimization algorithm forscalar objective functions
.OptimizationException Deprecated.in 2.2 (to be removed in 3.0).RealConvergenceChecker This interface specifies how to check if anoptimization 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 aoptimization algorithm
has converged.VectorialPointValuePair 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.direct Class Description DifferentiableMultivariateRealOptimizer This interface represents an optimization algorithm forscalar differentiable objective functions
.GoalType Goal type for an optimization problem.MultivariateRealOptimizer This interface represents an optimization algorithm forscalar objective functions
.OptimizationException Deprecated.in 2.2 (to be removed in 3.0).RealConvergenceChecker This interface specifies how to check if anoptimization algorithm
has converged.RealPointValuePair 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.fitting Class Description DifferentiableMultivariateVectorialOptimizer This interface represents an optimization algorithm forvectorial differentiable objective functions
.OptimizationException Deprecated.in 2.2 (to be removed in 3.0). -
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.general Class Description DifferentiableMultivariateRealOptimizer This interface represents an optimization algorithm forscalar differentiable objective functions
.DifferentiableMultivariateVectorialOptimizer This interface represents an optimization algorithm forvectorial 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 anoptimization 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 aoptimization algorithm
has converged.VectorialPointValuePair 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.linear Class 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. -
Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.univariate Class Description GoalType Goal type for an optimization problem.UnivariateRealOptimizer Interface for (univariate real) optimization algorithms.