Skip to content

Commit

Permalink
Addable cost functions, added normal constraint (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski authored Dec 20, 2020
1 parent 1e119e3 commit 5360918
Show file tree
Hide file tree
Showing 5 changed files with 573 additions and 136 deletions.
10 changes: 10 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
Changelog
=========

2.2.0.rc1
---------

New features
~~~~~~~~~~~~
- Cost functions in iminuit.cost are now additive, creating a new cost function with the
union of parameters that returns the sum of the results of the individual cost functions
- iminuit.cost.NormalConstraint was added as a means to add soft constraints on a
parameter, can also be used to set up a covariance matrix between several parameters

2.1.0 (December 18, 2020)
-------------------------

Expand Down
Loading

0 comments on commit 5360918

Please sign in to comment.