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

Mass Production #3

Open
erthium opened this issue Dec 16, 2023 · 1 comment
Open

Mass Production #3

erthium opened this issue Dec 16, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@erthium
Copy link
Owner

erthium commented Dec 16, 2023

We need to make a script for creating thousands of puzzles and categorise them according to the cycle count of the solver algorithm.

This script could get input of:

  • grid width
  • grid height
  • puzzle count - t
  • difficulty

Task parallelisation might help here, collecting "Generate - Solve - Categorise" steps into one function and use multiprocessing on them t times.

@erthium erthium self-assigned this Dec 16, 2023
@erthium erthium added the enhancement New feature or request label Dec 16, 2023
@erthium
Copy link
Owner Author

erthium commented Dec 26, 2023

This issue must be focused on after #1 , #2 and #4 are resolved.

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

No branches or pull requests

1 participant