| Package | Description | 
|---|---|
| org.hipparchus.optim | 
  Generally, optimizers are algorithms that will either
   minimizeormaximizea scalar function, called theobjective
  function. | 
| org.hipparchus.optim.univariate | One-dimensional optimization algorithms. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimplePointChecker<P 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 © 2016–2020 Hipparchus.org. All rights reserved.