← medium-007 · Greedy→SA · seed 8
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.935 | 0.065 | coverage 0.98, circulation 3.8 m² |
| Preferred adjacency | ↑ | 0.000 | 1.000 | |
| Circulation distanceheadline | ↓ | 3.914 | 0.150 | hall→living 4.0 m ×3; kitchen→dining 3.3 m ×3; living→kitchen 3.8 m ×2; bed1→bath1 6.0 m ×2; bed2→bath1 2.8 m ×2 |
| Room compactness | ↑ | 1.000 | 0.000 | |
| Daylight proxyheadline | ↑ | 1.000 | 0.000 | hall 1.00, living 1.00, bed1 1.00, bed2 1.00, dining 1.00, kitchen 1.00, bath1 1.00 |
| Privacyheadline | ↑ | 0.833 | 0.167 | bed1 0.50, bed2 1.00, bath1 1.00 |
| Exterior exposure | ↑ | 1.000 | 0.000 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 15,393 | 0.323 | partitions 2025 + envelope 8748 + slab 4620 kgCO2e; partition length 30.0 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| hall | hall | 0.0, 4.5 | 1.5 × 2.5 | 3.8 | 3.0–9.0 | 4.0 |
| living | living | 0.0, 0.0 | 4.5 × 4.5 | 20.3 | 15.0–28.0 | 9.0 |
| bed1 | bedroom | 7.5, 3.5 | 3.5 × 3.5 | 12.3 | 11.5–17.0 | 7.0 |
| bed2 | bedroom | 4.5, 3.5 | 3.0 × 3.5 | 10.5 | 8.6–12.8 | 3.0 |
| dining | dining | 7.5, 0.0 | 3.5 × 3.5 | 12.3 | 8.0–15.0 | 7.0 |
| kitchen | kitchen | 4.5, 0.0 | 3.0 × 3.5 | 10.5 | 7.0–14.0 | 3.0 |
| bath1 | bathroom | 2.0, 4.5 | 2.5 × 2.5 | 6.3 | 4.0–7.5 | 2.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": 0,
"y": 45,
"w": 15,
"h": 25
}
},
{
"id": "living",
"type": "living",
"rect": {
"x": 0,
"y": 0,
"w": 45,
"h": 45
}
},
{
"id": "bed1",
"type": "bedroom",
"rect": {
"x": 75,
"y": 35,
"w": 35,
"h": 35
}
},
{
"id": "bed2",
"type": "bedroom",
"rect": {
"x": 45,
"y": 35,
"w": 30,
"h": 35
}
},
{
"id": "dining",
"type": "dining",
"rect": {
"x": 75,
"y": 0,
"w": 35,
"h": 35
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 45,
"y": 0,
"w": 30,
"h": 35
}
},
{
"id": "bath1",
"type": "bathroom",
"rect": {
"x": 20,
"y": 45,
"w": 25,
"h": 25
}
}
],
"doors": [
{
"id": "d_hall_living",
"a": "hall",
"b": "living",
"x": 7.5,
"y": 45,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_dining",
"a": "kitchen",
"b": "dining",
"x": 75,
"y": 17.5,
"width": 9,
"vertical": true
},
{
"id": "d_living_kitchen",
"a": "living",
"b": "kitchen",
"x": 45,
"y": 17.5,
"width": 9,
"vertical": true
},
{
"id": "d_bed1_dining",
"a": "bed1",
"b": "dining",
"x": 92.5,
"y": 35,
"width": 9,
"vertical": false
},
{
"id": "d_bed1_bed2",
"a": "bed1",
"b": "bed2",
"x": 75,
"y": 52.5,
"width": 9,
"vertical": true
},
{
"id": "d_bed2_bath1",
"a": "bed2",
"b": "bath1",
"x": 45,
"y": 57.5,
"width": 9,
"vertical": true
},
{
"id": "d_exterior_hall",
"a": "exterior",
"b": "hall",
"x": 0,
"y": 57.5,
"width": 10,
"vertical": true
}
]
}