-
- Downloads
[RF] Synchronize NLL computation in BatchMode with the scalar mode NLL
The BatchMode gave different results and went throught different minimization paths when the recovery from undefined regions was involved, because it was implemented a bit differently. This commit updates the RooNLLVarNew to do exactly the same computations as the original RooNLLVar in scalar mode to avoid any differences caused by this.
Showing
- roofit/roofitcore/src/RooAbsPdf.cxx 32 additions, 48 deletionsroofit/roofitcore/src/RooAbsPdf.cxx
- roofit/roofitcore/src/RooNLLVarNew.cxx 18 additions, 36 deletionsroofit/roofitcore/src/RooNLLVarNew.cxx
- roofit/roofitcore/src/RooNormalizedPdf.h 3 additions, 3 deletionsroofit/roofitcore/src/RooNormalizedPdf.h
Loading
Please register or sign in to comment