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

Packages that use org.apache.commons.math.optimization
org.apache.commons.math.optimization This package provides parametric optimization algorithms. 
 

Classes in org.apache.commons.math.optimization used by org.apache.commons.math.optimization
ConvergenceChecker
          This interface specifies how to check if a direct search method has converged.
CostException
          This class represents exceptions thrown by cost functions.
CostFunction
          This interface represents a cost function to be minimized.
DirectSearchOptimizer
          This class implements simplex-based direct search optimization algorithms.
PointCostPair
          This class holds a point and its associated cost.