-
Notifications
You must be signed in to change notification settings - Fork 66
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
Colin/simulation sweeps #315
Conversation
Able to spawn multiple workers and use a deterministic random seed from a starting seed in a config.
Removed all the print statements and added a parallelization over volatility. Also the ability to set a maximum number of workers to spawn.
Codecov Report
@@ Coverage Diff @@
## main #315 +/- ##
========================================
- Coverage 7.96% 7.68% -0.28%
========================================
Files 125 125
Lines 33628 33645 +17
========================================
- Hits 2678 2587 -91
- Misses 30950 31058 +108
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the .empty file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lookin clean
Now we can set more simulation parameters from a config. We can provide a number of
price_paths
andnumber_of_volatility_steps
that we can parallelize over with aworker_limit
enforcing a maximal number of initial workers (threads) to spawn.Closes #303