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

Configurable number of iterations for rand_hillclimb from command line #29

Open
noahadhikari opened this issue Apr 29, 2022 · 0 comments
Assignees

Comments

@noahadhikari
Copy link
Owner

e.g.
solve -s rand_hillclimb -i 64

for 64 iterations per thread.

right now the number of iterations is a const value in solvers.rs, but implementing this would allow for different number of iterations without having to rebuild the code every time.

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

3 participants