← medium-001 · NSGA-II · 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.656 | 0.344 | coverage 0.69, circulation 3.8 m² |
| Preferred adjacency | ↑ | 0.000 | 1.000 | |
| Circulation distanceheadline | ↓ | 3.061 | 0.094 | hall→living 2.7 m ×3; kitchen→dining 2.8 m ×3; living→kitchen 5.0 m ×2; bed1→bath1 3.0 m ×2; bed2→bath2 2.5 m ×2; study→kitchen 2.5 m ×1 |
| Room compactness | ↑ | 0.971 | 0.029 | |
| Daylight proxyheadline | ↑ | 0.673 | 0.327 | hall 0.00, living 1.00, kitchen 0.00, bath1 0.00, bed1 0.00, bed2 1.00, dining 1.00, study 1.00, bath2 1.00, storage 0.00 |
| Privacyheadline | ↑ | 0.800 | 0.200 | bath1 1.00, bed1 0.50, bed2 1.00, study 0.50, bath2 1.00 |
| Exterior exposure | ↑ | 0.679 | 0.321 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 22,934 | 0.526 | partitions 4826 + envelope 11178 + slab 6930 kgCO2e; partition length 71.5 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| hall | hall | 10.0, 5.5 | 2.5 × 1.5 | 3.8 | 3.0–9.0 | 1.5 |
| living | living | 7.5, 7.0 | 5.0 × 3.0 | 15.0 | 15.0–28.0 | 3.0 |
| kitchen | kitchen | 7.5, 2.5 | 2.5 × 3.0 | 7.5 | 7.0–14.0 | 0.0 |
| bath1 | bathroom | 4.0, 5.0 | 2.0 × 2.0 | 4.0 | 4.0–7.5 | 0.5 |
| bed1 | bedroom | 3.5, 1.0 | 3.0 × 4.0 | 12.0 | 11.5–17.0 | 0.0 |
| bed2 | bedroom | 0.0, 2.5 | 3.5 × 3.0 | 10.5 | 8.6–12.8 | 3.0 |
| dining | dining | 6.5, 0.0 | 4.5 × 2.5 | 11.3 | 8.0–15.0 | 4.5 |
| study | study | 10.0, 2.5 | 2.5 × 2.5 | 6.3 | 6.0–11.0 | 2.5 |
| bath2 | bathroom | 0.0, 0.5 | 3.5 × 2.0 | 7.0 | 4.0–7.5 | 2.0 |
| storage | storage | 8.0, 5.5 | 1.5 × 1.5 | 2.3 | 2.0–4.5 | 0.0 |
Doors & windows
10 doors (1 exterior), 5 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": 100,
"y": 55,
"w": 25,
"h": 15
}
},
{
"id": "living",
"type": "living",
"rect": {
"x": 75,
"y": 70,
"w": 50,
"h": 30
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 75,
"y": 25,
"w": 25,
"h": 30
}
},
{
"id": "bath1",
"type": "bathroom",
"rect": {
"x": 40,
"y": 50,
"w": 20,
"h": 20
}
},
{
"id": "bed1",
"type": "bedroom",
"rect": {
"x": 35,
"y": 10,
"w": 30,
"h": 40
}
},
{
"id": "bed2",
"type": "bedroom",
"rect": {
"x": 0,
"y": 25,
"w": 35,
"h": 30
}
},
{
"id": "dining",
"type": "dining",
"rect": {
"x": 65,
"y": 0,
"w": 45,
"h": 25
}
},
{
"id": "study",
"type": "study",
"rect": {
"x": 100,
"y": 25,
"w": 25,
"h": 25
}
},
{
"id": "bath2",
"type": "bathroom",
"rect": {
"x": 0,
"y": 5,
"w": 35,
"h": 20
}
},
{
"id": "storage",
"type": "storage",
"rect": {
"x": 80,
"y": 55,
"w": 15,
"h": 15
}
}
],
"doors": [
{
"id": "d_hall_living",
"a": "hall",
"b": "living",
"x": 112.5,
"y": 70,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_dining",
"a": "kitchen",
"b": "dining",
"x": 87.5,
"y": 25,
"width": 9,
"vertical": false
},
{
"id": "d_bath2_bed1",
"a": "bath2",
"b": "bed1",
"x": 35,
"y": 17.5,
"width": 9,
"vertical": true
},
{
"id": "d_living_storage",
"a": "living",
"b": "storage",
"x": 87.5,
"y": 70,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_storage",
"a": "kitchen",
"b": "storage",
"x": 87.5,
"y": 55,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_study",
"a": "kitchen",
"b": "study",
"x": 100,
"y": 37.5,
"width": 9,
"vertical": true
},
{
"id": "d_bed1_dining",
"a": "bed1",
"b": "dining",
"x": 65,
"y": 17.5,
"width": 9,
"vertical": true
},
{
"id": "d_bed2_bath2",
"a": "bed2",
"b": "bath2",
"x": 17.5,
"y": 25,
"width": 9,
"vertical": false
},
{
"id": "d_bath1_bed1",
"a": "bath1",
"b": "bed1",
"x": 50,
"y": 50,
"width": 9,
"vertical": false
},
{
"id": "d_exterior_hall",
"a": "exterior",
"b": "hall",
"x": 125,
"y": 62.5,
"width": 10,
"vertical": true
}
]
}