Skip to content

Commit

Permalink
EH-Bound aka: Exponential holder bound, q-holder bound. (#73)
Browse files Browse the repository at this point in the history
* Add study of exponential holder bound

* Add Mike changes to study no-noise Taylor, optimal centered Holder

* Add slightly different line types to distinguish them

* Update with fresh restart

* Rename gaussian and start binom

* Fix holder bounds for binom and gaussian

* Update tight bounds

* Add qcp solver to optimize q

* Add qcp solver to optimize q

* Add jaxified version of qcp solver

* Integrate qcp solver and update binomial bound study with new method

* Update saved qcp solver notebook

* Finish study of q-holder

* Refactor binomial more and clean-up comments

* Amend some comments

* Add tutorial and simplify interface for binomial for validation

Co-authored-by: James Yang <jamesyang916@gmail.com>
  • Loading branch information
tbenthompson and JamesYang007 authored Oct 20, 2022
1 parent 97e538b commit c3725e2
Show file tree
Hide file tree
Showing 10 changed files with 3,394 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@
"autoDocstring.docstringFormat": "google-notypes",
"r.bracketedPaste": true,
"r.plot.useHttpgd": true,
"python.analysis.extraPaths": ["./outlaw", "./imprint/python"]
"python.analysis.extraPaths": ["./outlaw", "./imprint/python"],
"cmake.sourceDirectory": "${workspaceFolder}/imprint/imprint"
}
Loading

0 comments on commit c3725e2

Please sign in to comment.