navlie.batch.lossesΒΆ

Robust loss functions to be used in nonlinear least squares problems.

Robust loss functions here must inherit from the LossFunction interface, which defines a loss and a weight.

Classes

CauchyLoss([c])

L2Loss()

Standard L2 loss.

LossFunction()

Abstract base class for any loss function.