FloorPlanBenchv1.0
small-001 · NSGA-II · seed 8

small dwelling #1

re-validated: validon union Pareto front
Hall1.5×3.0 · 4.5Living5.0×4.5 · 22.5Kitchen3.5×3.0 · 10.5Bath 13.0×2.5 · 7.5Bedroom 13.0×5.0 · 15.08.0 m7.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.9250.075coverage 1.00, circulation 4.5 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.9910.182hall→living 4.4 m ×3; kitchen→living 3.9 m ×3; living→kitchen 3.9 m ×2; bed1→bath1 3.8 m ×2
Room compactness0.9870.013
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 proxyheadline12,3820.267partitions 1249 + envelope 7533 + slab 3600 kgCO2e; partition length 18.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.5, 0.01.5 × 3.04.53.09.01.5
livingliving0.0, 3.05.0 × 4.522.515.028.09.5
kitchenkitchen0.0, 0.03.5 × 3.010.57.014.06.5
bath1bathroom5.0, 5.03.0 × 2.57.54.07.55.5
bed1bedroom5.0, 0.03.0 × 5.015.011.517.08.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-001",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 35,
    "y": 0,
    "w": 15,
    "h": 30
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 30,
    "w": 50,
    "h": 45
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 35,
    "h": 30
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 50,
    "y": 50,
    "w": 30,
    "h": 25
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 50,
    "y": 0,
    "w": 30,
    "h": 50
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 42.5,
   "y": 30,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_living",
   "a": "kitchen",
   "b": "living",
   "x": 17.5,
   "y": 30,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 50,
   "y": 15,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath1_bed1",
   "a": "bath1",
   "b": "bed1",
   "x": 65,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 42.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}