-
Notifications
You must be signed in to change notification settings - Fork 405
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
Automate tuning runs #2675
Automate tuning runs #2675
Conversation
…meters and efficiently parse the resulting results
Thanks Mohamed; this looks like a useful script. It fails python linting though. I think doing a python autoformat would fix a lot of the issues (seem to be minor). vtr_flow/scripts/tuning_runs/control_runs.py has lint errors |
@vaughnbetz The linting issue is now fixed. The remaining failures are unrelated to the PR. |
Thanks! |
This PR adds a script that automates setting up large runs to tune multiple parameters. It also helps with parsing the resultant data generating a single .xlsx file with the full parsed data, average results over the different seeds and geometrically average results over all the circuits. The PR also includes a README that explains how to used the new script.