Contents
Experiment
Experiment.get_experiments_from_config()
Initialise and return experiments from configs in config file.
config_fname (str) – full path to config file containing experiment definitions.
str
exp_names (Optional[Iterable[str]]) – List of experiment names to load. If None, all are loaded.
Optional
Iterable
Initialised experiments.
typing.Iterable[Experiment]