Uses of Class
org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizer
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of LevenbergMarquardtOptimizer in org.hipparchus.optim.nonlinear.vector.leastsquares
Modifier and TypeMethodDescriptionLevenbergMarquardtOptimizer.withCostRelativeTolerance
(double newCostRelativeTolerance) Build new instance with cost relative tolerance.LevenbergMarquardtOptimizer.withInitialStepBoundFactor
(double newInitialStepBoundFactor) Build new instance with initial step bound factor.LevenbergMarquardtOptimizer.withOrthoTolerance
(double newOrthoTolerance) Build new instance with ortho tolerance.LevenbergMarquardtOptimizer.withParameterRelativeTolerance
(double newParRelativeTolerance) Build new instance with parameter relative tolerance.LevenbergMarquardtOptimizer.withRankingThreshold
(double newQRRankingThreshold) Build new instance with ranking threshold.