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

0 statements  

« prev     ^ index     » next       coverage.py v7.6.9, created at 2024-12-20 00:44 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5""" 

6Space adapters and converters. 

7 

8See Also 

9-------- 

10:py:mod:`mlos_core` : for an overview of configuration spaces in ``mlos_core``. 

11"""