← realistic-small-office · Greedy→SA · seed 2
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.710 | 0.290 | coverage 0.91, circulation 21.8 m² |
| Preferred adjacency | ↑ | 0.333 | 0.667 | |
| Circulation distanceheadline | ↓ | 6.734 | 0.217 | reception→meeting 5.8 m ×3; office1→kitchen 6.3 m ×1; office2→kitchen 11.8 m ×1; office3→kitchen 5.1 m ×1; office1→meeting 9.2 m ×2; office2→meeting 5.9 m ×2; office1→wc1 4.6 m ×1; office2→wc2 5.5 m ×1 |
| Room compactness | ↑ | 0.993 | 0.007 | |
| Daylight proxyheadline | ↑ | 0.896 | 0.104 | reception 0.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 | ↓ | 21,163 | 0.455 | partitions 4084 + envelope 10449 + slab 6630 kgCO2e; partition length 60.5 m |
Rooms
| Room | Type | x, y (m) | w × h (m) | Area (m²) | Spec (m²) | Exterior wall (m) |
|---|---|---|---|---|---|---|
| reception | reception | 6.5, 5.5 | 3.0 × 3.0 | 9.0 | 9.0–14.0 | 3.0 |
| corr1 | corridor | 1.0, 4.0 | 8.5 × 1.5 | 12.8 | 6.0–14.0 | 0.0 |
| office1 | office | 2.5, 0.0 | 3.5 × 4.0 | 14.0 | 10.0–14.0 | 3.5 |
| office2 | office | 9.5, 4.0 | 3.5 × 4.0 | 14.0 | 10.0–14.0 | 4.0 |
| office3 | office | 0.0, 5.5 | 4.0 × 3.0 | 12.0 | 8.0–12.0 | 7.0 |
| kitchen | kitchen | 0.0, 0.5 | 2.5 × 3.5 | 8.8 | 6.0–9.0 | 3.5 |
| wc1 | wc | 4.0, 5.5 | 1.5 × 2.0 | 3.0 | 1.8–3.0 | 0.0 |
| wc2 | wc | 6.0, 2.5 | 2.0 × 1.5 | 3.0 | 1.8–3.0 | 0.0 |
| meeting | meeting | 8.0, 0.0 | 5.0 × 4.0 | 20.0 | 14.0–20.0 | 9.0 |
| storage | storage | 6.0, 0.0 | 1.5 × 2.5 | 3.8 | 2.0–4.0 | 1.5 |
Doors & windows
10 doors (1 exterior), 7 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": 65,
"y": 55,
"w": 30,
"h": 30
}
},
{
"id": "corr1",
"type": "corridor",
"rect": {
"x": 10,
"y": 40,
"w": 85,
"h": 15
}
},
{
"id": "office1",
"type": "office",
"rect": {
"x": 25,
"y": 0,
"w": 35,
"h": 40
}
},
{
"id": "office2",
"type": "office",
"rect": {
"x": 95,
"y": 40,
"w": 35,
"h": 40
}
},
{
"id": "office3",
"type": "office",
"rect": {
"x": 0,
"y": 55,
"w": 40,
"h": 30
}
},
{
"id": "kitchen",
"type": "kitchen",
"rect": {
"x": 0,
"y": 5,
"w": 25,
"h": 35
}
},
{
"id": "wc1",
"type": "wc",
"rect": {
"x": 40,
"y": 55,
"w": 15,
"h": 20
}
},
{
"id": "wc2",
"type": "wc",
"rect": {
"x": 60,
"y": 25,
"w": 20,
"h": 15
}
},
{
"id": "meeting",
"type": "meeting",
"rect": {
"x": 80,
"y": 0,
"w": 50,
"h": 40
}
},
{
"id": "storage",
"type": "storage",
"rect": {
"x": 60,
"y": 0,
"w": 15,
"h": 25
}
}
],
"doors": [
{
"id": "d_reception_corr1",
"a": "reception",
"b": "corr1",
"x": 80,
"y": 55,
"width": 9,
"vertical": false
},
{
"id": "d_office1_corr1",
"a": "office1",
"b": "corr1",
"x": 42.5,
"y": 40,
"width": 9,
"vertical": false
},
{
"id": "d_office2_corr1",
"a": "office2",
"b": "corr1",
"x": 95,
"y": 47.5,
"width": 9,
"vertical": true
},
{
"id": "d_office3_corr1",
"a": "office3",
"b": "corr1",
"x": 25,
"y": 55,
"width": 9,
"vertical": false
},
{
"id": "d_kitchen_corr1",
"a": "kitchen",
"b": "corr1",
"x": 17.5,
"y": 40,
"width": 9,
"vertical": false
},
{
"id": "d_wc1_corr1",
"a": "wc1",
"b": "corr1",
"x": 47.5,
"y": 55,
"width": 9,
"vertical": false
},
{
"id": "d_wc2_corr1",
"a": "wc2",
"b": "corr1",
"x": 70,
"y": 40,
"width": 9,
"vertical": false
},
{
"id": "d_meeting_corr1",
"a": "meeting",
"b": "corr1",
"x": 87.5,
"y": 40,
"width": 9,
"vertical": false
},
{
"id": "d_office1_storage",
"a": "office1",
"b": "storage",
"x": 60,
"y": 12.5,
"width": 9,
"vertical": true
},
{
"id": "d_exterior_reception",
"a": "exterior",
"b": "reception",
"x": 80,
"y": 85,
"width": 10,
"vertical": false
}
]
}