FloorPlanBenchv1.0
medium-003 · Greedy→SA · seed 2

medium dwelling #3

re-validated: validon union Pareto front
Hall5.5×1.5 · 8.3Living7.0×3.0 · 21.0Bedroom 23.0×3.5 · 10.5Bedroom 14.5×3.0 · 13.5Dining2.5×3.5 · 8.8Kitchen3.0×4.5 · 13.5Study3.5×2.5 · 8.8Bath 12.5×2.0 · 5.0Bath 22.0×2.0 · 4.0Store2.0×1.5 · 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.7960.204coverage 0.87, circulation 8.3 m²
Preferred adjacency0.2500.750
Circulation distanceheadline3.3470.098hall→living 3.2 m ×3; kitchen→dining 2.8 m ×3; living→kitchen 3.8 m ×2; bed1→bath1 2.8 m ×2; bed2→bath2 4.3 m ×2; study→kitchen 3.6 m ×1
Room compactness0.9670.033
Daylight proxyheadline0.7920.208hall 0.00, living 0.86, bed2 0.00, bed1 1.00, dining 1.00, kitchen 1.00, study 1.00, bath1 1.00, bath2 1.00, storage 0.00
Privacyheadline0.7500.250bed2 0.50, bed1 0.75, study 0.50, bath1 1.00, bath2 1.00
Exterior exposure0.8210.179
Accessibility1.0000.000
Embodied-carbon proxyheadline21,9660.436partitions 3915 + envelope 11421 + slab 6630 kgCO2e; partition length 58.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.0, 0.05.5 × 1.58.33.09.05.5
livingliving0.0, 1.57.0 × 3.021.015.028.03.0
bed2bedroom7.0, 1.53.0 × 3.510.58.612.80.5
bed1bedroom10.0, 2.04.5 × 3.013.511.517.07.5
diningdining0.0, 5.52.5 × 3.58.88.015.06.0
kitchenkitchen2.5, 4.53.0 × 4.513.57.014.03.0
studystudy5.5, 6.53.5 × 2.58.86.011.03.5
bath1bathroom12.0, 0.02.5 × 2.05.04.07.54.5
bath2bathroom10.0, 0.02.0 × 2.04.04.07.52.0
storagestorage5.5, 5.02.0 × 1.53.02.04.50.0

Doors & windows

10 doors (1 exterior), 10 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": 30,
    "y": 0,
    "w": 55,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 15,
    "w": 70,
    "h": 30
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 70,
    "y": 15,
    "w": 30,
    "h": 35
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 100,
    "y": 20,
    "w": 45,
    "h": 30
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 0,
    "y": 55,
    "w": 25,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 25,
    "y": 45,
    "w": 30,
    "h": 45
   }
  },
  {
   "id": "study",
   "type": "study",
   "rect": {
    "x": 55,
    "y": 65,
    "w": 35,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 120,
    "y": 0,
    "w": 25,
    "h": 20
   }
  },
  {
   "id": "bath2",
   "type": "bathroom",
   "rect": {
    "x": 100,
    "y": 0,
    "w": 20,
    "h": 20
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 55,
    "y": 50,
    "w": 20,
    "h": 15
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 50,
   "y": 15,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 25,
   "y": 72.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_hall",
   "a": "bed2",
   "b": "hall",
   "x": 77.5,
   "y": 15,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath2_bed1",
   "a": "bath2",
   "b": "bed1",
   "x": 110,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 132.5,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed2_bed1",
   "a": "bed2",
   "b": "bed1",
   "x": 100,
   "y": 35,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_living_kitchen",
   "a": "living",
   "b": "kitchen",
   "x": 40,
   "y": 45,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_study",
   "a": "kitchen",
   "b": "study",
   "x": 55,
   "y": 77.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_study_storage",
   "a": "study",
   "b": "storage",
   "x": 65,
   "y": 65,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 57.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}