You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`THOL_MIN_COLLECTIVE_COHERENCE`| 0.3 |[0.0, 1.0]| — | Minimum collective coherence for sub-EPI ensemble. When multiple sub-EPIs exist and coherence < threshold, warning is logged |
32
33
33
34
**Physical Basis:**
34
35
@@ -38,6 +39,12 @@ From the nodal equation ∂EPI/∂t = νf · ΔNFR(t), bifurcation occurs when *
38
39
-**EPI_min**: Coherence floor. Nodes below this lack sufficient form to bifurcate coherently.
39
40
-**νf_min**: Reorganization capacity floor. Nodes below this are "frozen" and cannot respond.
40
41
-**THOL_accel**: Controls how strongly d²EPI/dt² influences ΔNFR in glyph sequences.
42
+
-**THOL_MIN_COLLECTIVE_COHERENCE**: Monitors ensemble coherence of sub-EPIs. According to TNFR.pdf §2.2.10, sub-EPIs must form a **coherent ensemble** rather than fragmenting chaotically. Collective coherence is computed as `C = 1/(1 + var(sub_epi_magnitudes))`. Interpretation:
43
+
-**> 0.7**: High coherence (structurally solid bifurcation)
When multiple sub-EPIs exist and coherence falls below threshold, a warning is logged and the event is recorded in `G.graph["thol_coherence_warnings"]` for analysis. This validation is **non-blocking** (warnings only) to allow research into low-coherence dynamics.
41
48
42
49
**Configuration Example:**
43
50
```python
@@ -48,11 +55,21 @@ G = nx.Graph()
48
55
G.graph["BIFURCATION_THRESHOLD_TAU"] =0.8# High threshold
0 commit comments