Clarify docstring

This commit is contained in:
Lee Spector 2023-12-07 16:45:03 -05:00
parent 648c7b866a
commit f6a9426751

View File

@ -126,7 +126,8 @@ The function `new-individual` returns a new individual produced by selection and
plushy)) plushy))
(defn uniform-deletion (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] [plushy umad-rate]
(if (zero? umad-rate) (if (zero? umad-rate)
plushy plushy