Clarify docstring
This commit is contained in:
parent
648c7b866a
commit
f6a9426751
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user