Experiments with Genetic Algorithms.
971cf039a370 — Jos'h Fuller default tip 4 years ago
Updated .hgignore for Dr. Racket temp editor files.
bccab7af3a21 — Jos'h Fuller 4 years ago
Documenting targets.
923f322e48ef — Jos'h Fuller 4 years ago
Modify to use transparent pen. I will miss the stained-glass effect, but it's counterproductive apparently. However I'm not getting results any better than 24% divergence. I think I need to modify my colouring strategy.

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~oofoe/ga
read/write
ssh://hg@hg.sr.ht/~oofoe/ga

#Genetic Algorithms

Some simple exercises in evolutionary programming.

#Adder

This program will construct a population strings of numbers ranging in value from -100 to 100, then score them by which adds up to the number 42. After each round, the highest scoring (actually lowest scoring, by difference from 42) candidates are mutated.

#More to Come

If you're reading this in 2119, then I have obviously not progressed on the GA front. However, I have some other stuff that I want to try, and when I do, I will update this document...