← medium-001 · SA · seed 7
medium dwelling #1
re-validated: validon union Pareto front
windowentrance doordoor swinghatched = constraint violation · darker tint = un-daylit floor area
solid red lines = required adjacency, dashed blue = preferred; green = door-graph circulation edges.
| Objective | Dir. | Raw | Normalised (0 = best) | Note |
|---|---|---|---|---|
| Area efficiencyheadline | ↑ | 0.827 | 0.173 | coverage 0.88, circulation 6.0 m² |
| Preferred adjacency | ↑ | 0.200 | 0.800 | |
| Circulation distanceheadline | ↓ | 5.530 | 0.169 | hall→living 4.3 m ×3; kitchen→dining 3.6 m ×3; living→kitchen 10.9 m ×2; bed1→bath1 3.5 m ×2; bed2→bath2 2.8 m ×2; study→kitchen 13.9 m ×1 |
| Room compactness | ↑ | 0.973 | 0.027 | |
| Daylight proxyheadline | ↑ | 1.000 | 0.000 | hall 1.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00, bed2 1.00, dining 1.00, study 1.00, bath2 1.00, storage 0.00 |
| Privacyheadline | ↑ | 0.850 | 0.150 | bath1 1.00, bed1 0.25, bed2 1.00, study 1.00, bath2 1.00 |
| Exterior exposure | ↑ | 1.000 | 0.000 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 21,551 | 0.375 | partitions 3443 + envelope 11178 + slab 6930 kgCO2e; partition length 51.0 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| hall | hall | 11.0, 0.0 | 1.5 × 4.0 | 6.0 | 3.0–9.0 | 5.5 |
| living | living | 7.5, 4.0 | 5.0 × 3.0 | 15.0 | 15.0–28.0 | 3.0 |
| kitchen | kitchen | 0.0, 0.0 | 4.5 × 3.0 | 13.5 | 7.0–14.0 | 7.5 |
| bath1 | bathroom | 4.5, 0.0 | 2.0 × 3.5 | 7.0 | 4.0–7.5 | 2.0 |
| bed1 | bedroom | 3.5, 3.5 | 4.0 × 3.5 | 14.0 | 11.5–17.0 | 1.0 |
| bed2 | bedroom | 6.5, 7.0 | 3.5 × 3.5 | 12.3 | 8.6–12.8 | 3.5 |
| dining | dining | 0.0, 3.0 | 3.5 × 4.0 | 14.0 | 8.0–15.0 | 7.5 |
| study | study | 10.0, 7.0 | 2.5 × 3.5 | 8.8 | 6.0–11.0 | 6.0 |
| bath2 | bathroom | 4.5, 7.0 | 2.0 × 3.5 | 7.0 | 4.0–7.5 | 5.5 |
| storage | storage | 6.5, 0.0 | 2.0 × 2.0 | 4.0 | 2.0–4.5 | 2.0 |
Doors & windows
10 doors (1 exterior), 13 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.
Plan JSON
{
"programId": "medium-001",
"rooms": [
{
"id": "hall",
"type": "hall",
"rect": {
"x": 110,
"y": 0,
"w": 15,
"h": 40
}
},
{
"id": "living",
"type": "living",
"rect": {
"x": 75,
"y": 40,
"w": 50,
"h": 30
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 0,
"y": 0,
"w": 45,
"h": 30
}
},
{
"id": "bath1",
"type": "bathroom",
"rect": {
"x": 45,
"y": 0,
"w": 20,
"h": 35
}
},
{
"id": "bed1",
"type": "bedroom",
"rect": {
"x": 35,
"y": 35,
"w": 40,
"h": 35
}
},
{
"id": "bed2",
"type": "bedroom",
"rect": {
"x": 65,
"y": 70,
"w": 35,
"h": 35
}
},
{
"id": "dining",
"type": "dining",
"rect": {
"x": 0,
"y": 30,
"w": 35,
"h": 40
}
},
{
"id": "study",
"type": "study",
"rect": {
"x": 100,
"y": 70,
"w": 25,
"h": 35
}
},
{
"id": "bath2",
"type": "bathroom",
"rect": {
"x": 45,
"y": 70,
"w": 20,
"h": 35
}
},
{
"id": "storage",
"type": "storage",
"rect": {
"x": 65,
"y": 0,
"w": 20,
"h": 20
}
}
],
"doors": [
{
"id": "d_hall_living",
"a": "hall",
"b": "living",
"x": 117.5,
"y": 40,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_dining",
"a": "kitchen",
"b": "dining",
"x": 17.5,
"y": 30,
"width": 9,
"vertical": false
},
{
"id": "d_bath2_bed1",
"a": "bath2",
"b": "bed1",
"x": 55,
"y": 70,
"width": 9,
"vertical": false
},
{
"id": "d_study_bed2",
"a": "study",
"b": "bed2",
"x": 100,
"y": 87.5,
"width": 9,
"vertical": true
},
{
"id": "d_living_bed1",
"a": "living",
"b": "bed1",
"x": 75,
"y": 55,
"width": 9,
"vertical": true
},
{
"id": "d_bed1_dining",
"a": "bed1",
"b": "dining",
"x": 35,
"y": 52.5,
"width": 9,
"vertical": true
},
{
"id": "d_bed2_bath2",
"a": "bed2",
"b": "bath2",
"x": 65,
"y": 87.5,
"width": 9,
"vertical": true
},
{
"id": "d_bath1_bed1",
"a": "bath1",
"b": "bed1",
"x": 55,
"y": 35,
"width": 9,
"vertical": false
},
{
"id": "d_bath1_storage",
"a": "bath1",
"b": "storage",
"x": 65,
"y": 10,
"width": 9,
"vertical": true
},
{
"id": "d_exterior_hall",
"a": "exterior",
"b": "hall",
"x": 125,
"y": 20,
"width": 10,
"vertical": true
}
]
}