Skip to main content

Module engine

Module engine 

Source
Expand description

Experiment engine — core async loop for autonomous parameter tuning.

ExperimentEngine orchestrates baseline evaluation, variation generation, candidate scoring, acceptance decisions, and optional SQLite persistence. Cancellation is supported via tokio_util::sync::CancellationToken.

Structs§

ExperimentEngine
Autonomous parameter-tuning engine.
ExperimentSessionReport
Final report produced by ExperimentEngine::run.