Bases: park.fitresult.FitHandler
Print progress to the console.
alias of type
x.__delattr__(‘name’) <==> del x.name
x.__getattribute__(‘name’) <==> x.name
x.__hash__() <==> hash(x)
If quiet is true, only print out final summary, not progress and improvements.
Attr parent: | the object that handle the messages |
---|
helper for pickle
helper for pickle
x.__repr__() <==> repr(x)
x.__setattr__(‘name’, value) <==> x.name = value
x.__str__() <==> str(x)
list of weak references to the object (if defined)
Model had an error; print traceback
Called when a result is observed which is better than previous results from the fit.
Number of seconds between improvement updates
Record whether results improved since last update
Print result object
Report on progress.
Number of seconds between progress updates