Uses of Class
org.apache.commons.math3.fitting.leastsquares.LevenbergMarquardtOptimizer
Packages that use LevenbergMarquardtOptimizer
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of LevenbergMarquardtOptimizer in org.apache.commons.math3.fitting.leastsquares
Methods in org.apache.commons.math3.fitting.leastsquares that return LevenbergMarquardtOptimizerModifier and TypeMethodDescriptionLevenbergMarquardtOptimizer.withCostRelativeTolerance
(double newCostRelativeTolerance) LevenbergMarquardtOptimizer.withInitialStepBoundFactor
(double newInitialStepBoundFactor) LevenbergMarquardtOptimizer.withOrthoTolerance
(double newOrthoTolerance) Modifies the given parameter.LevenbergMarquardtOptimizer.withParameterRelativeTolerance
(double newParRelativeTolerance) LevenbergMarquardtOptimizer.withRankingThreshold
(double newQRRankingThreshold)