← realistic-small-office · Greedy→SA · seed 7
Small office suite (~110 m²)
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.627 | 0.373 | coverage 0.84, circulation 23.5 m² |
| Preferred adjacency | ↑ | 0.000 | 1.000 | |
| Circulation distanceheadline | ↓ | 7.506 | 0.242 | reception→meeting 10.8 m ×3; office1→kitchen 5.9 m ×1; office2→kitchen 5.8 m ×1; office3→kitchen 6.3 m ×1; office1→meeting 11.1 m ×2; office2→meeting 4.3 m ×2; office1→wc1 3.9 m ×1; office2→wc2 5.1 m ×1 |
| Room compactness | ↑ | 0.920 | 0.080 | |
| Daylight proxyheadline | ↑ | 1.000 | 0.000 | reception 1.00, corr1 0.00, office1 1.00, office2 1.00, office3 1.00, kitchen 1.00, wc1 0.00, wc2 0.00, meeting 1.00, storage 0.00 |
| Privacyheadline | ↑ | 0.750 | 0.250 | wc1 0.75, wc2 0.75 |
| Exterior exposure | ↑ | 1.000 | 0.000 | |
| Accessibility | ↑ | 1.000 | 0.000 | |
| Embodied-carbon proxyheadline | ↓ | 20,387 | 0.369 | partitions 3308 + envelope 10449 + slab 6630 kgCO2e; partition length 49.0 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| reception | reception | 9.5, 0.0 | 3.5 × 3.5 | 12.3 | 9.0–14.0 | 7.0 |
| corr1 | corridor | 4.0, 3.5 | 7.5 × 1.5 | 11.3 | 6.0–14.0 | 0.0 |
| office1 | office | 9.5, 5.0 | 3.5 × 3.5 | 12.3 | 10.0–14.0 | 7.0 |
| office2 | office | 4.5, 0.0 | 4.0 × 3.5 | 14.0 | 10.0–14.0 | 4.0 |
| office3 | office | 4.0, 5.0 | 3.0 × 3.5 | 10.5 | 8.0–12.0 | 3.0 |
| kitchen | kitchen | 7.0, 5.0 | 2.5 × 3.5 | 8.8 | 6.0–9.0 | 2.5 |
| wc1 | wc | 11.5, 3.5 | 1.5 × 1.5 | 2.3 | 1.8–3.0 | 1.5 |
| wc2 | wc | 2.5, 3.5 | 1.5 × 1.5 | 2.3 | 1.8–3.0 | 0.0 |
| meeting | meeting | 0.0, 0.0 | 4.5 × 3.5 | 15.8 | 14.0–20.0 | 8.0 |
| storage | storage | 8.5, 0.0 | 1.0 × 3.5 | 3.5 | 2.0–4.0 | 1.0 |
Doors & windows
10 doors (1 exterior), 8 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.
Plan JSON
{
"programId": "realistic-small-office",
"rooms": [
{
"id": "reception",
"type": "reception",
"rect": {
"x": 95,
"y": 0,
"w": 35,
"h": 35
}
},
{
"id": "corr1",
"type": "corridor",
"rect": {
"x": 40,
"y": 35,
"w": 75,
"h": 15
}
},
{
"id": "office1",
"type": "office",
"rect": {
"x": 95,
"y": 50,
"w": 35,
"h": 35
}
},
{
"id": "office2",
"type": "office",
"rect": {
"x": 45,
"y": 0,
"w": 40,
"h": 35
}
},
{
"id": "office3",
"type": "office",
"rect": {
"x": 40,
"y": 50,
"w": 30,
"h": 35
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 70,
"y": 50,
"w": 25,
"h": 35
}
},
{
"id": "wc1",
"type": "wc",
"rect": {
"x": 115,
"y": 35,
"w": 15,
"h": 15
}
},
{
"id": "wc2",
"type": "wc",
"rect": {
"x": 25,
"y": 35,
"w": 15,
"h": 15
}
},
{
"id": "meeting",
"type": "meeting",
"rect": {
"x": 0,
"y": 0,
"w": 45,
"h": 35
}
},
{
"id": "storage",
"type": "storage",
"rect": {
"x": 85,
"y": 0,
"w": 10,
"h": 35
}
}
],
"doors": [
{
"id": "d_reception_corr1",
"a": "reception",
"b": "corr1",
"x": 105,
"y": 35,
"width": 9,
"vertical": false
},
{
"id": "d_office1_corr1",
"a": "office1",
"b": "corr1",
"x": 105,
"y": 50,
"width": 9,
"vertical": false
},
{
"id": "d_office2_corr1",
"a": "office2",
"b": "corr1",
"x": 65,
"y": 35,
"width": 9,
"vertical": false
},
{
"id": "d_office3_corr1",
"a": "office3",
"b": "corr1",
"x": 55,
"y": 50,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_corr1",
"a": "kitchen",
"b": "corr1",
"x": 82.5,
"y": 50,
"width": 9,
"vertical": false
},
{
"id": "d_wc1_corr1",
"a": "wc1",
"b": "corr1",
"x": 115,
"y": 42.5,
"width": 9,
"vertical": true
},
{
"id": "d_wc2_corr1",
"a": "wc2",
"b": "corr1",
"x": 40,
"y": 42.5,
"width": 9,
"vertical": true
},
{
"id": "d_reception_storage",
"a": "reception",
"b": "storage",
"x": 95,
"y": 17.5,
"width": 9,
"vertical": true
},
{
"id": "d_office2_meeting",
"a": "office2",
"b": "meeting",
"x": 45,
"y": 17.5,
"width": 9,
"vertical": true
},
{
"id": "d_exterior_reception",
"a": "exterior",
"b": "reception",
"x": 130,
"y": 17.5,
"width": 10,
"vertical": true
}
]
}