From: Sergey Lilo <s3rg31110@gmail.com>
To: emacs-tangents@gnu.org
Subject: Re: Request for review of my Emacs project elosort
Date: Wed, 4 Sep 2024 01:43:01 +0600 [thread overview]
Message-ID: <CAMxMNtUEVxUsDZd2ZN=d2rwGKNb9+-kPWVa4bem=KYqkge9WQg@mail.gmail.com> (raw)
In-Reply-To: <87jzfsg51d.fsf@dataswamp.org>
On Tue, Sep 3, 2024 at 9:34 PM Emanuel Berg <incal@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)
prev parent reply other threads:[~2024-09-03 19:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-03 7:25 Request for review of my Emacs project elosort Sergey Lilo
2024-09-03 14:55 ` Emanuel Berg
2024-09-03 19:43 ` Sergey Lilo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAMxMNtUEVxUsDZd2ZN=d2rwGKNb9+-kPWVa4bem=KYqkge9WQg@mail.gmail.com' \
--to=s3rg31110@gmail.com \
--cc=emacs-tangents@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.