Files
ruvnet--RuView/examples/research-sota/03-spatial-intelligence/r7_multilink_consistency_results.json
T
rUv 4e879bf62a chore: organise examples/research-sota/ into 9 thematic folders with READMEs (#744)
User request: organise examples/research-sota/ into folders with READMEs and main overview.

Moved 46 files into 9 thematic folders by thread family + research category:

01-physics-floor/      (R1, R6, R6.1) — bedrock primitives
02-placement/          (R6.2 family, 7 sub-ticks) — antenna placement
03-spatial-intelligence/ (R5, R7) — saliency + mincut
04-rssi/               (R8, R9) — RSSI-only sensing
05-cross-room-reid/    (R3 arc, 3 ticks) — cross-room identity
06-structure-detection/ (R12 arc, 3 ticks) — PABS + closed loop
07-negative-results/   (R13) — productive failure
08-verticals/          (R10, R11) — wildlife + maritime physics
09-quantum-fusion/     (R20.1) — ADR-114 quantum-classical demo

Each folder has its own README.md documenting:
- Scripts + headlines table
- Why this folder bounds / composes with others
- Sample output / honest scope
- Cross-references to related loop notes + ADRs

Main README.md at the top covers:
- Folder map with thread numbers
- Cross-folder dependency graph
- Headline findings table (8 entries)
- Reading order for newcomers (4 scripts in suggested order)
- Honest scope (synthetic-physics caveats)

All git mv operations preserve file history. Total: 46 files moved, 10
new READMEs (main + 9 sub) totalling ~1300 lines of organising
documentation.
2026-05-22 07:52:57 -04:00

150 lines
3.0 KiB
JSON

{
"summary": {
"n_scenarios": 3,
"n_detected": 3,
"detection_rate": 1.0
},
"scenarios": {
"replay": {
"mode": "replay",
"n_honest": 4,
"adv_idx": 4,
"sim_matrix": [
[
0.0,
0.9218999743461609,
0.9277999997138977,
0.9269000291824341,
0.863099992275238
],
[
0.9218999743461609,
0.0,
0.9218999743461609,
0.9254000186920166,
0.8618999719619751
],
[
0.9277999997138977,
0.9218999743461609,
0.0,
0.9291999936103821,
0.8615999817848206
],
[
0.9269000291824341,
0.9254000186920166,
0.9291999936103821,
0.0,
0.864799976348877
],
[
0.863099992275238,
0.8618999719619751,
0.8615999817848206,
0.864799976348877,
0.0
]
],
"mincut_value": 3.451315999031067,
"partition_b": [
4
],
"adv_isolated": true
},
"shift": {
"mode": "shift",
"n_honest": 4,
"adv_idx": 4,
"sim_matrix": [
[
0.0,
0.9218999743461609,
0.9277999997138977,
0.9269000291824341,
0.8944000005722046
],
[
0.9218999743461609,
0.0,
0.9218999743461609,
0.9254000186920166,
0.8917999863624573
],
[
0.9277999997138977,
0.9218999743461609,
0.0,
0.9291999936103821,
0.8942999839782715
],
[
0.9269000291824341,
0.9254000186920166,
0.9291999936103821,
0.0,
0.8917999863624573
],
[
0.8944000005722046,
0.8917999863624573,
0.8942999839782715,
0.8917999863624573,
0.0
]
],
"mincut_value": 3.5724358558654785,
"partition_b": [
4
],
"adv_isolated": true
},
"noise": {
"mode": "noise",
"n_honest": 4,
"adv_idx": 4,
"sim_matrix": [
[
0.0,
0.9218999743461609,
0.9277999997138977,
0.9269000291824341,
0.6425999999046326
],
[
0.9218999743461609,
0.0,
0.9218999743461609,
0.9254000186920166,
0.6444000005722046
],
[
0.9277999997138977,
0.9218999743461609,
0.0,
0.9291999936103821,
0.6389999985694885
],
[
0.9269000291824341,
0.9254000186920166,
0.9291999936103821,
0.0,
0.6326000094413757
],
[
0.6425999999046326,
0.6444000005722046,
0.6389999985694885,
0.6326000094413757,
0.0
]
],
"mincut_value": 2.5585585832595825,
"partition_b": [
4
],
"adv_isolated": true
}
}
}