root-project / rootbench

Collection of benchmarks and performance monitoring applications
GNU Lesser General Public License v2.1
19 stars 41 forks source link

[RF] Reset parameters before fitting in `vectorizedPDFs` benchmarks #270

Closed guitargeek closed 1 year ago

guitargeek commented 1 year ago

Before benchmarking a likelihood minimization, the model parameters need to be reset to something away from the parameters that were used to generate the toy dataset. Otherwise, the fit is starting already at the minimium and we won't benchmark the actual minimization path.

Furthermore, the parameters need to be reset after each benchmark iteration.