-
- Downloads
[RF] Specify the default RooMinimizer minimizer type in only one place
The default minimizer type was specified both in the RooMinimizer itself, as well as in the `fitTo` methods. This is not optimal, as one would have to remember to change it everywhere if the defaults are changed in RooFit. In RooStats, there were a few places where the RooMinimizer defaults were obtained via `ROOT::Math::MinimizerOptions::DefaultMinimizerType` directly. This is now done for all RooFit libraries to be consistent.
Showing
- README/ReleaseNotes/v628/index.md 5 additions, 0 deletionsREADME/ReleaseNotes/v628/index.md
- roofit/roofitcore/inc/RooAbsPdf.h 1 addition, 1 deletionroofit/roofitcore/inc/RooAbsPdf.h
- roofit/roofitcore/inc/RooMinimizer.h 5 additions, 3 deletionsroofit/roofitcore/inc/RooMinimizer.h
- roofit/roofitcore/src/RooAbsPdf.cxx 1 addition, 1 deletionroofit/roofitcore/src/RooAbsPdf.cxx
- roofit/roofitcore/src/RooAbsReal.cxx 2 additions, 2 deletionsroofit/roofitcore/src/RooAbsReal.cxx
- roofit/roofitcore/src/RooMinimizer.cxx 19 additions, 7 deletionsroofit/roofitcore/src/RooMinimizer.cxx
- roofit/roofitcore/src/RooProfileLL.cxx 0 additions, 9 deletionsroofit/roofitcore/src/RooProfileLL.cxx
- roofit/roofitcore/test/TestStatistics/testLikelihoodGradientJob.cpp 7 additions, 10 deletions...fitcore/test/TestStatistics/testLikelihoodGradientJob.cpp
- roofit/roofitcore/test/TestStatistics/testPlot.cpp 15 additions, 1 deletionroofit/roofitcore/test/TestStatistics/testPlot.cpp
- roofit/roofitcore/test/testRooFitDriver.cxx 1 addition, 1 deletionroofit/roofitcore/test/testRooFitDriver.cxx
- roofit/roofitcore/test/testRooGradMinimizerFcn.cxx 15 additions, 15 deletionsroofit/roofitcore/test/testRooGradMinimizerFcn.cxx
- roofit/roofitcore/test/testSumW2Error.cxx 1 addition, 2 deletionsroofit/roofitcore/test/testSumW2Error.cxx
- roofit/roostats/inc/RooStats/MaxLikelihoodEstimateTestStat.h 0 additions, 2 deletionsroofit/roostats/inc/RooStats/MaxLikelihoodEstimateTestStat.h
- roofit/roostats/inc/RooStats/ProfileLikelihoodTestStat.h 0 additions, 2 deletionsroofit/roostats/inc/RooStats/ProfileLikelihoodTestStat.h
- roofit/roostats/src/AsymptoticCalculator.cxx 2 additions, 3 deletionsroofit/roostats/src/AsymptoticCalculator.cxx
- roofit/roostats/src/BernsteinCorrection.cxx 5 additions, 7 deletionsroofit/roostats/src/BernsteinCorrection.cxx
- roofit/roostats/src/FrequentistCalculator.cxx 0 additions, 2 deletionsroofit/roostats/src/FrequentistCalculator.cxx
- roofit/roostats/src/ProfileLikelihoodCalculator.cxx 4 additions, 2 deletionsroofit/roostats/src/ProfileLikelihoodCalculator.cxx
Loading
Please register or sign in to comment