Initial commit

This commit is contained in:
Cuzyoung
2026-05-08 18:16:18 +00:00
commit 9fda7311ea
243 changed files with 31492 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
"""ReflACT Evaluation -- candidate skill validation and model selection.
Analogous to validation-based early stopping and model selection in neural
network training: evaluates candidate skills on held-out selection sets and
decides whether to accept or reject proposed updates.
"""
from skillopt.evaluation.gate import evaluate_gate, GateAction, GateResult # noqa: F401