On Tue, Sep 3, 2024 at 9:34 PM Emanuel Berg <in...@dataswamp.org> wrote: > > Is the algorithm you setup explicitely what is on top for any > two items, and you score points every time you are are > prefered to something else? > > And then you sort by total score? That simple? > Yes, after some series of rating updates according to the user's answers the Elo ratings converge into more or less stable values. 2*n^2 or better 3*n^n is enough. One could use it to sort a list of tasks by priority, for example, if you struggle with deciding which one is the highest priority. Or use it to scientifically prove that oranges are better than apples! It's fun - try it :)
> GLHF! Thank you for useful advice, Emanuel! --- via emacs-tangents mailing list (https://lists.gnu.org/mailman/listinfo/emacs-tangents)