FloorPlanBenchv1.0
medium-003 · NSGA-II · seed 7

medium dwelling #3

re-validated: validon union Pareto front
Hall3.5×2.0 · 7.0Living3.0×9.0 · 27.0Kitchen5.0×2.5 · 12.5Bath 12.5×2.5 · 6.3Bedroom 14.5×3.0 · 13.5Bedroom 23.0×3.5 · 10.5Dining5.0×2.5 · 12.5Study4.0×2.5 · 10.0Bath 22.0×3.0 · 6.0Store3.0×1.5 · 4.514.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.9300.070coverage 0.99, circulation 7.0 m²
Preferred adjacency0.0001.000
Circulation distanceheadline6.8950.202hall→living 5.6 m ×3; kitchen→dining 2.5 m ×3; living→kitchen 16.2 m ×2; bed1→bath1 5.1 m ×2; bed2→bath2 8.2 m ×2; study→kitchen 6.4 m ×1
Room compactness0.8760.124
Daylight proxyheadline0.9640.036hall 0.00, living 1.00, kitchen 1.00, bath1 0.00, bed1 1.00, bed2 1.00, dining 1.00, study 1.00, bath2 1.00, storage 0.00
Privacyheadline0.7500.250bath1 1.00, bed1 1.00, bed2 0.50, study 0.25, bath2 1.00
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline21,1560.346partitions 3105 + envelope 11421 + slab 6630 kgCO2e; partition length 46.0 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall3.0, 0.03.5 × 2.07.03.09.03.5
livingliving0.0, 0.03.0 × 9.027.015.028.015.0
kitchenkitchen9.5, 0.05.0 × 2.512.57.014.07.5
bath1bathroom3.0, 3.52.5 × 2.56.34.07.50.0
bed1bedroom5.0, 6.04.5 × 3.013.511.517.07.5
bed2bedroom6.5, 0.03.0 × 3.510.58.612.83.0
diningdining9.5, 2.55.0 × 2.512.58.015.07.5
studystudy5.5, 3.54.0 × 2.510.06.011.01.0
bath2bathroom3.0, 6.02.0 × 3.06.04.07.52.0
storagestorage3.5, 2.03.0 × 1.54.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-003",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 30,
    "y": 0,
    "w": 35,
    "h": 20
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 30,
    "h": 90
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 95,
    "y": 0,
    "w": 50,
    "h": 25
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 30,
    "y": 35,
    "w": 25,
    "h": 25
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 50,
    "y": 60,
    "w": 45,
    "h": 30
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 65,
    "y": 0,
    "w": 30,
    "h": 35
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 95,
    "y": 25,
    "w": 50,
    "h": 25
   }
  },
  {
   "id": "study",
   "type": "study",
   "rect": {
    "x": 55,
    "y": 35,
    "w": 40,
    "h": 25
   }
  },
  {
   "id": "bath2",
   "type": "bathroom",
   "rect": {
    "x": 30,
    "y": 60,
    "w": 20,
    "h": 30
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 35,
    "y": 20,
    "w": 30,
    "h": 15
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 30,
   "y": 10,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 120,
   "y": 25,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed2_hall",
   "a": "bed2",
   "b": "hall",
   "x": 65,
   "y": 10,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bath2_bed1",
   "a": "bath2",
   "b": "bed1",
   "x": 50,
   "y": 75,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_hall_storage",
   "a": "hall",
   "b": "storage",
   "x": 50,
   "y": 20,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed2_study",
   "a": "bed2",
   "b": "study",
   "x": 80,
   "y": 35,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_study",
   "a": "bed1",
   "b": "study",
   "x": 75,
   "y": 60,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_study",
   "a": "bath1",
   "b": "study",
   "x": 55,
   "y": 47.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_dining_study",
   "a": "dining",
   "b": "study",
   "x": 95,
   "y": 42.5,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 47.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}