{
  "results": [
    {
      "seed": "0",
      "prior": "stilted_manor",
      "attempts": 2,
      "rejected_candidates": [
        "contradictory specification: exploration_wing intersects occupied space in manor; change join side/alignment or insets"
      ],
      "sampler": "reference-composition-v1",
      "signature": "e45e3f7ff2ecefefe735507617eaf297ca98492837a3fe88d954a83395c524bc",
      "ms": 1128.9000000003725,
      "valid": true,
      "control": "19",
      "width": 19,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Highbeam manor / exploration',\n    volumes=(\n        Volume(\n            name='manor',\n            width=19,\n            depth=19,\n            levels=(\n                Level(\n                    rooms=('workshop', 'storage'),\n                    inset=2,\n                    wall='masonry',\n                ),\n                Level(\n                    rooms=('living', 'kitchen'),\n                    layout='long',\n                ),\n                Level(\n                    rooms=('sleeping', 'study'),\n                    layout='cross',\n                    attic=True,\n                ),\n            ),\n            roof=Roof(\n                ridge='z',\n                dormers=2,\n                cupola=True,\n            ),\n            circulation='ladder',\n        ),\n    ),\n    materials=Materials(\n        wall='plaster',\n        frame='spruce',\n        roof='gray',\n        accent='red',\n    ),\n    site=Site(\n        planting='conifer',\n    ),\n    attachments=(\n        Attachment(\n            kind='balcony',\n            to='manor',\n            side='east',\n            level=1,\n            depth=3,\n            width=7,\n        ),\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · manor: 19×19，3 层，gable / 坡度 1"
    },
    {
      "seed": "1",
      "prior": "red_roof_farmstead",
      "attempts": 1,
      "rejected_candidates": [],
      "sampler": "reference-composition-v1",
      "signature": "8dd16dcef27cc8eab5599cc34d9c10a58ceccd1d6aa3a0ee2e9f7b1515da2dfa",
      "ms": 1262.0999999996275,
      "valid": true,
      "control": "15",
      "width": 15,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Red ridge farm / exploration',\n    volumes=(\n        Volume(\n            name='farmhouse',\n            width=15,\n            depth=17,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'storage'),\n                ),\n                Level(\n                    rooms=('sleeping', 'workshop'),\n                    attic=True,\n                ),\n            ),\n            roof=Roof(\n                ridge='z',\n                pitch=1.5,\n                cupola=True,\n            ),\n            circulation='ladder',\n            root_spread=3,\n            root_crown=6,\n        ),\n        Volume(\n            name='exploration_wing',\n            width=9,\n            depth=13,\n            levels=(\n                Level(\n                    rooms=('workshop', 'storage'),\n                ),\n            ),\n            roof=Roof(\n                pitch=0.5,\n            ),\n            join=Join(\n                to='farmhouse',\n                side='north',\n                align='front',\n            ),\n        ),\n    ),\n    materials=Materials(\n        wall='timber',\n        frame='spruce',\n        roof='red',\n        trim='sandstone',\n        accent='red',\n    ),\n    site=Site(\n        margin=4,\n        planting='sparse',\n    ),\n    features=(\n        Feature(\n            kind='well',\n            side='west',\n            scale=5,\n        ),\n        Feature(\n            kind='field',\n            scale=9,\n        ),\n        Feature(\n            kind='windmill',\n            scale=9,\n        ),\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · farmhouse: 15×17，2 层，gable / 坡度 1.5；exploration_wing: 9×13，1 层，gable / 坡度 0.5，连接 farmhouse 的 north 侧"
    },
    {
      "seed": "2",
      "prior": "mediterranean_villa",
      "attempts": 2,
      "rejected_candidates": [
        "contradictory specification: library.roof.dormers: no feasible value in (2,)"
      ],
      "sampler": "reference-composition-v1",
      "signature": "817000b70e3435dd235dc36714f3bbc9a4606cdbe4910f712c3f41ef7cac2ca2",
      "ms": 1030,
      "valid": true,
      "control": "15",
      "width": 15,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='House of the blue courtyard / exploration',\n    volumes=(\n        Volume(\n            name='house',\n            width=15,\n            depth=17,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen'),\n                    layout='cross',\n                ),\n                Level(\n                    rooms=('sleeping', 'brewing'),\n                    layout='long',\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='z',\n            ),\n            circulation='ladder',\n            root_spread=6,\n            root_crown=4,\n        ),\n        Volume(\n            name='library',\n            width=9,\n            levels=(\n                Level(\n                    rooms=('enchanting', 'study'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='z',\n            ),\n            join=Join(\n                to='house',\n                align='back',\n            ),\n            circulation='ladder',\n            root_spread=5,\n            root_crown=4,\n        ),\n        Volume(\n            name='exploration_wing',\n            width=9,\n            levels=(\n                Level(\n                    rooms=('workshop', 'storage'),\n                ),\n            ),\n            roof=Roof(\n                pitch=0.5,\n            ),\n            join=Join(\n                to='house',\n                side='north',\n                align='front',\n            ),\n        ),\n    ),\n    materials=Materials(\n        wall='white',\n        frame='birch',\n        roof='tile',\n        trim='sandstone',\n        accent='cyan',\n    ),\n    site=Site(\n        margin=3,\n        planting='mediterranean',\n        paving='courtyard',\n    ),\n    attachments=(\n        Attachment(\n            kind='terrace',\n            to='house',\n            depth=5,\n            cover='pergola',\n        ),\n        Attachment(\n            kind='balcony',\n            to='house',\n            side='west',\n            level=1,\n            depth=5,\n            width=7,\n            cover='pergola',\n        ),\n    ),\n    features=(\n        Feature(\n            kind='pool',\n            side='south',\n            scale=5,\n        ),\n        Feature(\n            kind='garden',\n            side='west',\n        ),\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · house: 15×17，2 层，hip / 坡度 1；library: 9×11，1 层，hip / 坡度 1，连接 house 的 east 侧；exploration_wing: 9×11，1 层，gable / 坡度 0.5，连接 house 的 north 侧"
    },
    {
      "seed": "3",
      "prior": "root_house",
      "attempts": 1,
      "rejected_candidates": [],
      "sampler": "reference-composition-v1",
      "signature": "15c5ede21e2019394b1523956255848b36497fe722f5f92db637d7b8c60d4a26",
      "ms": 595.2999999998137,
      "valid": true,
      "control": "15",
      "width": 15,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Hollow elder home / exploration',\n    volumes=(\n        Volume(\n            name='hollow',\n            width=15,\n            depth=13,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'storage'),\n                    wall='earth',\n                ),\n                Level(\n                    rooms=('sleeping', 'study'),\n                    inset=1,\n                    wall='earth',\n                ),\n            ),\n            roof=None,\n            envelope='roots',\n            root_crown=6,\n        ),\n    ),\n    materials=Materials(\n        wall='earth',\n        frame='dark_oak',\n        floor='spruce',\n    ),\n    site=Site(\n        terrain='hill',\n    ),\n)\n",
      "summary": "本次结果 · 地形 hill · hollow: 15×13，2 层，树根外壳"
    },
    {
      "seed": "4",
      "prior": "root_house",
      "attempts": 1,
      "rejected_candidates": [],
      "sampler": "reference-composition-v1",
      "signature": "8c62f8d5c1834adb1fb991886bd28915d5c76cec7c136413ab3d64653f225d45",
      "ms": 451.40000000037253,
      "valid": true,
      "control": "13",
      "width": 13,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Hollow elder home / exploration',\n    volumes=(\n        Volume(\n            name='hollow',\n            width=13,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'storage'),\n                    wall='earth',\n                ),\n                Level(\n                    rooms=('sleeping', 'study'),\n                    inset=1,\n                    wall='earth',\n                ),\n            ),\n            roof=None,\n            envelope='roots',\n            circulation='ladder',\n            root_spread=3,\n            root_crown=4,\n        ),\n    ),\n    materials=Materials(\n        wall='earth',\n        frame='dark_oak',\n        floor='spruce',\n    ),\n    site=Site(\n        terrain='hill',\n    ),\n)\n",
      "summary": "本次结果 · 地形 hill · hollow: 13×11，2 层，树根外壳"
    },
    {
      "seed": "5",
      "prior": "woodland_archive",
      "attempts": 8,
      "rejected_candidates": [
        "contradictory specification: home.roof.dormers: no feasible value in (2,)",
        "feature/0: no clear exterior approach; change its side",
        "contradictory specification: archive.width (minimum 11, maximum 25): no feasible value in (9,)",
        "contradictory specification: home.roof.dormers: no feasible value in (2,)",
        "contradictory specification: archive.roof.dormers: no feasible value in (2,)",
        "contradictory specification: home.roof.dormers: no feasible value in (2,)",
        "contradictory specification: home.roof.dormers: no feasible value in (2,)"
      ],
      "sampler": "reference-composition-v1",
      "signature": "45614c4fd5d4f3b6dbc185dabfd3050bd36bea77bd858582f0b86cde0915c235",
      "ms": 814.1000000005588,
      "valid": true,
      "control": "11",
      "width": 11,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Woodland archive / exploration',\n    volumes=(\n        Volume(\n            name='home',\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'sleeping'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='x',\n            ),\n            circulation='ladder',\n        ),\n        Volume(\n            name='archive',\n            levels=(\n                Level(\n                    rooms=('study', 'enchanting'),\n                ),\n                Level(\n                    rooms=('study', 'storage'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='z',\n                pitch=1.5,\n            ),\n            join=Join(\n                to='home',\n                align='back',\n            ),\n            circulation='ladder',\n            root_spread=6,\n            root_crown=4,\n        ),\n        Volume(\n            name='exploration_wing',\n            levels=(\n                Level(\n                    rooms=('study', 'brewing'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                pitch=0.5,\n            ),\n            join=Join(\n                to='home',\n                side='west',\n                align='front',\n            ),\n        ),\n    ),\n    materials=Materials(\n        frame='dark_oak',\n        roof='red',\n        trim='dark_oak',\n        accent='blue',\n    ),\n    attachments=(\n        Attachment(\n            kind='porch',\n            to='home',\n            width=7,\n            cover='pergola',\n        ),\n    ),\n    features=(\n        Feature(\n            kind='garden',\n            side='south',\n        ),\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · home: 11×11，1 层，hip / 坡度 1；archive: 11×11，2 层，hip / 坡度 1.5，连接 home 的 east 侧；exploration_wing: 11×11，1 层，hip / 坡度 0.5，连接 home 的 west 侧"
    },
    {
      "seed": "6",
      "prior": "courtyard_house",
      "attempts": 3,
      "rejected_candidates": [
        "contradictory specification: guest.roof.dormers: no feasible value in (2,)",
        "contradictory specification: guest.width (minimum 11, maximum 25): no feasible value in (9,)"
      ],
      "sampler": "reference-composition-v1",
      "signature": "e1158bbd8df1229e04b053b4edd7dfe700ccb4fa6684512bbb56a0a481be4ed2",
      "ms": 937.4000000003725,
      "valid": true,
      "control": "25",
      "width": 25,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Three gables court / exploration',\n    volumes=(\n        Volume(\n            name='hall',\n            width=25,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'study'),\n                ),\n                Level(\n                    rooms=('sleeping', 'storage'),\n                ),\n            ),\n            roof=Roof(\n                ridge='z',\n                pitch=0.5,\n            ),\n            circulation='ladder',\n        ),\n        Volume(\n            name='work',\n            width=9,\n            levels=(\n                Level(\n                    rooms=('workshop', 'storage'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='z',\n                pitch=1.5,\n            ),\n            join=Join(\n                to='hall',\n                side='south',\n                align='front',\n            ),\n            circulation='ladder',\n            root_spread=6,\n            root_crown=6,\n        ),\n        Volume(\n            name='guest',\n            width=9,\n            levels=(\n                Level(\n                    rooms=('sleeping', 'study'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='z',\n                pitch=1.5,\n            ),\n            join=Join(\n                to='hall',\n                side='south',\n                align='back',\n            ),\n            circulation='ladder',\n            root_crown=7,\n        ),\n    ),\n    materials=Materials(\n        wall='plaster',\n        frame='spruce',\n        roof='slate',\n        accent='blue',\n    ),\n    site=Site(\n        margin=3,\n        planting='sparse',\n        paving='yard',\n    ),\n    attachments=(\n        Attachment(\n            kind='porch',\n            to='hall',\n            width=5,\n            cover='pergola',\n        ),\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · hall: 25×11，2 层，gable / 坡度 0.5；work: 9×11，1 层，hip / 坡度 1.5，连接 hall 的 south 侧；guest: 9×11，1 层，hip / 坡度 1.5，连接 hall 的 south 侧"
    },
    {
      "seed": "7",
      "prior": "stilt_water_cabin",
      "attempts": 1,
      "rejected_candidates": [],
      "sampler": "reference-composition-v1",
      "signature": "cfb5f4af8975aa367a0c6d265daec6550ea77cf0c16f18a3bf5c6b706b75ecbf",
      "ms": 350.70000000018626,
      "valid": true,
      "control": "13",
      "width": 13,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Reedwater fishing cabin / exploration',\n    volumes=(\n        Volume(\n            name='cabin',\n            width=13,\n            depth=9,\n            levels=(\n                Level(\n                    rooms=('living', 'sleeping', 'fishing', 'kitchen'),\n                ),\n            ),\n            roof=Roof(\n                ridge='x',\n                pitch=0.5,\n                eaves=2,\n            ),\n            circulation='ladder',\n            raised=4,\n            supports='posts',\n            root_spread=6,\n            root_crown=3,\n        ),\n        Volume(\n            name='exploration_wing',\n            depth=9,\n            levels=(\n                Level(\n                    rooms=('workshop', 'storage'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                pitch=0.5,\n            ),\n            join=Join(\n                to='cabin',\n                align='front',\n            ),\n            supports='posts',\n        ),\n    ),\n    materials=Materials(\n        wall='timber',\n        roof='dark_wood',\n    ),\n    site=Site(\n        terrain='water',\n        margin=4,\n        planting='wetland',\n        water_depth=1,\n    ),\n    attachments=(\n        Attachment(\n            kind='deck',\n            to='cabin',\n            depth=3,\n        ),\n    ),\n    features=(\n        Feature(\n            kind='landing',\n            side='west',\n            scale=5,\n        ),\n    ),\n)\n",
      "summary": "本次结果 · 地形 water · cabin: 13×9，1 层，gable / 坡度 0.5；exploration_wing: 11×9，1 层，hip / 坡度 0.5，连接 cabin 的 east 侧"
    },
    {
      "seed": "8",
      "prior": "root_house",
      "attempts": 1,
      "rejected_candidates": [],
      "sampler": "reference-composition-v1",
      "signature": "62b70e1acb80b1e0aee57c514912e0f5d8b916cf04c80a168ea9c04468f3cfb5",
      "ms": 498.20000000018626,
      "valid": true,
      "control": "13",
      "width": 13,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Hollow elder home / exploration',\n    volumes=(\n        Volume(\n            name='hollow',\n            width=13,\n            depth=13,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'storage'),\n                    wall='earth',\n                ),\n                Level(\n                    rooms=('sleeping', 'study'),\n                    inset=1,\n                    wall='earth',\n                ),\n            ),\n            roof=None,\n            envelope='roots',\n            circulation='ladder',\n            root_spread=3,\n            root_crown=6,\n        ),\n    ),\n    materials=Materials(\n        wall='earth',\n        frame='dark_oak',\n        floor='spruce',\n    ),\n    site=Site(\n        terrain='hill',\n    ),\n)\n",
      "summary": "本次结果 · 地形 hill · hollow: 13×13，2 层，树根外壳"
    },
    {
      "seed": "9",
      "prior": "stone_cottage",
      "attempts": 1,
      "rejected_candidates": [],
      "sampler": "reference-composition-v1",
      "signature": "247271b1b27cf1181a97286bbd167fb90a3728ee771b3b7cf1eb94ca926b041c",
      "ms": 476,
      "valid": true,
      "control": "9",
      "width": 9,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Alder cottage / exploration',\n    volumes=(\n        Volume(\n            name='cottage',\n            width=9,\n            depth=13,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'storage'),\n                ),\n                Level(\n                    rooms=('study', 'storage'),\n                ),\n                Level(\n                    rooms=('sleeping', 'study'),\n                    attic=True,\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='x',\n            ),\n            circulation='ladder',\n            root_spread=6,\n            root_crown=4,\n        ),\n        Volume(\n            name='exploration_wing',\n            width=9,\n            depth=9,\n            levels=(\n                Level(\n                    rooms=('workshop', 'storage'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                pitch=0.5,\n            ),\n            join=Join(\n                to='cottage',\n                side='west',\n                align='front',\n            ),\n        ),\n    ),\n    site=Site(\n        margin=3,\n        planting='sparse',\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · cottage: 9×13，3 层，hip / 坡度 1；exploration_wing: 9×9，1 层，hip / 坡度 0.5，连接 cottage 的 west 侧"
    },
    {
      "seed": "10",
      "prior": "woodland_archive",
      "attempts": 1,
      "rejected_candidates": [],
      "sampler": "reference-composition-v1",
      "signature": "3eb2c0de6719f1dc8f9cab3706fe53ca48b57fc821b74fa3cb2e963e96e76103",
      "ms": 371.29999999981374,
      "valid": true,
      "control": "11",
      "width": 11,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Woodland archive / exploration',\n    volumes=(\n        Volume(\n            name='home',\n            depth=13,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'sleeping'),\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='z',\n            ),\n        ),\n    ),\n    materials=Materials(\n        frame='dark_oak',\n        roof='red',\n        trim='dark_oak',\n        accent='blue',\n    ),\n    attachments=(\n        Attachment(\n            kind='porch',\n            to='home',\n            depth=3,\n            width=7,\n            cover='pergola',\n        ),\n    ),\n    features=(\n        Feature(\n            kind='garden',\n            side='south',\n        ),\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · home: 11×13，1 层，hip / 坡度 1"
    },
    {
      "seed": "11",
      "prior": "stone_cottage",
      "attempts": 4,
      "rejected_candidates": [
        "contradictory specification: cottage.width (minimum 11, maximum 25): no feasible value in (9,)",
        "contradictory specification: cottage.depth (minimum 11, maximum 23): no feasible value in (9,)",
        "contradictory specification: cottage.width (minimum 11, maximum 25): no feasible value in (9,)"
      ],
      "sampler": "reference-composition-v1",
      "signature": "dc82c0a391ba9fe36dae403863415b378204304d92ea5b1e8abf679ded87adff",
      "ms": 274.1000000005588,
      "valid": true,
      "control": "11",
      "width": 11,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Alder cottage / exploration',\n    volumes=(\n        Volume(\n            name='cottage',\n            depth=9,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'storage'),\n                ),\n                Level(\n                    rooms=('sleeping', 'study'),\n                    attic=True,\n                ),\n            ),\n            roof=Roof(\n                ridge='z',\n                dormers=1,\n            ),\n            circulation='ladder',\n            root_spread=6,\n            root_crown=3,\n        ),\n    ),\n    site=Site(\n        margin=3,\n        planting='sparse',\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · cottage: 11×9，2 层，gable / 坡度 1"
    },
    {
      "seed": "12",
      "prior": "stone_cottage",
      "attempts": 3,
      "rejected_candidates": [
        "contradictory specification: cottage.depth (minimum 11, maximum 23): no feasible value in (9,)",
        "contradictory specification: cottage.roof.dormers: no feasible value in (2,)"
      ],
      "sampler": "reference-composition-v1",
      "signature": "75e82c5bdde3961ee10b690f8c2014a21dc64efecac89d9eea64c6be298cfb6e",
      "ms": 318.09999999962747,
      "valid": true,
      "control": "9",
      "width": 9,
      "source": "# Distribution explorer proposal. All geometry comes from Hearthwright.\nfrom hearthwright import Design, Volume, Level, Join, Roof, Site, Materials, Attachment, Feature, Entrance, Limits\n\nDESIGN = Design(\n    name='Alder cottage / exploration',\n    volumes=(\n        Volume(\n            name='cottage',\n            width=9,\n            levels=(\n                Level(\n                    rooms=('living', 'kitchen', 'storage'),\n                ),\n                Level(\n                    rooms=('study', 'storage'),\n                ),\n                Level(\n                    rooms=('sleeping', 'study'),\n                    attic=True,\n                ),\n            ),\n            roof=Roof(\n                form='hip',\n                ridge='x',\n            ),\n            circulation='ladder',\n            root_spread=5,\n        ),\n    ),\n    site=Site(\n        margin=3,\n        planting='sparse',\n    ),\n)\n",
      "summary": "本次结果 · 地形 meadow · cottage: 9×11，3 层，hip / 坡度 1"
    }
  ],
  "replay": true,
  "random_seed": "3569897656801063162",
  "overflow": false,
  "page_errors": []
}