Java org.apache.commons.math3.optimization.general LevenbergMarquardtOptimizer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.optimization.general LevenbergMarquardtOptimizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.optimization.general LevenbergMarquardtOptimizer.

The text is from its open source code.

Constructor

LevenbergMarquardtOptimizer(ConvergenceChecker checker)
Constructor that allows the specification of a custom convergence checker.
LevenbergMarquardtOptimizer()
Build an optimizer for least squares problems with default values for all the tuning parameters (see the #LevenbergMarquardtOptimizer(double,double,double,double,double) other contructor .