Dataset Solved Rate Metric
Dataset-specific metric: tracks solved / not-solved / failed dataset items.
Only attached to stages created by iterateDataset. Each direct substage represents one dataset item. A dataset item is "solved" if ANY of its agent runs completed with solved == true.
Entirely inside the ai.koog.agents.optimization.training.metrics.MetricsMap — never leaks as a top-level field.
Types
Key holder for DatasetSolvedRateMetric.
Properties
itemsFailed over itemsFinished.
Finished items that ended in failure.
Number of dataset items that have finished (the denominator for the ratios).
Finished items that completed without being solved.
Finished items that had at least one solved agent run and did not fail.
The key that identifies this metric in a ai.koog.agents.optimization.training.metrics.MetricsMap.
itemsNotSolved over itemsFinished.
itemsSolved over itemsFinished.
Functions
Recompute this metric from the full list of substages records.