ObjectiveValue#
- class hydromodpy.calibration.ObjectiveValue(total, components=<factory>, vector=None)[source]#
Bases:
objectMinimization cost returned by an objective.
totalis the scalar value minimized by the optimizer.componentsstores named diagnostics such as station costs or block totals.vectoris available for optimizers that need a multi-objective representation.