Uses of Interface
org.apache.commons.math3.optim.OptimizationProblem
Packages that use OptimizationProblem
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function.-
Uses of OptimizationProblem in org.apache.commons.math3.fitting.leastsquares
Subinterfaces of OptimizationProblem in org.apache.commons.math3.fitting.leastsquaresModifier and TypeInterfaceDescriptioninterfaceThe data necessary to define a non-linear least squares problem.Classes in org.apache.commons.math3.fitting.leastsquares that implement OptimizationProblemModifier and TypeClassDescriptionclassAn adapter that delegates to another implementation ofLeastSquaresProblem. -
Uses of OptimizationProblem in org.apache.commons.math3.optim
Classes in org.apache.commons.math3.optim that implement OptimizationProblemModifier and TypeClassDescriptionclassBase class for implementing optimization problems.