← medium-004 · SA · seed 5
medium dwelling #4
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.853 | 0.147 | coverage 0.94, circulation 6.0 m² |
| Preferred adjacency | ↑ | 0.500 | 0.500 | |
| Circulation distanceheadline | ↓ | 3.371 | 0.139 | hall→living 4.3 m ×3; kitchen→dining 2.5 m ×3; living→kitchen 3.5 m ×2; bed1→bath1 4.0 m ×2; bed2→bath1 2.5 m ×2 |
| Room compactness | ↑ | 1.000 | 0.000 | |
| Daylight proxyheadline | ↑ | 0.956 | 0.044 | hall 0.00, living 1.00, kitchen 1.00, bath1 0.00, bed1 1.00, bed2 1.00, dining 1.00 |
| Privacyheadline | ↑ | 0.583 | 0.417 | bath1 0.50, bed1 0.50, bed2 0.75 |
| Exterior exposure | ↑ | 1.000 | 0.000 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 14,900 | 0.392 | partitions 2363 + envelope 8262 + slab 4275 kgCO2e; partition length 35.0 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| hall | hall | 3.0, 3.5 | 1.5 × 4.0 | 6.0 | 3.0–9.0 | 1.5 |
| living | living | 0.0, 0.0 | 4.5 × 3.5 | 15.8 | 15.0–28.0 | 8.0 |
| kitchen | kitchen | 4.5, 0.0 | 2.5 × 3.5 | 8.8 | 7.0–14.0 | 2.5 |
| bath1 | bathroom | 4.5, 4.5 | 2.0 × 2.5 | 5.0 | 4.0–7.5 | 0.0 |
| bed1 | bedroom | 0.0, 3.5 | 3.0 × 4.0 | 12.0 | 11.5–17.0 | 7.0 |
| bed2 | bedroom | 6.5, 4.0 | 3.0 × 3.5 | 10.5 | 8.6–12.8 | 6.5 |
| dining | dining | 7.0, 0.0 | 2.5 × 3.5 | 8.8 | 8.0–15.0 | 6.0 |
Doors & windows
7 doors (1 exterior), 9 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.
Plan JSON
{
"programId": "medium-004",
"rooms": [
{
"id": "hall",
"type": "hall",
"rect": {
"x": 30,
"y": 35,
"w": 15,
"h": 40
}
},
{
"id": "living",
"type": "living",
"rect": {
"x": 0,
"y": 0,
"w": 45,
"h": 35
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 45,
"y": 0,
"w": 25,
"h": 35
}
},
{
"id": "bath1",
"type": "bathroom",
"rect": {
"x": 45,
"y": 45,
"w": 20,
"h": 25
}
},
{
"id": "bed1",
"type": "bedroom",
"rect": {
"x": 0,
"y": 35,
"w": 30,
"h": 40
}
},
{
"id": "bed2",
"type": "bedroom",
"rect": {
"x": 65,
"y": 40,
"w": 30,
"h": 35
}
},
{
"id": "dining",
"type": "dining",
"rect": {
"x": 70,
"y": 0,
"w": 25,
"h": 35
}
}
],
"doors": [
{
"id": "d_hall_living",
"a": "hall",
"b": "living",
"x": 37.5,
"y": 35,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_dining",
"a": "kitchen",
"b": "dining",
"x": 70,
"y": 17.5,
"width": 9,
"vertical": true
},
{
"id": "d_bed1_hall",
"a": "bed1",
"b": "hall",
"x": 30,
"y": 55,
"width": 9,
"vertical": true
},
{
"id": "d_bath1_hall",
"a": "bath1",
"b": "hall",
"x": 45,
"y": 57.5,
"width": 9,
"vertical": true
},
{
"id": "d_living_kitchen",
"a": "living",
"b": "kitchen",
"x": 45,
"y": 17.5,
"width": 9,
"vertical": true
},
{
"id": "d_bath1_bed2",
"a": "bath1",
"b": "bed2",
"x": 65,
"y": 57.5,
"width": 9,
"vertical": true
},
{
"id": "d_exterior_hall",
"a": "exterior",
"b": "hall",
"x": 37.5,
"y": 75,
"width": 10,
"vertical": false
}
]
}