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

Example usage for Java org.apache.commons.math.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.math.optimization.general LevenbergMarquardtOptimizer.

The text is from its open source code.

Constructor

LevenbergMarquardtOptimizer()
Build an optimizer for least squares problems.

Method

doublegetChiSquare()
Get a Chi-Square-like value assuming the N residuals follow N distinct normal distributions centered on 0 and whose variances are the reciprocal of the weights.
doublegetRMS()
Get the Root Mean Square value.
VectorialPointValuePairoptimize(final DifferentiableMultivariateVectorialFunction f, final double[] target, final double[] weights, final double[] startPoint)