autointent.utils.load_search_space#

autointent.utils.load_search_space(path)#

Load hyperparameters search space from file.

Parameters:

path (pathlib.Path | str) – Path to the search space file.

Returns:

List of dictionaries representing the search space.

Return type:

list[dict[str, Any]]