Expand description
End-to-end optimization campaign orchestration.
Ties together the five lab layers into a single pipeline:
SearchEngineproposes configurations (Sobol + Bayesian EI)run_experiment_with_quality()executes each trialParetoFrontiercomputes the 6-dimensional non-dominated setBeliefGraphrecords verdicts and cascades confidence- Results are persisted to JSONL for reproducibility
The campaign runs in batches: after each batch, the frontier is recomputed and the belief graph is updated. The search engine adapts based on all observations so far.
Structs§
- Campaign
Config - Configuration for an optimization campaign.
- Campaign
Report - The result of an optimization campaign.
Functions§
- default_
toggle_ space - Build a default configuration space for inference toggle optimization.
This covers the main toggle parameters that
ExperimentConfig::apply_togglessupports. - run_
optimization_ campaign - Run an optimization campaign end-to-end.
- save_
campaign_ report - Save a campaign report to a JSON file.