Similar to the AnalyticalGradientCalculator, the ExternalInternalGradientCalculator supplies Minuit with an externally calculated gradient.
The main difference is that ExternalInternalGradientCalculator expects that the external gradient calculator does things in Minuit2-internal parameter space, which means many int2ext and ext2int transformation steps are not necessary. This avoids loss of precision in some cases, where trigonometrically transforming parameters back and forth can lose a few bits of floating point precision on every pass.
Definition at line 30 of file ExternalInternalGradientCalculator.h.
Additional Inherited Members | |
![]() | |
const FCNGradientBase & | fGradFunc |
const MnUserTransformation & | fTransformation |
#include <Minuit2/ExternalInternalGradientCalculator.h>
|
inline |
Definition at line 33 of file ExternalInternalGradientCalculator.h.
|
inlineoverride |
Definition at line 38 of file ExternalInternalGradientCalculator.h.
|
overridevirtual |
Reimplemented from ROOT::Minuit2::AnalyticalGradientCalculator.
Definition at line 21 of file ExternalInternalGradientCalculator.cxx.
|
overridevirtual |
Reimplemented from ROOT::Minuit2::AnalyticalGradientCalculator.
Definition at line 45 of file ExternalInternalGradientCalculator.cxx.