maxIter | |
stop looking after this many iterations
|
precision | |
stop looking when the residuals are less than this
|
Uses
func and
deriv to find the best param values,
then calls
onFitDone. You probably don't want to override this one.
Fills the qub tree curves with children named "Component".
The first "Component" is the sum of the rest, so there are
getNumComponents() + 1 of them.
Each "Component" has data of length len(self.X).
If the "Component"s already exist, they will be re-used. Typically, consumers in the GUI re-use the same curves tree
each time the params change.