-
Notifications
You must be signed in to change notification settings - Fork 17
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
Adds LossMinimization folder and two examples #96
Conversation
Codecov Report
@@ Coverage Diff @@
## master #96 +/- ##
==========================================
+ Coverage 85.19% 88.80% +3.61%
==========================================
Files 7 7
Lines 547 545 -2
==========================================
+ Hits 466 484 +18
+ Misses 81 61 -20
Continue to review full report at Codecov.
|
Thanks for starting this! I'd be keen to chat more about some tutorial-type examples. At present we only have the |
"we can relegate the runtests to more unit-style function testing" |
bors try |
tryBuild succeeded: |
bors r+ |
Build succeeded: |
This is meant to be a starting point for a discussion on adding tutorials on how to use calibrate emulate sample with simple examples to build intuition.
In particular PR adds a simple example showing how to use EKI to minimize two loss functions
This is accomplished by taking the forward map to just be the loss function. The former has a minimum at (x,y) = (1,-1) and the latter has two minima at (x,y) = (+1,-1) and (x,y) = (-1,-1). By switching the random seed on the latter, one can converge to either minimum. Eventually, such simple examples could be included in the docs