Coverage for mlos_core/mlos_core/spaces/converters/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.6.7, created at 2024-11-22 01:18 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5""" 

6Space converters init file. 

7 

8Space converters are helper functions that translate a 

9:py:class:`ConfigSpace.ConfigurationSpace` that :py:mod:`mlos_core` Optimizers take 

10as input to the underlying Optimizer's parameter description language (in case it 

11doesn't use :py:class:`ConfigSpace.ConfigurationSpace`). 

12"""