Page 1 of 1

Limitation of parameter number for esfit()

Posted: Mon Apr 17, 2017 3:21 am
by katarkon
Currently the functiom esfit() support only 30 parameters could be varied simultaneously. Unfortunately, some special cases require larger number of varying parameters. Is any way to overcome the limitation?

Re: Limitation of parameter number for esfit()

Posted: Tue Apr 18, 2017 8:55 am
by Stefan Stoll
Any fit involving more parameters is hopeless. You won't be able to find the global minimum, and the correlations between parameters can be massive.

In any case, use FitOpt.maxParameters = 50 to change this limit.