Uses of Interface
org.hipparchus.optim.OptimizationProblem
Package
Description
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of OptimizationProblem in org.hipparchus.optim
Modifier and TypeClassDescriptionclass
Base class for implementing optimization problems. -
Uses of OptimizationProblem in org.hipparchus.optim.nonlinear.vector.leastsquares
Modifier and TypeInterfaceDescriptioninterface
The data necessary to define a non-linear least squares problem.Modifier and TypeClassDescriptionclass
An adapter that delegates to another implementation ofLeastSquaresProblem
.