Data update

This commit is contained in:
Ingy döt Net 2026-04-30 12:34:36 -04:00
parent 4bb20c9b71
commit cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions

View file

@ -11,7 +11,7 @@ func fitness trial$ .
func$ mutate parent$ .
for c$ in strchars parent$
if randomf < P
res$ &= abc$[random len abc$[]]
res$ &= abc$[random 1 len abc$[]]
else
res$ &= c$
.
@ -19,7 +19,7 @@ func$ mutate parent$ .
return res$
.
for i to len target$
parent$ &= abc$[random len abc$[]]
parent$ &= abc$[random 1 len abc$[]]
.
while fitness parent$ > 0
copies$[] = [ ]