Uses of Interface
org.apache.commons.math4.legacy.optim.OptimizationProblem
-
Packages that use OptimizationProblem Package Description org.apache.commons.math4.legacy.fitting.leastsquares This package provides algorithms that minimize the residuals between observations and model values.org.apache.commons.math4.legacy.optim Generally, optimizers are algorithms that will eitherminimize
ormaximize
a scalar function, called theobjective function
. -
-
Uses of OptimizationProblem in org.apache.commons.math4.legacy.fitting.leastsquares
Subinterfaces of OptimizationProblem in org.apache.commons.math4.legacy.fitting.leastsquares Modifier and Type Interface Description interface
LeastSquaresProblem
The data necessary to define a non-linear least squares problem.Classes in org.apache.commons.math4.legacy.fitting.leastsquares that implement OptimizationProblem Modifier and Type Class Description class
LeastSquaresAdapter
An adapter that delegates to another implementation ofLeastSquaresProblem
. -
Uses of OptimizationProblem in org.apache.commons.math4.legacy.optim
Classes in org.apache.commons.math4.legacy.optim that implement OptimizationProblem Modifier and Type Class Description class
AbstractOptimizationProblem<PAIR>
Base class for implementing optimization problems.
-