← small-005 · CP search · seed 6
small dwelling #5
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.671 | 0.329 | coverage 0.75, circulation 5.3 m² |
| Preferred adjacency | ↑ | 0.000 | 1.000 | |
| Circulation distanceheadline | ↓ | 2.583 | 0.114 | hall→living 2.3 m ×3; kitchen→living 2.8 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 2.6 m ×2 |
| Room compactness | ↑ | 0.960 | 0.040 | |
| Daylight proxyheadline | ↑ | 0.714 | 0.286 | hall 0.00, living 1.00, kitchen 0.00, bed1 1.00, bath1 0.00 |
| Privacyheadline | ↑ | 0.625 | 0.375 | bed1 0.25, bath1 1.00 |
| Exterior exposure | ↑ | 0.789 | 0.211 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 13,862 | 0.469 | partitions 2261 + envelope 7776 + slab 3825 kgCO2e; partition length 33.5 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| hall | hall | 3.5, 0.0 | 3.5 × 1.5 | 5.3 | 3.0–9.0 | 3.5 |
| living | living | 2.5, 1.5 | 6.0 × 3.0 | 18.0 | 15.0–28.0 | 3.0 |
| kitchen | kitchen | 4.0, 4.5 | 3.5 × 2.5 | 8.8 | 7.0–14.0 | 0.0 |
| bed1 | bedroom | 0.0, 4.5 | 4.0 × 3.0 | 12.0 | 11.5–17.0 | 7.0 |
| bath1 | bathroom | 0.5, 2.5 | 2.0 × 2.0 | 4.0 | 4.0–7.5 | 0.0 |
Doors & windows
5 doors (1 exterior), 3 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.
Plan JSON
{
"programId": "small-005",
"rooms": [
{
"id": "hall",
"type": "hall",
"rect": {
"x": 35,
"y": 0,
"w": 35,
"h": 15
}
},
{
"id": "living",
"type": "living",
"rect": {
"x": 25,
"y": 15,
"w": 60,
"h": 30
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 40,
"y": 45,
"w": 35,
"h": 25
}
},
{
"id": "bed1",
"type": "bedroom",
"rect": {
"x": 0,
"y": 45,
"w": 40,
"h": 30
}
},
{
"id": "bath1",
"type": "bathroom",
"rect": {
"x": 5,
"y": 25,
"w": 20,
"h": 20
}
}
],
"doors": [
{
"id": "d_hall_living",
"a": "hall",
"b": "living",
"x": 52.5,
"y": 15,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_living",
"a": "kitchen",
"b": "living",
"x": 57.5,
"y": 45,
"width": 9,
"vertical": false
},
{
"id": "d_living_bed1",
"a": "living",
"b": "bed1",
"x": 32.5,
"y": 45,
"width": 9,
"vertical": false
},
{
"id": "d_bed1_bath1",
"a": "bed1",
"b": "bath1",
"x": 15,
"y": 45,
"width": 9,
"vertical": false
},
{
"id": "d_exterior_hall",
"a": "exterior",
"b": "hall",
"x": 52.5,
"y": 0,
"width": 10,
"vertical": false
}
]
}