mirror of
https://github.com/ruvnet/RuView
synced 2026-08-04 19:31:42 +00:00
4e879bf62a
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.
25 lines
544 B
JSON
25 lines
544 B
JSON
{
|
|
"config": {
|
|
"n_subjects": 10,
|
|
"rooms": [
|
|
"5x5",
|
|
"4x6"
|
|
],
|
|
"positions_per_room": 3
|
|
},
|
|
"accuracy": {
|
|
"within_room_1": 1.0,
|
|
"within_room_2": 1.0,
|
|
"cross_aether_raw": 0.1,
|
|
"cross_aether_meridian_labelled": 0.2,
|
|
"cross_aether_physics_informed": 0.1,
|
|
"cross_aether_physics_plus_residual": 0.2,
|
|
"chance": 0.1
|
|
},
|
|
"r3_1_baseline_raw_csi": {
|
|
"raw": 0.1,
|
|
"meridian": 0.1,
|
|
"physics": 0.1
|
|
},
|
|
"verdict": "NOT VALIDATED: embedding-level physics-informed only marginal lift."
|
|
} |