experiments_wrapper
ΒΆ
ExperimentContainer (qurry.qurrium.container.experiments
)
- class qurry.qurrium.container.experiments_wrapper.ExperimentContainerWrapper(orphan_exps: ExperimentContainer[_E], multimanagers: dict[str, MultiManager[_E]])[source]ΒΆ
A wrapper for :cls:`ExperimentContainer` from :cls:`QurriumPrototype` and its corresponding :cls:`MultiManager`.
- property all_exps_container: dict[str, ExperimentContainer[_E]]ΒΆ
Get all experiment containers.
- Returns:
The dictionary of all experiment containers.
- Return type:
dict[str, ExperimentContainer[_ExpInst]]