LICENSE
README.md
pyproject.toml
src/gaussianzeroorder/__init__.py
src/gaussianzeroorder.egg-info/PKG-INFO
src/gaussianzeroorder.egg-info/SOURCES.txt
src/gaussianzeroorder.egg-info/dependency_links.txt
src/gaussianzeroorder.egg-info/requires.txt
src/gaussianzeroorder.egg-info/top_level.txt
src/gaussianzeroorder/certification/__init__.py
src/gaussianzeroorder/certification/bounds.py
src/gaussianzeroorder/certification/complexity.py
src/gaussianzeroorder/certification/confidence.py
src/gaussianzeroorder/diagnostics/__init__.py
src/gaussianzeroorder/diagnostics/logger.py
src/gaussianzeroorder/diagnostics/product_weight.py
src/gaussianzeroorder/diagnostics/scan.py
src/gaussianzeroorder/optimizer/__init__.py
src/gaussianzeroorder/optimizer/core.py
src/gaussianzeroorder/optimizer/direction.py
src/gaussianzeroorder/optimizer/step_size.py
src/gaussianzeroorder/oracle/__init__.py
src/gaussianzeroorder/oracle/base.py
src/gaussianzeroorder/oracle/config.py
src/gaussianzeroorder/oracle/noise.py
src/gaussianzeroorder/utils/__init__.py
src/gaussianzeroorder/utils/async_wrapper.py
src/gaussianzeroorder/utils/callbacks.py
src/gaussianzeroorder/utils/projection.py
src/gaussianzeroorder/utils/reproducibility.py
tests/test_certification_bounds.py
tests/test_certification_complexity.py
tests/test_certification_confidence.py
tests/test_diagnostics_logger.py
tests/test_diagnostics_product_weight.py
tests/test_diagnostics_scan.py
tests/test_optimizer_core.py
tests/test_optimizer_direction.py
tests/test_optimizer_step_size.py
tests/test_oracle_config.py
tests/test_oracle_noise.py
tests/test_utils_async_wrapper.py
tests/test_utils_callbacks.py
tests/test_utils_projection.py
tests/test_utils_reproducibility.py