Uses of Interface
org.ddogleg.optimization.loss.LossFunctionGradient
Packages that use LossFunctionGradient
Package
Description
-
Uses of LossFunctionGradient in org.ddogleg.optimization
Fields in org.ddogleg.optimization declared as LossFunctionGradientMethods in org.ddogleg.optimization with parameters of type LossFunctionGradientModifier and TypeMethodDescriptionvoid
UnconstrainedLeastSquaresBase.setLoss
(LossFunction loss, LossFunctionGradient lossGradient) Specifies a specialized loss function, typically to improve robustness to outliers. -
Uses of LossFunctionGradient in org.ddogleg.optimization.lm
Fields in org.ddogleg.optimization.lm declared as LossFunctionGradientModifier and TypeFieldDescriptionprotected @Nullable LossFunctionGradient
LevenbergMarquardt_F64.lossFuncGradient
Gradient of the loss function.Methods in org.ddogleg.optimization.lm with parameters of type LossFunctionGradientModifier and TypeMethodDescriptionvoid
LevenbergMarquardt_F64.setLoss
(LossFunction loss, LossFunctionGradient lossGradient) Specifies the loss function. -
Uses of LossFunctionGradient in org.ddogleg.optimization.loss
Classes in org.ddogleg.optimization.loss that implement LossFunctionGradientModifier and TypeClassDescriptionstatic class
Implementation of the smooth Cauchy loss gradientstatic class
Implementation of the Huber Loss gradientstatic class
Implementation of the smooth Huber loss gradientstatic class
class
Iteratively Reweighted Least-Squares (IRLS) allows the weights to be recomputed every iteration.static class
static class
Implementation of the Tukey Loss gradientclass
A weighted least squares cost function. -
Uses of LossFunctionGradient in org.ddogleg.optimization.trustregion
Fields in org.ddogleg.optimization.trustregion declared as LossFunctionGradientModifier and TypeFieldDescriptionprotected @Nullable LossFunctionGradient
TrustRegionLeastSqBase_F64.lossFuncGradient
Gradient of the loss function.Methods in org.ddogleg.optimization.trustregion with parameters of type LossFunctionGradientModifier and TypeMethodDescriptionvoid
TrustRegionLeastSqBase_F64.setLoss
(LossFunction loss, LossFunctionGradient lossGradient) Specifies the loss function.