Uses of Class
org.hipparchus.optim.nonlinear.vector.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.hipparchus.optim.nonlinear.vector.leastsquares
Methods in org.hipparchus.optim.nonlinear.vector.leastsquares that return LevenbergMarquardtOptimizerModifier 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.