feat: pre-flight filter of untrainable task types before gate

This commit is contained in:
2026-07-16 06:16:02 -04:00
parent c44f6010eb
commit caea9150b3
10 changed files with 148 additions and 7 deletions
+2
View File
@@ -157,6 +157,7 @@ class _FakeConfig:
diag_size: int = 30
val_size: int = 50
batch_correct_ratio: float = 0.5
trainable_min_units: int = 8
edit_budget_start: int = 6
edit_budget_end: int = 3
early_stop_patience: int = 3
@@ -289,6 +290,7 @@ class TestFingerprintStructuralVsDecision:
"diag_size",
"val_size",
"batch_correct_ratio",
"trainable_min_units",
}
decision = {
"edit_budget_start",