Generating "Hello World" with a genetic algorithm in Python
Stars
5
Forks
2
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
48
commits
adding 'import' statement to the Usage section of the readme
5c58bdbView on GitHubchanging our string so we can have better time comparison vs "Hello Clojure World!"
149be4bView on GitHubediting the README to match our new elitism percentage
f762cfbView on GitHubgetting the top 1% of samples using elitism, then tourny selecting another 9% worth.
28fe7abView on GitHubemacs error lead to some tabs slipping in- ran M-x untabify
3445cedView on GitHubadded an Inspiration section in the README (should have added this a while ago)
94c3d3aView on GitHubrenaming genetic-hello-world to genetic_hello_world. PEP8 says to use underscores in these names, and '-' breaks importing
887c88dView on GitHub