pub async fn promote_challenger(
storage: &Storage,
registry: &AdapterRegistry,
project: &Project,
experiment: &Experiment,
posterior: f64,
) -> Result<()>Expand description
Promote the challenger: mark experiment as Promoted, swap project’s champion pointer, and re-apply the new champion to disk via the adapter.