ObjectiveValue#

class hydromodpy.calibration.ObjectiveValue(total, components=<factory>, vector=None)[source]#

Bases: object

Minimization cost returned by an objective.

total is the scalar value minimized by the optimizer. components stores named diagnostics such as station costs or block totals. vector is available for optimizers that need a multi-objective representation.

Parameters: