|
Dear wayne,
I am using a CurveFitter within a plugin to fit z-series. Although it does
the job, simplex fit depends on initialisation parameters, so that the
results I get are not optimal.
A possibility to alter programmatically the initialisation parameters would
be nice.(I guess the best would be to have a more robust algorithm like
Levenberg_Marquadt ...).
While there is a setMaxIterations(int x) and setRestarts(int x) method, it
seems to me that there is no way to control the initialisation parameters.
Something like a setInitialParameters would be nice, with a doFit(int
fitType, array of initial parameters).
Cheers,
simon
|