Hi there!
I'm a studen and lately I have been trying to use the ALGLIB in C++ for integration. The issue I had was that using GSL I would get:
Accuracy played no role (it was just time consuming)
Switching to the free version of ALGLIB, I got some wanted results:
With some tuning it's exactly what I expected to see :) :)
But it takes ~100-1000x time more. And I thought maybe I would try to have a lower precision (relative, since i dont really care)
But I tried 2 days, in the trial version, and didn't find any hint.
Is there a way to lower the precision of the autogk integration?
Thanks!