FloorPlanBenchv1.0
medium-001 · Greedy→SA · seed 10

medium dwelling #1

re-validated: validon union Pareto front
Hall1.5×5.5 · 8.3Living4.0×5.5 · 22.0Bedroom 13.5×4.5 · 15.8Bedroom 23.0×3.5 · 10.5Dining3.0×5.0 · 15.0Kitchen2.5×5.0 · 12.5Study3.5×2.5 · 8.8Bath 12.5×3.0 · 7.5Bath 22.0×3.5 · 7.0Store1.5×2.5 · 3.812.5 m10.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.8900.110coverage 0.96, circulation 8.3 m²
Preferred adjacency0.4000.600
Circulation distanceheadline5.4270.166hall→living 2.8 m ×3; kitchen→dining 2.8 m ×3; living→kitchen 7.0 m ×2; bed1→bath1 6.9 m ×2; bed2→bath2 8.0 m ×2; study→kitchen 10.3 m ×1
Room compactness0.9570.043
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, bed1 1.00, bed2 1.00, dining 1.00, kitchen 1.00, study 1.00, bath1 1.00, bath2 1.00, storage 0.00
Privacyheadline1.0000.000bed1 1.00, bed2 1.00, study 1.00, bath1 1.00, bath2 1.00
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline21,7190.394partitions 3611 + envelope 11178 + slab 6930 kgCO2e; partition length 53.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall7.0, 0.01.5 × 5.58.33.09.01.5
livingliving8.5, 0.04.0 × 5.522.015.028.09.5
bed1bedroom0.0, 2.53.5 × 4.515.811.517.08.0
bed2bedroom3.5, 0.03.0 × 3.510.58.612.83.0
diningdining9.5, 5.53.0 × 5.015.08.015.08.0
kitchenkitchen7.0, 5.52.5 × 5.012.57.014.02.5
studystudy0.0, 0.03.5 × 2.58.86.011.06.0
bath1bathroom4.5, 7.02.5 × 3.07.54.07.53.0
bath2bathroom3.5, 3.52.0 × 3.57.04.07.51.0
storagestorage5.5, 4.51.5 × 2.53.82.04.50.0

Doors & windows

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

Plan JSON
{
 "programId": "medium-001",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 70,
    "y": 0,
    "w": 15,
    "h": 55
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 85,
    "y": 0,
    "w": 40,
    "h": 55
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 25,
    "w": 35,
    "h": 45
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 35,
    "y": 0,
    "w": 30,
    "h": 35
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 95,
    "y": 55,
    "w": 30,
    "h": 50
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 70,
    "y": 55,
    "w": 25,
    "h": 50
   }
  },
  {
   "id": "study",
   "type": "study",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 35,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 45,
    "y": 70,
    "w": 25,
    "h": 30
   }
  },
  {
   "id": "bath2",
   "type": "bathroom",
   "rect": {
    "x": 35,
    "y": 35,
    "w": 20,
    "h": 35
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 55,
    "y": 45,
    "w": 15,
    "h": 25
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 85,
   "y": 27.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 95,
   "y": 80,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath2_bed1",
   "a": "bath2",
   "b": "bed1",
   "x": 35,
   "y": 52.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_dining_living",
   "a": "dining",
   "b": "living",
   "x": 110,
   "y": 55,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_study_bed2",
   "a": "study",
   "b": "bed2",
   "x": 35,
   "y": 12.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_storage",
   "a": "kitchen",
   "b": "storage",
   "x": 70,
   "y": 62.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath2_storage",
   "a": "bath2",
   "b": "storage",
   "x": 55,
   "y": 57.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_study",
   "a": "bed1",
   "b": "study",
   "x": 17.5,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_storage",
   "a": "bath1",
   "b": "storage",
   "x": 62.5,
   "y": 70,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 77.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}