integration.convergence_check
Applies a deterministic stopping rule to iterative edge integration, analyzing per-round scores to decide continue, converged, noise_indistinguishable, or budget_exhausted status.
Instructions
Deterministic stopping rule for iterative edge integration: given the per-round augment_compare scores, decide continue | converged | noise_indistinguishable | budget_exhausted (a fail-closed hard stop).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rounds | Yes | ||
| min_gain | No | ||
| patience | No | ||
| max_rounds | No | ||
| null_alpha | No | ||
| session_id | Yes |