You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Minuit2] Restore thread safety of numerical gradient
Just like the input vector `x` needs to be replicated per thread, the
function evaluator needs to be instantiated per thread too since it
caches the transformed parameters.
0 commit comments