ax.runners

Synthetic Runner

class ax.runners.synthetic.SyntheticRunner(dummy_metadata=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)[source]

Deploys a trial based on custom runner subclass implementation.

Parameters:trial (BaseTrial) – The trial to deploy.
Return type:Dict[str, Any]
Returns:Dict of run metadata from the deployment process.