Round Metrics ============= The :class:`~alf_core.dataclasses.round_metrics.RoundMetrics` dataclass captures evaluation metrics computed at the end of each active learning round, including model performance scores and acquisition statistics. These per-round snapshots are collected into a :class:`~alf_core.dataclasses.results.Results` object at experiment completion. .. automodule:: alf_core.dataclasses.round_metrics :members: :show-inheritance: :undoc-members: