fix(packaging): install and validate the Bayesian optimizer by default

This commit is contained in:
Joseph Magly
2026-09-07 16:23:48 -04:00
parent 40236a150e
commit 707e762904
8 changed files with 390 additions and 75 deletions
+1
View File
@@ -41,6 +41,7 @@
"BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0",
"ISC License (ISCL)",
"MIT",
"MIT AND PSF-2.0",
"MIT License",
"MIT-CMU",
"MPL-2.0",
+3 -1
View File
@@ -81,6 +81,7 @@
"tests/test_qwen35_contracts.py",
"tests/test_auto_obliterate.py",
"tests/test_bayesian_optimizer_contracts.py",
"tests/test_bayesian_optimizer_optuna.py",
"tests/test_informed_pipeline.py",
"tests/test_informed_pipeline_contracts.py",
"tests/test_offline_integration.py",
@@ -777,9 +778,10 @@
{
"path": "obliteratus/bayesian_optimizer.py",
"risk_class": "conditional-runtime",
"risk": "optional optimizer trials over repeated live model mutation and evaluation",
"risk": "optimizer trials over repeated live model mutation and evaluation",
"required_tests": [
"tests/test_bayesian_optimizer_contracts.py",
"tests/test_bayesian_optimizer_optuna.py",
"tests/test_module_imports.py",
"tests/conditional/test_model_download_runtime.py"
],