FloorPlanBenchv1.0
medium-003 · SA · seed 2

medium dwelling #3

re-validated: validon union Pareto front
Hall2.0×4.5 · 9.0Living4.0×4.5 · 18.0Kitchen3.0×4.5 · 13.5Bath 12.5×3.0 · 7.5Bedroom 13.0×5.0 · 15.0Bedroom 23.0×4.0 · 12.0Dining3.0×4.5 · 13.5Study3.0×3.0 · 9.0Bath 23.0×2.0 · 6.0Store1.5×2.0 · 3.014.5 m9.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.8820.118coverage 0.96, circulation 9.0 m²
Preferred adjacency0.5000.500
Circulation distanceheadline5.6290.165hall→living 3.0 m ×3; kitchen→dining 3.0 m ×3; living→kitchen 6.5 m ×2; bed1→bath1 3.1 m ×2; bed2→bath2 9.0 m ×2; study→kitchen 18.0 m ×1
Room compactness0.9930.007
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, kitchen 1.00, bath1 1.00, bed1 1.00, bed2 1.00, dining 1.00, study 1.00, bath2 1.00, storage 0.00
Privacyheadline0.9000.100bath1 1.00, bed1 1.00, bed2 0.50, study 1.00, bath2 1.00
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline21,3590.369partitions 3308 + envelope 11421 + slab 6630 kgCO2e; partition length 49.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall4.0, 4.52.0 × 4.59.03.09.02.0
livingliving0.0, 4.54.0 × 4.518.015.028.08.5
kitchenkitchen3.0, 0.03.0 × 4.513.57.014.03.0
bath1bathroom6.0, 0.02.5 × 3.07.54.07.52.5
bed1bedroom8.5, 0.03.0 × 5.015.011.517.05.0
bed2bedroom6.0, 5.03.0 × 4.012.08.612.83.0
diningdining0.0, 0.03.0 × 4.513.58.015.07.5
studystudy11.5, 2.03.0 × 3.09.06.011.06.0
bath2bathroom11.5, 0.03.0 × 2.06.04.07.55.0
storagestorage7.0, 3.01.5 × 2.03.02.04.50.0

Doors & windows

10 doors (1 exterior), 13 window segments. Doors are derived deterministically from the room rectangles by the shared door policy; see Methods.

Plan JSON
{
 "programId": "medium-003",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 40,
    "y": 45,
    "w": 20,
    "h": 45
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 45,
    "w": 40,
    "h": 45
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 30,
    "y": 0,
    "w": 30,
    "h": 45
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 60,
    "y": 0,
    "w": 25,
    "h": 30
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 85,
    "y": 0,
    "w": 30,
    "h": 50
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 60,
    "y": 50,
    "w": 30,
    "h": 40
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 30,
    "h": 45
   }
  },
  {
   "id": "study",
   "type": "study",
   "rect": {
    "x": 115,
    "y": 20,
    "w": 30,
    "h": 30
   }
  },
  {
   "id": "bath2",
   "type": "bathroom",
   "rect": {
    "x": 115,
    "y": 0,
    "w": 30,
    "h": 20
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 70,
    "y": 30,
    "w": 15,
    "h": 20
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 40,
   "y": 67.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 30,
   "y": 22.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_hall",
   "a": "bed2",
   "b": "hall",
   "x": 60,
   "y": 70,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath2_bed1",
   "a": "bath2",
   "b": "bed1",
   "x": 115,
   "y": 10,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_dining_living",
   "a": "dining",
   "b": "living",
   "x": 15,
   "y": 45,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 85,
   "y": 15,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_storage",
   "a": "bed2",
   "b": "storage",
   "x": 77.5,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_storage",
   "a": "bed1",
   "b": "storage",
   "x": 85,
   "y": 40,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_study",
   "a": "bed1",
   "b": "study",
   "x": 115,
   "y": 35,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 50,
   "y": 90,
   "width": 10,
   "vertical": false
  }
 ]
}