From b7d9308838274321e61fa17f94baad8674fae07c Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 28 Jul 2024 04:05:28 -0600 Subject: [PATCH] Mods --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1001ce7..2219c12 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ And the environment might simply not work after python upgrades, requiring you t ## Algorithm 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. For each number an action happens to produce an update.