Skip to content

Commit

Permalink
Update README and HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
pelssers committed Mar 26, 2020
1 parent 020c490 commit 78d0d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.0 / 2020-03-26
------------------
- Fiducial volume specification (#64)
- added default cS1 cut (#63)
- Cleanup and optimizations (#63, #64, #65)

0.5.0 / 2020-01-31
------------------
- Autographed Hessian; use Hessian in the optimizer (#62)
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ This has several advantages:
- Each event has its "private" detector model computation at the observed (x, y, z, time), so it is easy and cheap to add time- and position dependences to the likelihood.
- Since the likelihood for a dataset takes O(seconds) to compute, we can do this at each of optimizer's proposed points during inference. We thus remove a histogram precomputation step exponential in the number of parameters, and can thus fit a great deal more parameters.
- By implementing the signal model in tensorflow, the likelihood becomes differentiable. Using the gradient during fitting drastically reducing the number of needed interactions for a fit or profile likelihood.

Note this is still under construction / development, so it probably has some bugs and little documentation.


0 comments on commit 78d0d57

Please sign in to comment.