Skip to content

Make EMA scorer staleness decay configurable and shared #41

Description

@Mohammad-nassar10

Problem:
The staleness-decay logic that lets a frozen average model recover a competitive score is implemented inside avg-ttft-scorer with non-tunable parameters, and the same mechanism is needed by avg-tpot-scorer but can't be reused.

Solution:
Extract decay into a single helper reusable by any EMA-based scorer.
Expose decayWeight (0 disables) and stalenessThreshold as JSON config on each scorer.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions