0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
easily tweak magic numbers More... over 11 years ago
mutation probability proportional to fitness More... over 11 years ago
running mutation several times More... over 11 years ago
evolving a Hello World works now \o/ More... over 11 years ago
don't hurt finished solutions More... over 11 years ago
a simpler selector and rearranging of population process gives us a levenshtein distance of 2 within 20 generations More... over 11 years ago
making sure strings don't become too short More... over 11 years ago
using reddit's levenshtein makes the code blazingly fast More... over 11 years ago
made breeding a bit more sane More... over 11 years ago
some code cleanup More... over 11 years ago
breeding the population works More... over 11 years ago
operator for breeding strings More... over 11 years ago
passing random generator to next step in evolution More... over 11 years ago
basic looping, but need to pass random generator to next step More... over 11 years ago
basic selector for next population More... over 11 years ago
mutating the whole population More... over 11 years ago
added some comments More... almost 12 years ago
mutation happens with probability More... almost 12 years ago
cleaned up mutator code More... almost 12 years ago
basic mutation operators implemented More... almost 12 years ago
randomgenerators are the last function argument More... almost 12 years ago
mutate can do one of three things More... almost 12 years ago
deciding when to mutate More... almost 12 years ago
the basic initiator actually returns distinct strings More... almost 12 years ago
levenshtein is now much quicker More... almost 12 years ago
correctly implemented levenshtein More... almost 12 years ago
a basic levenshtein distance evaluator More... almost 12 years ago
first step of evolution recursion More... almost 12 years ago
generating an initial population More... almost 12 years ago
struggling with randomness More... almost 12 years ago