FloorPlanBenchv1.0
realistic-2bed · Greedy→SA · seed 2

Two-bedroom flat (2b4p, NDSS 79 m²)

re-validated: validon union Pareto front
Hall1.5×5.0 · 7.5Living3.0×6.5 · 19.5Bedroom 15.0×3.0 · 15.0Bedroom 22.5×3.5 · 8.8Bath 13.0×2.0 · 6.0Dining4.0×3.0 · 12.0Kitchen4.0×2.5 · 10.0Store1.0×2.0 · 2.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.9070.093coverage 1.00, circulation 7.5 m²
Preferred adjacency0.5000.500
Circulation distanceheadline5.3060.208hall→living 3.6 m ×3; kitchen→dining 2.8 m ×3; living→kitchen 9.4 m ×2; bed1→bath1 5.6 m ×2; bed2→bath1 7.4 m ×2
Room compactness0.9280.072
Daylight proxyheadline1.0000.000hall 0.00, living 1.00, bed1 1.00, bed2 1.00, bath1 1.00, dining 1.00, kitchen 1.00, storage 0.00
Privacyheadline0.3330.667bed1 0.00, bed2 0.50, bath1 0.50
Exterior exposure1.0000.000
Accessibility1.0000.000
Embodied-carbon proxyheadline15,8540.330partitions 2261 + envelope 8748 + slab 4845 kgCO2e; partition length 33.5 m

Rooms

RoomTypex, y (m)w × h (m)Area (m²)Spec (m²)Exterior wall (m)
hallhall5.0, 0.01.5 × 5.07.54.08.01.5
livingliving6.5, 2.03.0 × 6.519.517.024.09.5
bed1bedroom0.0, 0.05.0 × 3.015.011.515.08.0
bed2bedroom4.0, 5.02.5 × 3.58.87.511.02.5
bath1bathroom6.5, 0.03.0 × 2.06.04.06.05.0
diningdining0.0, 5.54.0 × 3.012.08.012.07.0
kitchenkitchen0.0, 3.04.0 × 2.510.07.011.02.5
storagestorage4.0, 3.01.0 × 2.02.02.03.50.0

Doors & windows

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

Plan JSON
{
 "programId": "realistic-2bed",
 "rooms": [
  {
   "id": "hall",
   "type": "hall",
   "rect": {
    "x": 50,
    "y": 0,
    "w": 15,
    "h": 50
   }
  },
  {
   "id": "living",
   "type": "living",
   "rect": {
    "x": 65,
    "y": 20,
    "w": 30,
    "h": 65
   }
  },
  {
   "id": "bed1",
   "type": "bedroom",
   "rect": {
    "x": 0,
    "y": 0,
    "w": 50,
    "h": 30
   }
  },
  {
   "id": "bed2",
   "type": "bedroom",
   "rect": {
    "x": 40,
    "y": 50,
    "w": 25,
    "h": 35
   }
  },
  {
   "id": "bath1",
   "type": "bathroom",
   "rect": {
    "x": 65,
    "y": 0,
    "w": 30,
    "h": 20
   }
  },
  {
   "id": "dining",
   "type": "dining",
   "rect": {
    "x": 0,
    "y": 55,
    "w": 40,
    "h": 30
   }
  },
  {
   "id": "kitchen",
   "type": "kitchen",
   "rect": {
    "x": 0,
    "y": 30,
    "w": 40,
    "h": 25
   }
  },
  {
   "id": "storage",
   "type": "storage",
   "rect": {
    "x": 40,
    "y": 30,
    "w": 10,
    "h": 20
   }
  }
 ],
 "doors": [
  {
   "id": "d_hall_living",
   "a": "hall",
   "b": "living",
   "x": 65,
   "y": 35,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_kitchen_dining",
   "a": "kitchen",
   "b": "dining",
   "x": 20,
   "y": 55,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bed1_hall",
   "a": "bed1",
   "b": "hall",
   "x": 50,
   "y": 15,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed2_hall",
   "a": "bed2",
   "b": "hall",
   "x": 57.5,
   "y": 50,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_bath1_hall",
   "a": "bath1",
   "b": "hall",
   "x": 65,
   "y": 10,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_storage_hall",
   "a": "storage",
   "b": "hall",
   "x": 50,
   "y": 40,
   "width": 9,
   "vertical": true
  },
  {
   "id": "d_bed1_kitchen",
   "a": "bed1",
   "b": "kitchen",
   "x": 20,
   "y": 30,
   "width": 9,
   "vertical": false
  },
  {
   "id": "d_exterior_hall",
   "a": "exterior",
   "b": "hall",
   "x": 57.5,
   "y": 0,
   "width": 10,
   "vertical": false
  }
 ]
}