scipy.odr.ODR.restart

ODR.restart(iter=None)

Restarts the run with iter more iterations.

Parameters :

iter : int, optional

ODRPACK’s default for the number of new iterations is 10.

Returns :

output : Output instance

This object is also assigned to the attribute .output .

Previous topic

scipy.odr.ODR

Next topic

scipy.odr.ODR.run

This Page