hydromodpy.calibration.objective_mapping#

Parse evaluated objective points from calibration iteration histories.

Used by validation benchmark plots (validation_cases/calibration/plotting.py) to render objective surfaces from persisted JSONL traces. Kept deliberately dependency-light.

Functions

load_objective_mapping_points(history_path)

Load evaluated objective points from a calibration JSONL history.

Classes

ObjectiveMappingPoint(iteration_id, ...[, ...])

One evaluated simulation used to map the objective function.