← medium-007 · SA · seed 5
medium dwelling #7
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.951 | 0.049 | coverage 1.00, circulation 3.8 m² |
| Preferred adjacency | ↑ | 0.600 | 0.400 | |
| Circulation distanceheadline | ↓ | 4.757 | 0.182 | hall→living 3.8 m ×3; kitchen→dining 3.5 m ×3; living→kitchen 6.5 m ×2; bed1→bath1 6.8 m ×2; bed2→bath1 4.3 m ×2 |
| Room compactness | ↑ | 1.000 | 0.000 | |
| Daylight proxyheadline | ↑ | 1.000 | 0.000 | hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00, bed2 1.00, dining 1.00 |
| Privacyheadline | ↑ | 0.417 | 0.583 | bath1 0.50, bed1 0.25, bed2 0.50 |
| Exterior exposure | ↑ | 1.000 | 0.000 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 15,224 | 0.296 | partitions 1856 + envelope 8748 + slab 4620 kgCO2e; partition length 27.5 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| hall | hall | 6.5, 0.0 | 1.5 × 2.5 | 3.8 | 3.0–9.0 | 1.5 |
| living | living | 4.0, 2.5 | 4.0 × 4.5 | 18.0 | 15.0–28.0 | 4.0 |
| kitchen | kitchen | 0.0, 0.0 | 4.0 × 3.5 | 14.0 | 7.0–14.0 | 7.5 |
| bath1 | bathroom | 4.0, 0.0 | 2.5 × 2.5 | 6.3 | 4.0–7.5 | 2.5 |
| bed1 | bedroom | 8.0, 3.0 | 3.0 × 4.0 | 12.0 | 11.5–17.0 | 7.0 |
| bed2 | bedroom | 8.0, 0.0 | 3.0 × 3.0 | 9.0 | 8.6–12.8 | 6.0 |
| dining | dining | 0.0, 3.5 | 4.0 × 3.5 | 14.0 | 8.0–15.0 | 7.5 |
Doors & windows
7 doors (1 exterior), 10 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.
Plan JSON
{
"programId": "medium-007",
"rooms": [
{
"id": "hall",
"type": "hall",
"rect": {
"x": 65,
"y": 0,
"w": 15,
"h": 25
}
},
{
"id": "living",
"type": "living",
"rect": {
"x": 40,
"y": 25,
"w": 40,
"h": 45
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 0,
"y": 0,
"w": 40,
"h": 35
}
},
{
"id": "bath1",
"type": "bathroom",
"rect": {
"x": 40,
"y": 0,
"w": 25,
"h": 25
}
},
{
"id": "bed1",
"type": "bedroom",
"rect": {
"x": 80,
"y": 30,
"w": 30,
"h": 40
}
},
{
"id": "bed2",
"type": "bedroom",
"rect": {
"x": 80,
"y": 0,
"w": 30,
"h": 30
}
},
{
"id": "dining",
"type": "dining",
"rect": {
"x": 0,
"y": 35,
"w": 40,
"h": 35
}
}
],
"doors": [
{
"id": "d_hall_living",
"a": "hall",
"b": "living",
"x": 72.5,
"y": 25,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_dining",
"a": "kitchen",
"b": "dining",
"x": 20,
"y": 35,
"width": 9,
"vertical": false
},
{
"id": "d_dining_living",
"a": "dining",
"b": "living",
"x": 40,
"y": 52.5,
"width": 9,
"vertical": true
},
{
"id": "d_bed2_hall",
"a": "bed2",
"b": "hall",
"x": 80,
"y": 12.5,
"width": 9,
"vertical": true
},
{
"id": "d_bath1_hall",
"a": "bath1",
"b": "hall",
"x": 65,
"y": 12.5,
"width": 9,
"vertical": true
},
{
"id": "d_living_bed1",
"a": "living",
"b": "bed1",
"x": 80,
"y": 50,
"width": 9,
"vertical": true
},
{
"id": "d_exterior_hall",
"a": "exterior",
"b": "hall",
"x": 72.5,
"y": 0,
"width": 10,
"vertical": false
}
]
}