FloorPlanBenchv1.0
small-006 · NSGA-II · seed 7

small dwelling #6

re-validated: validon union Pareto front
Hall2.5×1.5 · 3.8Living3.5×7.0 · 24.5Kitchen2.5×3.0 · 7.5Bath 12.5×2.5 · 6.3Bedroom 14.0×4.0 · 16.0Bedroom 24.0×3.0 · 12.010.0 m7.0 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.9460.054coverage 1.00, circulation 3.8 m²
Preferred adjacency0.0001.000
Circulation distanceheadline3.9350.161hall→living 4.5 m ×3; kitchen→living 3.1 m ×3; living→kitchen 3.1 m ×2; bed1→bath1 5.9 m ×2; bed2→bath1 3.3 m ×2
Room compactness0.9670.033
Daylight proxyheadline0.8420.158hall 0.00, living 1.00, kitchen 0.00, bath1 1.00, bed1 1.00, bed2 1.00
Privacyheadline0.7500.250bath1 1.00, bed1 0.50, bed2 0.75
Exterior exposure0.8330.167
Accessibility1.0000.000
Embodied-carbon proxyheadline14,0150.281partitions 1553 + envelope 8262 + slab 4200 kgCO2e; partition length 23.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.5, 5.52.5 × 1.53.83.09.02.5
livingliving0.0, 0.03.5 × 7.024.515.028.014.0
kitchenkitchen3.5, 2.52.5 × 3.07.57.014.00.0
bath1bathroom3.5, 0.02.5 × 2.56.34.07.52.5
bed1bedroom6.0, 3.04.0 × 4.016.011.517.08.0
bed2bedroom6.0, 0.04.0 × 3.012.08.612.87.0

Doors & windows

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