Uses of Interface
org.ddogleg.optimization.UnconstrainedLeastSquaresBase
Packages that use UnconstrainedLeastSquaresBase
Package
Description
-
Uses of UnconstrainedLeastSquaresBase in org.ddogleg.optimization
Subinterfaces of UnconstrainedLeastSquaresBase in org.ddogleg.optimizationModifier and TypeInterfaceDescriptioninterface
UnconstrainedLeastSquares<S extends DMatrix>
Non-linear least squares problems have a special structure which can be taken advantage of for optimization.interface
UnconstrainedLeastSquaresSchur<S extends DMatrix>
A variant onUnconstrainedLeastSquares
for solving large scale systems which can be simplified using the Schur Complement. -
Uses of UnconstrainedLeastSquaresBase in org.ddogleg.optimization.lm
Classes in org.ddogleg.optimization.lm that implement UnconstrainedLeastSquaresBaseModifier and TypeClassDescriptionclass
UnconLeastSqLevenbergMarquardt_F64<S extends DMatrix>
Implementation ofLevenbergMarquardt_F64
forUnconstrainedLeastSquares
.class
UnconLeastSqLevenbergMarquardtSchur_F64<S extends DMatrix>
Implementation ofLevenbergMarquardt_F64
forUnconstrainedLeastSquaresSchur
. -
Uses of UnconstrainedLeastSquaresBase in org.ddogleg.optimization.trustregion
Classes in org.ddogleg.optimization.trustregion that implement UnconstrainedLeastSquaresBaseModifier and TypeClassDescriptionclass
UnconLeastSqTrustRegion_F64<S extends DMatrix>
Implementations ofTrust Region
forUnconstrainedLeastSquares
.class
UnconLeastSqTrustRegionSchur_F64<S extends DMatrix>
Implementations ofUnconstrainedLeastSquaresSchur
.