Skip to main content

Module regional_decoder

Module regional_decoder 

Source
Expand description

P11 — Regional Decoder Kernel types.

Bounded execution region definitions, residual envelopes, syndrome envelopes, and convergence reports. These types enable iterative runtime convergence with stop rules and oscillation/degradation detection.

Structs§

RegionContractV1
Bounded execution region definition. Defines a subgraph that can be iterated independently and checked for convergence.
RegionConvergenceReportV1
Iterative runtime convergence evidence. Reports whether a region’s iterative execution converged, oscillated, or degraded.
ResidualEnvelopeV1
Expected-vs-observed mismatch envelope. Captures the residual between what the kernel expected and what it observed.
SyndromeEnvelopeV1
Violated constraint bundle. Captures which constraints were violated during execution and why.

Enums§

ConvergenceState
Convergence state after iterative execution.
ConvergenceStopReason
Why the iteration stopped.

Functions§

classify_convergence
Detect convergence from a residual history.