ax.runners¶
Synthetic Runner¶
-
class
ax.runners.synthetic.
SyntheticRunner
(dummy_metadata: Optional[str] = None)[source]¶ Bases:
ax.core.runner.Runner
Class for synthetic or dummy runner.
Currently acts as a shell runner, only creating a name.
-
run
(trial: ax.core.base_trial.BaseTrial) → Dict[str, Any][source]¶ Deploys a trial based on custom runner subclass implementation.
- Parameters
trial – The trial to deploy.
- Returns
Dict of run metadata from the deployment process.
-