autointent.utils.load_preset#

autointent.utils.load_preset(name)#

Load one of preset search spaces.

Parameters:

name (autointent.custom_types.SearchSpacePreset) – Name of the preset search space.

Returns:

Dictionary representing the preset search space.

Return type:

dict[str, Any]