Uses of Class
org.ddogleg.optimization.GaussNewtonBase_F64
-
Uses of GaussNewtonBase_F64 in org.ddogleg.optimization.lm
Modifier and TypeClassDescriptionclass
LevenbergMarquardt_F64<S extends DMatrix,
HM extends HessianMath> Implementation of Levenberg-Marquardt non-linear least squares optimization.class
UnconLeastSqLevenbergMarquardt_F64<S extends DMatrix>
Implementation ofLevenbergMarquardt_F64
forUnconstrainedLeastSquares
.class
UnconLeastSqLevenbergMarquardtSchur_F64<S extends DMatrix>
Implementation ofLevenbergMarquardt_F64
forUnconstrainedLeastSquaresSchur
. -
Uses of GaussNewtonBase_F64 in org.ddogleg.optimization.trustregion
Modifier and TypeClassDescriptionclass
TrustRegionBase_F64<S extends DMatrix,
HM extends HessianMath> Base class for all trust region implementations.class
UnconLeastSqTrustRegion_F64<S extends DMatrix>
Implementations ofTrust Region
forUnconstrainedLeastSquares
.class
UnconLeastSqTrustRegionSchur_F64<S extends DMatrix>
Implementations ofUnconstrainedLeastSquaresSchur
.class
Implementations ofTrustRegionUpdateCauchy_F64
forUnconstrainedMinimization
.