This looks to be a bug in the N-M implementation: ```javascript minErrorDelta = parameters.minErrorDelta || 1e-6, minTolerance = parameters.minErrorDelta || 1e-5, ```