How to use a list to pass many parameters(such as 100) for iminuit on python #842
Replies: 1 comment
-
You can pass parameters as a list, see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 .From (https://iminuit.readthedocs.io/en/stable/notebooks/basic.html#Initialize-the-Minuit-object) this tutorial ,i can’t find the exact example. The parameters of their examples are too few!
Beta Was this translation helpful? Give feedback.
All reactions