From c013901feb66dd4996409f36a495039d2acb01b6 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 28 Jul 2024 03:56:51 -0600 Subject: [PATCH] Mods --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43cc26d..51b6f35 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ pipx install git+https://github.com/madprops/cromulant --force ## Algorithm 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).