We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I've made the following modifications to src/BCIntegrate.cxx in order to tweak Minuit:
src/BCIntegrate.cxx
[+] fMinuit->Command("SET STR 2"); [-] GetParameter(i).GetRangeWidth() / 100., [+] GetParameter(i).GetRangeWidth() / 1000., [-] fMinuitArglist[1] = 0.01; [+] fMinuitArglist[1] = 0.1;
There was an error while loading. Please reload this page.