mirror of
https://github.com/ruvnet/RuView
synced 2026-07-28 18:21: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.
152 lines
2.3 KiB
JSON
152 lines
2.3 KiB
JSON
{
|
|
"room": {
|
|
"width_m": 5.0,
|
|
"height_m": 5.0
|
|
},
|
|
"freq_ghz": 2.4,
|
|
"scenarios_n5": [
|
|
{
|
|
"scenario": "1 occupant (chair)",
|
|
"n_zones": 1,
|
|
"total_zone_area_m2": 0.16000000000000003,
|
|
"coverage_n5": 1.0,
|
|
"best_anchors": [
|
|
[
|
|
5.0,
|
|
3.25
|
|
],
|
|
[
|
|
0.0,
|
|
1.25
|
|
],
|
|
[
|
|
2.0,
|
|
5.0
|
|
],
|
|
[
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.0,
|
|
5.0
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"scenario": "2 occupants (chair + bed)",
|
|
"n_zones": 2,
|
|
"total_zone_area_m2": 0.4,
|
|
"coverage_n5": 1.0,
|
|
"best_anchors": [
|
|
[
|
|
5.0,
|
|
3.25
|
|
],
|
|
[
|
|
0.0,
|
|
1.25
|
|
],
|
|
[
|
|
5.0,
|
|
0.5
|
|
],
|
|
[
|
|
2.0,
|
|
5.0
|
|
],
|
|
[
|
|
0.0,
|
|
0.0
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"scenario": "3 occupants (chair + bed + desk)",
|
|
"n_zones": 3,
|
|
"total_zone_area_m2": 0.48000000000000004,
|
|
"coverage_n5": 1.0,
|
|
"best_anchors": [
|
|
[
|
|
5.0,
|
|
3.25
|
|
],
|
|
[
|
|
0.0,
|
|
1.25
|
|
],
|
|
[
|
|
2.0,
|
|
5.0
|
|
],
|
|
[
|
|
5.0,
|
|
0.5
|
|
],
|
|
[
|
|
0.0,
|
|
0.0
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"scenario": "4 occupants (+ 2nd chair)",
|
|
"n_zones": 4,
|
|
"total_zone_area_m2": 0.6400000000000001,
|
|
"coverage_n5": 1.0,
|
|
"best_anchors": [
|
|
[
|
|
3.0,
|
|
0.0
|
|
],
|
|
[
|
|
2.5,
|
|
5.0
|
|
],
|
|
[
|
|
0.0,
|
|
3.75
|
|
],
|
|
[
|
|
4.25,
|
|
5.0
|
|
],
|
|
[
|
|
0.75,
|
|
5.0
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"saturation_4subj": [
|
|
{
|
|
"n_anchors": 2,
|
|
"coverage": 0.14516129032258066
|
|
},
|
|
{
|
|
"n_anchors": 3,
|
|
"coverage": 0.7290322580645161
|
|
},
|
|
{
|
|
"n_anchors": 4,
|
|
"coverage": 0.9903225806451613
|
|
},
|
|
{
|
|
"n_anchors": 5,
|
|
"coverage": 1.0
|
|
},
|
|
{
|
|
"n_anchors": 6,
|
|
"coverage": 1.0
|
|
},
|
|
{
|
|
"n_anchors": 7,
|
|
"coverage": 1.0
|
|
}
|
|
],
|
|
"cross_eval": {
|
|
"single_opt_on_multi": 0.7064516129032258,
|
|
"multi_opt_on_multi": 1.0,
|
|
"gain_pp": 29.354838709677423
|
|
}
|
|
} |