scipy.odr.ODR.restart# ODR.restart(iter=None)[source]# Restarts the run with iter more iterations. Parameters iterint, optionalODRPACKās default for the number of new iterations is 10. Returns outputOutput instanceThis object is also assigned to the attribute .output .