This commit is contained in:
Auric Vente 2024-07-28 03:56:51 -06:00
parent c8bc9b2273
commit c013901feb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ pipx install git+https://github.com/madprops/cromulant --force
## Algorithm <a name="algorithm"></a>
A random ant is picked based on weights (oldest update date weighs more).
Then a random number between 0 and 12 is picked.
Then a random number between 0 and length-of-methods-1 is picked.
For each number an action happens to produce an update.
The top score is calculated as (Triumph - Hits).