mirror of
https://github.com/ruvnet/RuView
synced 2026-07-25 17:51:48 +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.
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"room": {
|
|
"width_m": 5.0,
|
|
"height_m": 5.0
|
|
},
|
|
"frequency_ghz": 2.4,
|
|
"wavelength_m": 0.12491666666666666,
|
|
"target_zones": [
|
|
{
|
|
"name": "bed",
|
|
"x0": 1.5,
|
|
"y0": 0.5,
|
|
"width": 2.0,
|
|
"height": 1.5
|
|
},
|
|
{
|
|
"name": "chair",
|
|
"x0": 3.5,
|
|
"y0": 3.5,
|
|
"width": 0.8,
|
|
"height": 0.8
|
|
}
|
|
],
|
|
"best": {
|
|
"score": 0.510989010989011,
|
|
"tx": [
|
|
1.25,
|
|
0.0
|
|
],
|
|
"rx": [
|
|
4.75,
|
|
5.0
|
|
],
|
|
"link_length_m": 6.103277807866851,
|
|
"result": {
|
|
"total_coverage_fraction": 0.510989010989011,
|
|
"total_area_m2": 3.6400000000000006,
|
|
"covered_area_m2": 1.8600000000000003,
|
|
"per_zone": {
|
|
"bed": {
|
|
"area_m2": 3.0000000000000004,
|
|
"covered_m2": 1.3050000000000002,
|
|
"coverage_fraction": 0.435
|
|
},
|
|
"chair": {
|
|
"area_m2": 0.6400000000000001,
|
|
"covered_m2": 0.5550000000000002,
|
|
"coverage_fraction": 0.8671875000000001
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"median_score": 0.005494505494505495,
|
|
"worst_score": 0.0,
|
|
"n_pairs_evaluated": 2900
|
|
} |