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
In most examples we use find_MAP() to find a good starting position for NUTS. My experience which seems to match with many others is that find_MAP() does a really poor job at providing a good starting point. More often, a manual setting is better.
I think STAN actually just starts multiple samplers at different points (sampled from the prior?) as they found the same thing.
We should probably start by changing the examples to not use find_MAP() as most people will just copy that approach. Another interesting avenue to explore is to use ADVI to find the starting point in complex models.