LICENSE
README.md
setup.py
bofire/__init__.py
bofire.egg-info/PKG-INFO
bofire.egg-info/SOURCES.txt
bofire.egg-info/dependency_links.txt
bofire.egg-info/requires.txt
bofire.egg-info/top_level.txt
bofire/domain/__init__.py
bofire/domain/constraints.py
bofire/domain/desirability_functions.py
bofire/domain/domain.py
bofire/domain/features.py
bofire/domain/util.py
tests/__init__.py
tests/conftest.py
tests/bofire/__init__.py
tests/bofire/domain/__init__.py
tests/bofire/domain/test_base_model.py
tests/bofire/domain/test_concurrency_constraints.py
tests/bofire/domain/test_constraint_fulfillment.py
tests/bofire/domain/test_constraints.py
tests/bofire/domain/test_desirability_functions.py
tests/bofire/domain/test_domain.py
tests/bofire/domain/test_domain_validators.py
tests/bofire/domain/test_features.py
tests/bofire/domain/test_util.py
tests/bofire/domain/utils.py
tests/bofire/utils/__init__.py
tests/bofire/utils/test_categoricalDescriptorEncoder.py
tests/bofire/utils/test_reduce.py
tests/bofire/utils/test_transformer.py