From f6a94267516e7a3b2b574511f07aff5cba8e4a3a Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Thu, 7 Dec 2023 16:45:03 -0500 Subject: [PATCH] Clarify docstring --- src/propeller/variation.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/propeller/variation.cljc b/src/propeller/variation.cljc index a7c804e..d9495fc 100644 --- a/src/propeller/variation.cljc +++ b/src/propeller/variation.cljc @@ -126,7 +126,8 @@ The function `new-individual` returns a new individual produced by selection and plushy)) (defn uniform-deletion - "Randomly deletes instructions from plushy at some rate." + "Randomly deletes instructions from plushy at a rate that is adjusted + relative to the rate used for addition." [plushy umad-rate] (if (zero? umad-rate) plushy