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

small dwelling #8

re-validated: validon union Pareto front
Hall1.5×2.0 · 3.0Living3.0×5.5 · 16.5Kitchen2.5×5.5 · 13.8Bath 12.0×2.0 · 4.0Bedroom 13.5×3.5 · 12.39.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.9390.061coverage 1.00, circulation 3.0 m²
Preferred adjacency1.0000.000
Circulation distanceheadline3.1450.149hall→living 3.1 m ×3; kitchen→living 2.8 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 4.3 m ×2
Room compactness0.9170.083
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00
Privacyheadline0.5000.500bath1 0.50, 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)
hallhall5.5, 0.01.5 × 2.03.03.09.01.5
livingliving2.5, 0.03.0 × 5.516.515.028.06.0
kitchenkitchen0.0, 0.02.5 × 5.513.87.014.010.5
bath1bathroom7.0, 0.02.0 × 2.04.04.07.54.0
bed1bedroom5.5, 2.03.5 × 3.512.311.517.07.0

Doors & windows

5 doors (1 exterior), 9 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": 55,
    "y": 0,
    "w": 15,
    "h": 20
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 25,
    "y": 0,
    "w": 30,
    "h": 55
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 25,
    "h": 55
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 70,
    "y": 0,
    "w": 20,
    "h": 20
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 55,
    "y": 20,
    "w": 35,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 55,
   "y": 10,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 25,
   "y": 27.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 62.5,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 70,
   "y": 10,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 62.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}