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

Fully deterministic behaviour for P&R algorithms #261

Open
mossblaser opened this issue Jul 18, 2016 · 0 comments
Open

Fully deterministic behaviour for P&R algorithms #261

mossblaser opened this issue Jul 18, 2016 · 0 comments

Comments

@mossblaser
Copy link
Member

At the time of writing, the P&R algorithms included with Rig do not make any guarantees about repeatability with the exception of the SA algorithm. It would be "nice to have" the whole process produce repeatable results given some suitable extra "seed" hint arguments and OrderedDict based vertices_resources.

Fixing up the other placement and allocation algorithms should be easy enough. The router, however, may be tricker since there's a lot of fussing around with data structures and lookups and even the shortest-path functions are (by design) non deterministic.

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

No branches or pull requests

1 participant