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

Improve valid projection search #1

Open
Chad-Peterson opened this issue Mar 27, 2023 · 1 comment
Open

Improve valid projection search #1

Chad-Peterson opened this issue Mar 27, 2023 · 1 comment
Assignees

Comments

@Chad-Peterson
Copy link
Collaborator

Instead of rotating until you find a valid projection, loop through a number of iterations and select the valid projection with the least number of crossings. Increasing the number of crossings is much more expensive than calculating more projections.

@Chad-Peterson Chad-Peterson self-assigned this Mar 27, 2023
@Chad-Peterson
Copy link
Collaborator Author

Also consider if things like applying random Reidemeister moves will help reduce the number of crossings.

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