Naming convention: abstol -> atol, reltol -> rtol
Closed this issue · 1 comments
gabrielgellner commented
I notice that scipy uses the shorter version. As do some Julia libraries. But I think Optim.jl
uses the longer names. Need to decide which to support.
gabrielgellner commented
Cubature.jl uses reltol
, abstol
As does the builtin Base.quadgk. So the longer names it is!