Uses of Package
org.apache.commons.math.optimization

Packages that use org.apache.commons.math.optimization
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
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.
 

Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.direct
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.
 

Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.fitting
DifferentiableMultivariateVectorialOptimizer
          This interface represents an optimization algorithm for vectorial 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
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.
 

Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization.linear
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
GoalType
          Goal type for an optimization problem.
UnivariateRealOptimizer
          Interface for (univariate real) optimization algorithms.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.