How to use a list to pass many parameters(such as 100) for iminuit on python

from iminuit import Minuit

If i have many parameters(such as 100),my question is how can i use a list to pass parameters and how can I initialize them .Minuit .From this tutorial ,i can’t find the exact example. The parameters of their examples are too few!

Hello @xiangjun ,

iminuit is a separate project from ROOT (GitHub - scikit-hep/iminuit: Jupyter-friendly Python interface for C++ MINUIT2), you should probably ask for help on their dedicated channels, I’m not sure we can help here (unless @hdembinski is willing to give it a go :slight_smile: ).

Cheers,
Enrico

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.