mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-09-22 17:30:42 +02:00
fix(packaging): install and validate the Bayesian optimizer by default
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user