.gitignore
LICENSE
README.md
coverage.json
pyproject.toml
setup.py
.github/workflows/python-package.yml
.github/workflows/unit_tests.yml
.vscode/settings.json
examples/California_Housing_NAS_HPO.ipynb
examples/California_Housing_NAS_Optuna_HPO.ipynb
examples/HyperOpt_Example.ipynb
examples/Hyperparameter_Study.ipynb
examples/Simple_Experiment_Demonstration.ipynb
examples/Study_Experiment_Design_Generation.ipynb
examples/api_walkthrough.ipynb
examples/design_concepts.drawio
examples/mixture.py
raxpy/__init__.py
raxpy/decorators.py
raxpy/execute.py
raxpy.egg-info/PKG-INFO
raxpy.egg-info/SOURCES.txt
raxpy.egg-info/dependency_links.txt
raxpy.egg-info/requires.txt
raxpy.egg-info/top_level.txt
raxpy/adapters/__init__.py
raxpy/adapters/hyperopt.py
raxpy/adapters/optuna.py
raxpy/annotations/__init__.py
raxpy/annotations/function_spec.py
raxpy/annotations/mixture.py
raxpy/annotations/type_spec.py
raxpy/annotations/values.py
raxpy/does/__init__.py
raxpy/does/doe.py
raxpy/does/full_sub_spaces.py
raxpy/does/lhs.py
raxpy/does/lhs_r_adapters.py
raxpy/does/maxpro.py
raxpy/does/measure.py
raxpy/does/plots.py
raxpy/does/random.py
raxpy/does/scipy_optimizations.py
raxpy/spaces/__init__.py
raxpy/spaces/complexity.py
raxpy/spaces/dim_tags.py
raxpy/spaces/dimensions.py
raxpy/spaces/root.py
tests/__init__.py
tests/test_basic_api.py
tests/annotations/__init__.py
tests/annotations/test_parameter_mapping.py
tests/annotations/test_return_type_introspection.py
tests/annotations/test_union_parameters.py
tests/does/__init__.py
tests/does/test_creation_of_space_filling_doe.py
tests/does/test_design_measurements.py
tests/does/test_doe_data_structure.py
tests/does/test_maxpro_oh_optimization.py
tests/does/test_random_data_point_creation.py
tests/does/test_value_pool.py
tests/spaces/__init__.py
tests/spaces/test_dimension_analysis.py
tests/spaces/test_nan_to_none_conversion.py
tests/spaces/test_space_complexity_weighting.py