exa.common.control.sweep.option.option_converter.convert_to_options

exa.common.control.sweep.option.option_converter.convert_to_options#

convert_to_options(config)#

Creates one of the options object based on configuration dictionary.

Parameters:

config (dict[str, Any]) – Configuration dictionary.

Raises:

ValueError – Error is raised if config has unsupported structure

Return type:

SweepOptions