You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate downstream consumers to multi-metric replay API (#5139)
Summary:
The experiment replay system (`MapDataReplayMetric`, `MapDataReplayRunner`, `replay_experiment`) is hardcoded for single-objective optimization, blocking multi-objective early stopping. This diff series extracts shared state into a `MapDataReplayState` coordinator.
This diff (3/3) migrates all downstream consumers of `replay_experiment` and `estimate_hypothetical_early_stopping_savings` from the deprecated `metric=` (singular) kwarg to the new `metrics=` (list) API introduced in D98741816, and removes the backward-compat shim from `experiment_replay.py`.
Consumers updated:
- `ax/analysis/healthcheck/early_stopping_healthcheck.py`
Differential Revision: D98741814
0 commit comments