Uses of Class
org.apache.commons.math3.optim.AbstractOptimizationProblem
-
Packages that use AbstractOptimizationProblem Package Description org.apache.commons.math3.fitting.leastsquares This package provides algorithms that minimize the residuals between observations and model values. -
-
Uses of AbstractOptimizationProblem in org.apache.commons.math3.fitting.leastsquares
Subclasses of AbstractOptimizationProblem in org.apache.commons.math3.fitting.leastsquares Modifier and Type Class Description private static class
LeastSquaresFactory.LocalLeastSquaresProblem
A private, "field" immutable (not "real" immutable) implementation ofLeastSquaresProblem
.
-