FloorPlanBenchv1.0
medium-006 · SA · seed 2

medium dwelling #6

re-validated: validon union Pareto front
Hall2.5×1.5 · 3.8Living5.0×3.5 · 17.5Kitchen3.0×3.5 · 10.5Bath 12.5×2.0 · 5.0Bedroom 13.0×4.5 · 13.5Bedroom 24.0×3.0 · 12.0Dining4.0×3.0 · 12.0Study4.0×2.5 · 10.0Bath 23.0×2.0 · 6.0Store1.0×3.5 · 3.511.0 m10.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.9550.045coverage 0.99, circulation 3.8 m²
Preferred adjacency0.4000.600
Circulation distanceheadline6.4920.218hall→living 3.9 m ×3; kitchen→dining 3.3 m ×3; living→kitchen 3.6 m ×2; bed1→bath1 13.2 m ×2; bed2→bath2 10.4 m ×2; study→kitchen 8.4 m ×1
Room compactness0.9160.084
Daylight proxyheadline0.8910.109hall 1.00, living 1.00, kitchen 0.00, bath1 1.00, bed1 1.00, bed2 1.00, dining 1.00, study 1.00, bath2 1.00, storage 0.00
Privacyheadline0.7000.300bath1 0.50, bed1 0.50, bed2 0.50, study 1.00, bath2 1.00
Exterior exposure0.8570.143
Accessibility1.0000.000
Embodied-carbon proxyheadline18,6620.338partitions 2801 + envelope 10206 + slab 5655 kgCO2e; partition length 41.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall8.5, 0.02.5 × 1.53.83.09.04.0
livingliving3.5, 0.05.0 × 3.517.515.028.08.5
kitchenkitchen5.0, 3.53.0 × 3.510.57.014.00.0
bath1bathroom8.5, 1.52.5 × 2.05.04.07.52.0
bed1bedroom8.0, 5.53.0 × 4.513.511.517.07.5
bed2bedroom0.0, 7.04.0 × 3.012.08.612.87.0
diningdining4.0, 7.04.0 × 3.012.08.015.04.0
studystudy0.0, 4.54.0 × 2.510.06.011.06.0
bath2bathroom8.0, 3.53.0 × 2.06.04.07.52.0
storagestorage4.0, 3.51.0 × 3.53.52.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-006",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 85,
    "y": 0,
    "w": 25,
    "h": 15
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 35,
    "y": 0,
    "w": 50,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 50,
    "y": 35,
    "w": 30,
    "h": 35
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 85,
    "y": 15,
    "w": 25,
    "h": 20
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 80,
    "y": 55,
    "w": 30,
    "h": 45
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 70,
    "w": 40,
    "h": 30
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 40,
    "y": 70,
    "w": 40,
    "h": 30
   }
  },
  {
   "id": "study",
   "type": "study",
   "rect": {
    "x": 0,
    "y": 45,
    "w": 40,
    "h": 25
   }
  },
  {
   "id": "bath2",
   "type": "bathroom",
   "rect": {
    "x": 80,
    "y": 35,
    "w": 30,
    "h": 20
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 40,
    "y": 35,
    "w": 10,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 85,
   "y": 7.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 65,
   "y": 70,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath2_bed1",
   "a": "bath2",
   "b": "bed1",
   "x": 95,
   "y": 55,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 97.5,
   "y": 15,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_living_kitchen",
   "a": "living",
   "b": "kitchen",
   "x": 65,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_kitchen_storage",
   "a": "kitchen",
   "b": "storage",
   "x": 50,
   "y": 52.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_dining",
   "a": "bed1",
   "b": "dining",
   "x": 80,
   "y": 85,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_dining",
   "a": "bed2",
   "b": "dining",
   "x": 40,
   "y": 85,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_study",
   "a": "bed2",
   "b": "study",
   "x": 20,
   "y": 70,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 97.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}