bundles / scipy latest / 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, optionalODRPACK's default for the number of new iterations is 10.
Returns
output: Output instanceThis object is also assigned to the attribute .output .
Aliases
-
scipy.odr.ODR.restart