{ } Raw JSON

bundles / scipy 1.17.1 / scipy / odr / _odrpack / ODR / restart

function

scipy.odr._odrpack:ODR.restart

source: /scipy/odr/_odrpack.py :1177

Signature

def   restart ( self iter = None )

Summary

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 .

Aliases

  • scipy.odr.ODR.restart