Hello!
There is something very wrong with my code when I run it with the STANC O1 settings (as per 34.5 Optimization | Stan User’s Guide).
The step size gets driven down to almost nothing. The results are very different from when I run it without the O1 settings.
Is there any way of turning on the individual optimisations one-at-a-time to see which one is responsible (rather than having a set of them enabled with O1)?
Failing this, I can try to go through the optimised code, but it’s close to 2k lines, so I’m trying to avoid this if possible.
I’m using cmdstan-2.30.1 via cmdstanr 0.5.2.
Thanks!