← small-006 · NSGA-II · seed 7
small dwelling #6
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.929 | 0.071 | coverage 1.00, circulation 5.0 m² |
| Preferred adjacency | ↑ | 0.000 | 1.000 | |
| Circulation distanceheadline | ↓ | 3.890 | 0.159 | hall→living 4.3 m ×3; kitchen→living 3.0 m ×3; living→kitchen 3.0 m ×2; bed1→bath1 6.1 m ×2; bed2→bath1 3.3 m ×2 |
| Room compactness | ↑ | 0.967 | 0.033 | |
| Daylight proxyheadline | ↑ | 0.842 | 0.158 | hall 0.00, living 1.00, kitchen 0.00, bath1 1.00, bed1 1.00, bed2 1.00 |
| Privacyheadline | ↑ | 0.750 | 0.250 | bath1 1.00, bed1 0.50, bed2 0.75 |
| Exterior exposure | ↑ | 0.833 | 0.167 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 14,015 | 0.281 | partitions 1553 + envelope 8262 + slab 4200 kgCO2e; partition length 23.0 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| hall | hall | 3.5, 5.0 | 2.5 × 2.0 | 5.0 | 3.0–9.0 | 2.5 |
| living | living | 0.0, 0.0 | 3.5 × 7.0 | 24.5 | 15.0–28.0 | 14.0 |
| kitchen | kitchen | 3.5, 2.0 | 2.5 × 3.0 | 7.5 | 7.0–14.0 | 0.0 |
| bath1 | bathroom | 3.5, 0.0 | 2.5 × 2.0 | 5.0 | 4.0–7.5 | 2.5 |
| bed1 | bedroom | 6.0, 3.0 | 4.0 × 4.0 | 16.0 | 11.5–17.0 | 8.0 |
| bed2 | bedroom | 6.0, 0.0 | 4.0 × 3.0 | 12.0 | 8.6–12.8 | 7.0 |
Doors & windows
6 doors (1 exterior), 8 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.
Plan JSON
{
"programId": "small-006",
"rooms": [
{
"id": "hall",
"type": "hall",
"rect": {
"x": 35,
"y": 50,
"w": 25,
"h": 20
}
},
{
"id": "living",
"type": "living",
"rect": {
"x": 0,
"y": 0,
"w": 35,
"h": 70
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 35,
"y": 20,
"w": 25,
"h": 30
}
},
{
"id": "bath1",
"type": "bathroom",
"rect": {
"x": 35,
"y": 0,
"w": 25,
"h": 20
}
},
{
"id": "bed1",
"type": "bedroom",
"rect": {
"x": 60,
"y": 30,
"w": 40,
"h": 40
}
},
{
"id": "bed2",
"type": "bedroom",
"rect": {
"x": 60,
"y": 0,
"w": 40,
"h": 30
}
}
],
"doors": [
{
"id": "d_hall_living",
"a": "hall",
"b": "living",
"x": 35,
"y": 60,
"width": 9,
"vertical": true
},
{
"id": "d_kitchen_living",
"a": "kitchen",
"b": "living",
"x": 35,
"y": 35,
"width": 9,
"vertical": true
},
{
"id": "d_bed1_hall",
"a": "bed1",
"b": "hall",
"x": 60,
"y": 60,
"width": 9,
"vertical": true
},
{
"id": "d_bed1_bed2",
"a": "bed1",
"b": "bed2",
"x": 80,
"y": 30,
"width": 9,
"vertical": false
},
{
"id": "d_bath1_bed2",
"a": "bath1",
"b": "bed2",
"x": 60,
"y": 10,
"width": 9,
"vertical": true
},
{
"id": "d_exterior_hall",
"a": "exterior",
"b": "hall",
"x": 47.5,
"y": 70,
"width": 10,
"vertical": false
}
]
}