ray.tune.ExperimentAnalysis.get_all_configs#

ExperimentAnalysis.get_all_configs(prefix: bool = False) Dict[str, Dict][source]#

Returns all trial hyperparameter configurations.

Parameters

prefix – If True, flattens the config dict and prepends config/.

Returns

Mapping trial_id -> config dict

Return type

Dict[str, Dict]