As @nathankutz said ode45 is so widely used because it's adaptive and finds the most rock-solid of several methods under the hood without user input, we'd similarly like to have a metamethod in this package that can run some optimizations and tests below the surface and give you back its best guess of a smooth derivative. I'm LaTeXing a flow chart that will govern some of this thing's operation, but I'm still slightly unclear on how we might automagically decide on some of the forks in the road. More to come as I grapple with those granularly.
As @nathankutz said
ode45is so widely used because it's adaptive and finds the most rock-solid of several methods under the hood without user input, we'd similarly like to have a metamethod in this package that can run some optimizations and tests below the surface and give you back its best guess of a smooth derivative. I'm LaTeXing a flow chart that will govern some of this thing's operation, but I'm still slightly unclear on how we might automagically decide on some of the forks in the road. More to come as I grapple with those granularly.