-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Scipy minimizer #12997
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
base: master
Are you sure you want to change the base?
Scipy minimizer #12997
Conversation
Starting build on |
1 similar comment
Starting build on |
Build failed on ROOT-performance-centos8-multicore/cxx17. Failing tests: |
Build failed on mac11/cxx14. Failing tests: |
Starting build on |
Build failed on ROOT-performance-centos8-multicore/cxx17. Failing tests: |
…in the destructor
…lues in the minimizer as well.
…unction before call Py_Initilaize()
added verbose output, to check parameters passed to the minimizer and output returned
Starting build on |
Build failed on mac12arm/cxx20. Failing tests: |
Build failed on ROOT-performance-centos8-multicore/cxx17. Failing tests: |
This Pull request:
This is the Scipy plugin for ROOT math libraries for minimization
Nelder-Mead, L-BFGS-B, Powell, CG, BFGS, TNC, COBYLA, SLSQP, trust-constr,
Newton-CG, dogleg, trust-ncg, trust-exact and trust-krylov.
Changes or fixes:
Checklist:
This PR fixes #