FloorPlanBenchv1.0
small-005 · NSGA-II · seed 6

small dwelling #5

re-validated: validon union Pareto front
Hall2.0×1.5 · 3.0Living8.5×3.0 · 25.5Kitchen3.0×4.5 · 13.5Bath 12.0×3.0 · 6.0Bedroom 13.5×4.5 · 15.88.5 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.9530.047coverage 1.00, circulation 3.0 m²
Preferred adjacency1.0000.000
Circulation distanceheadline5.0010.221hall→living 4.3 m ×3; kitchen→living 5.4 m ×3; living→kitchen 5.4 m ×2; bed1→bath1 5.1 m ×2
Room compactness0.8930.107
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 proxyheadline12,9170.273partitions 1316 + envelope 7776 + slab 3825 kgCO2e; partition length 19.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall0.0, 3.02.0 × 1.53.03.09.01.5
livingliving0.0, 0.08.5 × 3.025.515.028.014.5
kitchenkitchen5.5, 3.03.0 × 4.513.57.014.07.5
bath1bathroom0.0, 4.52.0 × 3.06.04.07.55.0
bed1bedroom2.0, 3.03.5 × 4.515.811.517.03.5

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