You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iteration values are pretty much always greater than 1000, and differences of less than 1000 are likely insignificant. We could save a lot of zeroes (and potentially save typos) by making them multiples of 1000 (i.e, so -i 10 instead of -i 10000).