You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider exposing integration settings in both stan and R. For stan the only thing to expose is setting the relative tolerance. This could be nice for compute constrained use cases but the downside is we can't set defaults in stan easily so doing so could reduce readability. One option could be to overload just a few functions with defaults set but the problem with that is we then wouldn't be able to load those functions into R for testing.
The text was updated successfully, but these errors were encountered:
We should consider exposing integration settings in both stan and R. For stan the only thing to expose is setting the relative tolerance. This could be nice for compute constrained use cases but the downside is we can't set defaults in stan easily so doing so could reduce readability. One option could be to overload just a few functions with defaults set but the problem with that is we then wouldn't be able to load those functions into R for testing.
The text was updated successfully, but these errors were encountered: