We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Task parallelisation might help here, collecting "Generate - Solve - Categorise" steps into one function and use multiprocessing on them t times.
t
The text was updated successfully, but these errors were encountered:
This issue must be focused on after #1 , #2 and #4 are resolved.
Sorry, something went wrong.
erthium
No branches or pull requests
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:
Task parallelisation might help here, collecting "Generate - Solve - Categorise" steps into one function and use multiprocessing on them
t
times.The text was updated successfully, but these errors were encountered: