navlie
LossFunction
LossFunction.loss()
LossFunction.weight()
Bases: ABC
ABC
Abstract base class for any loss function.
The loss function defines the cost \(\rho(e)\), where \(e\) is an error term and is often a function of the design variable.
The weight that depends on the current value of the error. This is used to reweight our original nonlinear least squares problem.
previous
navlie.batch.losses.L2Loss
next
navlie.batch.problem