SaturationThresholds class

Saturation 评估的阈值和分桶决议。Anthropic Step 7:当 capability suite 上 task 普遍接近 100% 通过时,应当把它们"毕业"到 regression suite, 并往 capability suite 里补更难的 task。

Constructors

SaturationThresholds({double matureTaskPassRate = 0.95, int consecutiveRunsForGraduation = 5, double brokenTaskPassRate = 0.0, int minTrialsForBrokenJudgment = 10, double saturatedSuiteRatio = 0.9})
const

Properties

brokenTaskPassRate double
pass@1 ≤ 该阈值视为"几乎不能解"——往往是任务定义有 bug。
final
consecutiveRunsForGraduation int
连续多少次 dataset run 都达到 matureTaskPassRate 才算"建议毕业"。
final
hashCode int
The hash code for this object.
no setterinherited
matureTaskPassRate double
pass@1 ≥ 该阈值视为"已成熟"。
final
minTrialsForBrokenJudgment int
在多少 trial 上都低于 brokenTaskPassRate 才算"破损候选"。
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturatedSuiteRatio double
suite 中 mature task 占比 ≥ 该阈值视为"已饱和"。
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited