| 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.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 |
LeastSquaresProblem
The data necessary to define a non-linear least squares problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LeastSquaresAdapter
An adapter that delegates to another implementation of
LeastSquaresProblem. |
Copyright © 2016–2019 Hipparchus.org. All rights reserved.