This commit is contained in:
Auric Vente 2024-07-28 04:05:28 -06:00
parent 1c3a74d93a
commit b7d9308838
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ And the environment might simply not work after python upgrades, requiring you t
## Algorithm <a name="algorithm"></a> ## Algorithm <a name="algorithm"></a>
A random ant is picked based on weights (oldest update date weighs more). A random ant is picked based on weights (oldest update date weighs more).
More weight means something is more likely to get picked.
Then a random number between 0 and length-of-methods-1 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. For each number an action happens to produce an update.