| Package | Description | 
|---|---|
| org.apache.commons.math3.optim | 
  Generally, optimizers are algorithms that will either
   minimizeormaximizea scalar function, called theobjective
  function. | 
| org.apache.commons.math3.optim.univariate | One-dimensional optimization algorithms. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimplePointChecker<PAIR extends Pair<double[],? extends Object>>Simple implementation of the  ConvergenceCheckerinterface using
 only point coordinates. | 
| class  | SimpleValueCheckerSimple implementation of the  ConvergenceCheckerinterface using
 only objective function values. | 
| class  | SimpleVectorValueCheckerSimple implementation of the  ConvergenceCheckerinterface using
 only objective function values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleUnivariateValueCheckerSimple implementation of the
  ConvergenceCheckerinterface
 that uses only objective function values. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.