| Package | Description | 
|---|---|
| org.hipparchus.optim | 
 
  Generally, optimizers are algorithms that will either
   
minimize or
  maximize
  a scalar function, called the
  objective
  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  
ConvergenceChecker interface using
 only point coordinates. | 
class  | 
SimpleValueChecker
Simple implementation of the  
ConvergenceChecker interface using
 only objective function values. | 
class  | 
SimpleVectorValueChecker
Simple implementation of the  
ConvergenceChecker interface using
 only objective function values. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleUnivariateValueChecker
Simple implementation of the
  
ConvergenceChecker interface
 that uses only objective function values. | 
Copyright © 2016-2021 CS GROUP. All rights reserved.