FloorPlanBenchv1.0
medium-008 · Greedy→SA · seed 8

medium dwelling #8

re-validated: validon union Pareto front
Hall1.5×6.0 · 9.0Living3.0×5.0 · 15.0Bedroom 23.0×3.5 · 10.5Bedroom 13.0×4.0 · 12.0Dining2.5×3.5 · 8.8Kitchen2.5×4.0 · 10.0Bath 12.0×3.5 · 7.09.5 m8.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.7830.217coverage 0.89, circulation 9.0 m²
Preferred adjacency0.0001.000
Circulation distanceheadline2.5720.101hall→living 2.6 m ×3; kitchen→dining 2.5 m ×3; living→kitchen 2.8 m ×2; bed1→bath1 2.5 m ×2; bed2→bath1 2.5 m ×2
Room compactness0.9700.030
Daylight proxyheadline0.8670.133hall 0.00, living 1.00, bed2 1.00, bed1 1.00, dining 1.00, kitchen 0.00, bath1 1.00
Privacyheadline0.7500.250bed2 0.50, bed1 1.00, bath1 0.75
Exterior exposure0.8430.157
Accessibility1.0000.000
Embodied-carbon proxyheadline16,6640.478partitions 3071 + envelope 8748 + slab 4845 kgCO2e; partition length 45.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall0.0, 0.51.5 × 6.09.03.09.06.0
livingliving1.5, 0.03.0 × 5.015.015.028.03.0
bed2bedroom1.5, 5.03.0 × 3.510.58.612.83.0
bed1bedroom6.5, 4.53.0 × 4.012.011.517.07.0
diningdining7.0, 0.52.5 × 3.58.88.015.03.5
kitchenkitchen4.5, 0.52.5 × 4.010.07.014.00.0
bath1bathroom4.5, 5.02.0 × 3.57.04.07.52.0

Doors & windows

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

Plan JSON
{
 "programId": "medium-008",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 0,
    "y": 5,
    "w": 15,
    "h": 60
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 15,
    "y": 0,
    "w": 30,
    "h": 50
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 15,
    "y": 50,
    "w": 30,
    "h": 35
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 65,
    "y": 45,
    "w": 30,
    "h": 40
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 70,
    "y": 5,
    "w": 25,
    "h": 35
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 45,
    "y": 5,
    "w": 25,
    "h": 40
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 45,
    "y": 50,
    "w": 20,
    "h": 35
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 15,
   "y": 27.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 70,
   "y": 22.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_hall",
   "a": "bed2",
   "b": "hall",
   "x": 15,
   "y": 57.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_living_kitchen",
   "a": "living",
   "b": "kitchen",
   "x": 45,
   "y": 25,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_bath1",
   "a": "bed2",
   "b": "bath1",
   "x": 45,
   "y": 67.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_bath1",
   "a": "bed1",
   "b": "bath1",
   "x": 65,
   "y": 67.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 0,
   "y": 35,
   "width": 10,
   "vertical": true
  }
 ]
}