ParamSuggestion#
- class hydromodpy.calibration.ParamSuggestion(trial_id, values, source='ask')[source]#
Bases:
objectCandidate parameter point proposed by an optimizer.
valuesmaps calibrated parameter names to physical values, not transformed coordinates.trial_idis stable within one optimizer run and is used to join suggestions, evaluations, and persisted iterations.