ocbe-uio / BayesMallows

R-package for Bayesian preference learning with the Mallows rank model.
https://ocbe-uio.github.io/BayesMallows/
GNU General Public License v3.0
21 stars 9 forks source link

Initialize augmented rankings at random with pairwise preference data in SMC #405

Open osorensen opened 5 months ago

osorensen commented 5 months ago

Currently in SMC, when data arrive as pairwise preferences, all particles get the same initial value. In contrast, with partial ranks, they are randomly assigned.

Relevant code lines are here. With pairwise preference data, missing_indicator is always empty and the data generate for setup_rank_data are used for each particle.

https://github.com/ocbe-uio/BayesMallows/blob/6f6b85d81b2c5249d155a12f35306810722359a9/src/particles.cpp#L16-L49