gds_psuu.evaluation¶
Evaluation bridge between parameter points and gds-sim.
Evaluation bridge between parameter points and gds-sim.
EvaluationResult
dataclass
¶
Outcome of evaluating a single parameter point.
Source code in packages/gds-psuu/gds_psuu/evaluation.py
distributions = field(default_factory=dict)
class-attribute
instance-attribute
¶
Per-run metric values for metric-based KPIs.
Evaluator
¶
Bases: BaseModel
Runs a gds-sim simulation for a given parameter point and scores KPIs.
Source code in packages/gds-psuu/gds_psuu/evaluation.py
evaluate(params)
¶
Evaluate a single parameter point.
Injects params as singleton lists into the model, runs the simulation, and computes KPI scores. For metric-based KPIs, also records per-run distributions.