-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rerun with the fortran strategies #2
Comments
I did do this a while back actually, generated all the match data, but did not upload new images. I can do it but there are a few new strategies now so a rerun is in order. On my local machine the entire process takes multiple days with the extra strategies (it's basically quadratic in the number of strategies). However the match generation hasn't been parallelized: it's just two processes, one for the noisy matches and one for the regular ones. So it's probably a good time to fix that, and refactor to use the library's fingerprint methods. That should substantially improve the run time and would allow us to take advantage of the 16 core machines. |
Cool 👍 I must have forgotten you already did it :) Refactoring sounds good. 👍 |
FYI, I'm doing the fingerprints (both default and versus short run time) on the fingerprints repo but again that's (literally) taking weeks :) |
Well I never finished the generation of the figures so I didn't upload anything. I was intending to do the described refactor but it hasn't happened yet. I was also only using the short run time strategies. |
No description provided.
The text was updated successfully, but these errors were encountered: