Uses of Interface
org.apache.commons.math3.optim.OptimizationProblem
-
Packages that use OptimizationProblem Package Description org.apache.commons.math3.fitting.leastsquares This package provides algorithms that minimize the residuals between observations and model values.org.apache.commons.math3.optim Generally, optimizers are algorithms that will eitherminimizeormaximizea scalar function, called theobjective function. -
-
Uses of OptimizationProblem in org.apache.commons.math3.fitting.leastsquares
Subinterfaces of OptimizationProblem in org.apache.commons.math3.fitting.leastsquares Modifier and Type Interface Description interfaceLeastSquaresProblemThe data necessary to define a non-linear least squares problem.Classes in org.apache.commons.math3.fitting.leastsquares that implement OptimizationProblem Modifier and Type Class Description classLeastSquaresAdapterAn adapter that delegates to another implementation ofLeastSquaresProblem.private static classLeastSquaresFactory.LocalLeastSquaresProblemA private, "field" immutable (not "real" immutable) implementation ofLeastSquaresProblem. -
Uses of OptimizationProblem in org.apache.commons.math3.optim
Classes in org.apache.commons.math3.optim that implement OptimizationProblem Modifier and Type Class Description classAbstractOptimizationProblem<PAIR>Base class for implementing optimization problems.
-