-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to pass options to SciPy minimizers (#1060)
This adds a dict keyword `options` to the Minuit.scipy method, which allows one to pass any option understood by the scipy minimizer. This is intended as an advanced feature for experts. The patch keeps the existing default options that were being passed and allows for these defaults to be overwritten by the user. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hans Dembinski <HDembinski@users.noreply.github.com> Co-authored-by: SamuelBorden <sjborden@uw.edu>
- Loading branch information
1 parent
ec3e04f
commit 3d3e14e
Showing
2 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters