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
By introducing a virtual `FCNBase::HasGradient()` method and moving the
former `FCNGradientBase` interface to the base class, we don't need to
repeat lots of code just for dealing with both the `FCNBase` and
`FCNGradientBase` types.
This is a completely backwards compatible change that makes the Minuit 2
code more maintainable.
0 commit comments