SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.odr.ODR.restart

ODR.restart(self, iter=None)[source]

Restarts the run with iter more iterations.

Parameters
iterint, optional

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

Returns
outputOutput instance

This object is also assigned to the attribute .output .

Previous topic

scipy.odr.ODR

Next topic

scipy.odr.ODR.run