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.