FloorPlanBenchv1.0
small-008 · NSGA-II · seed 5

small dwelling #8

re-validated: validon union Pareto front
Hall1.5×3.0 · 4.5Living3.5×5.5 · 19.3Kitchen3.0×2.5 · 7.5Bath 12.5×2.5 · 6.3Bedroom 14.0×3.0 · 12.09.0 m5.5 m
windowentrance doordoor swinghatched = constraint violation · darker tint = un-daylit floor area
solid red lines = required adjacency, dashed blue = preferred; green = door-graph circulation edges.
ObjectiveDir.RawNormalised (0 = best)Note
Area efficiencyheadline0.9090.091coverage 1.00, circulation 4.5 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.3580.159hall→living 2.9 m ×3; kitchen→living 3.8 m ×3; living→kitchen 3.8 m ×2; bed1→bath1 2.9 m ×2
Room compactness0.9940.006
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00
Privacyheadline0.6250.375bath1 0.75, bed1 0.50
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline11,1310.262partitions 1114 + envelope 7047 + slab 2970 kgCO2e; partition length 16.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall4.0, 2.51.5 × 3.04.53.09.01.5
livingliving5.5, 0.03.5 × 5.519.315.028.012.5
kitchenkitchen2.5, 0.03.0 × 2.57.57.014.03.0
bath1bathroom0.0, 0.02.5 × 2.56.34.07.55.0
bed1bedroom0.0, 2.54.0 × 3.012.011.517.07.0

Doors & windows

5 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-008",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 40,
    "y": 25,
    "w": 15,
    "h": 30
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 55,
    "y": 0,
    "w": 35,
    "h": 55
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 25,
    "y": 0,
    "w": 30,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 25,
    "h": 25
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 25,
    "w": 40,
    "h": 30
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 55,
   "y": 40,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 55,
   "y": 12.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 40,
   "y": 40,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_bed1",
   "a": "bath1",
   "b": "bed1",
   "x": 12.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 47.5,
   "y": 55,
   "width": 10,
   "vertical": false
  }
 ]
}