@moneta I’ve been asked to advise on which minimization interface to use. I guess the function to minimize will be a standard hand-written “chi2”.
Which of them is more “future-oriented” / better supported:
-
ROOT::Fit::Fitter(e.g., as in “${ROOTSYS}/tutorials/fit/combinedFit.C”), -
ROOT::Math::Minimizer(e.g., as in “${ROOTSYS}/tutorials/fit/NumericalMinimization.C”), -
I assume the
TVirtualFitteris “deprecated” now.
Did I miss something on this list?
I think they will want to get “contours”, too. I know “Minuit” and “Minuit2” can automatically create them. Are there any other minimizers (e.g., “Fumili”, “GSLMultiMin”, “GSLMultiFit”, “GSLSimAn”, “Genetic”, “RMinimizer”) which could easily be used, too?