mlos_core.spaces.converters.flaml module

Contains space converters for FLAML.

mlos_core.spaces.converters.flaml.configspace_to_flaml_space(config_space: ConfigurationSpace) Dict[str, Domain]

Converts a ConfigSpace.ConfigurationSpace to dict.

Parameters:
config_spaceConfigSpace.ConfigurationSpace

Input configuration space.

Returns:
flaml_spacedict

A dictionary of flaml.tune.sample.Domain objects keyed by parameter name.