Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diversity of layouts #17

Closed
OndrejNepozitek opened this issue Dec 4, 2017 · 1 comment
Closed

Diversity of layouts #17

OndrejNepozitek opened this issue Dec 4, 2017 · 1 comment

Comments

@OndrejNepozitek
Copy link
Owner

OndrejNepozitek commented Dec 4, 2017

Description

There could be a switch that would ensure that really different layouts would be outputted. There should also be a matric that would take the total number of rooms into account when deciding whether two layouts are different enough.

What does it mean that layouts are different enough? We are doing a depth-first search with backtracking so it is very likely that all the layouts will be different but also have a few common chains. Is it ok? Or should we start a completely new run of the algorithm to ensure that no two chains are the same? Or is it enough to sometimes perturb a node that is not currently in the last chain? Or should we try to choose a chain at random and perturb it? Will it converge?

Steps to reproduce

None.

Actual results

Layouts have a lot in common.

Expected results

None.

Notes for the thesis

None.

@OndrejNepozitek OndrejNepozitek changed the title Improve the diversity of layouts Diversity of layouts Feb 4, 2018
@OndrejNepozitek
Copy link
Owner Author

A completely new run is now started when generating more than 1 layout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant