More than 9 parameters in genfit
I would like to use genfit to fit a function with more than 9 parameters, and its not clear to me how to do that.
The web description page for genfit says:
• n is a positive integer. In the case of non-vectorized parameters, there is a limit of nine individual names.
For 9 or fewer parameters, just including the parameters in the fitting function definition as F(x, u1,u2,u3,...):= works fine. But assigning the parameter names to a vector when there are more than 9 and using that vector name in the fitting function definition as F(x, params) where params is a vector of u1,u2,u3,... does not work.
Does anyone have an expample of setting up genfit for a function with more than 9 parameters?
Thanks

