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