| Package | Description | 
|---|---|
| org.hipparchus.optim | 
  Generally, optimizers are algorithms that will either
   minimizeormaximizea scalar function, called theobjective
  function. | 
| org.hipparchus.optim.nonlinear.vector.leastsquares | This package provides algorithms that minimize the residuals
 between observations and model values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractOptimizationProblem<P>Base class for implementing optimization problems. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LeastSquaresProblemThe data necessary to define a non-linear least squares problem. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LeastSquaresAdapterAn adapter that delegates to another implementation of  LeastSquaresProblem. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.