LSBMinimizerScipy

LSBMinimizerScipy#

class jetset.minimizer.LSBMinimizerScipy(model)[source]#

Bases: Minimizer

SciPy least_squares backend for JetSeT fits.

Notes

Uses the trust-region reflective algorithm with parameter bounds and computes an approximate covariance matrix from the returned Jacobian.