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
Let p_1, p_2, p_n denote the simplex being sampled. Right now a slice sampler is used where two coordinates p_i and p_j are picked, and one is moved by the slicer while the other one stays fixed.
Some alternatives:
Pick a bi-partition of the p_i's, transfer mass between the two
Important special case: one versus all: p_i vs p_1, p_2, .., p_{i-1}, p_{i+1}, p_n
Hypothesis: in high dimensions, 2 should be easy to implement and already much better than the existing. There might be some better alternatives out there too.
The text was updated successfully, but these errors were encountered:
Let p_1, p_2, p_n denote the simplex being sampled. Right now a slice sampler is used where two coordinates p_i and p_j are picked, and one is moved by the slicer while the other one stays fixed.
Some alternatives:
Hypothesis: in high dimensions, 2 should be easy to implement and already much better than the existing. There might be some better alternatives out there too.
The text was updated successfully, but these errors were encountered: