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

Symmetry breaking fingerprinting #150

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Alex-Fischman
Copy link
Collaborator

@Alex-Fischman Alex-Fischman commented Aug 10, 2023

Currently this is much much slower than the symmetry breaking branch that it's built on top of, and should not be merged until it both can run at least half as quickly as symmetry-breaking-add-all and uses half as much space as the current seen states set.

This branch uses a fingerprinting method to determine when two states are isomorphic to each other. The current fingerprinting algorithm is very slow, and can certainly be improved; however, I don't think it'll ever be as fast as the add-all version, and I have doubts that it'll ever catch up enough to be worth using.

@Alex-Fischman Alex-Fischman changed the base branch from main to symmetry-breaking-add-all August 11, 2023 18:13
Base automatically changed from symmetry-breaking-add-all to main August 25, 2023 02:44
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

Successfully merging this pull request may close these issues.

1 participant