https://github.com/jeffcore/genetic-programming
Genetic program that finds a phrase starting with a random population. The hello world of evolutionary programming.
https://github.com/jeffcore/genetic-programming
evolutionary-algorithms genetic-algorithm
Last synced: 5 months ago
JSON representation
Genetic program that finds a phrase starting with a random population. The hello world of evolutionary programming.
- Host: GitHub
- URL: https://github.com/jeffcore/genetic-programming
- Owner: jeffcore
- Created: 2019-03-03T18:53:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T23:33:51.000Z (over 7 years ago)
- Last Synced: 2024-06-13T04:04:50.739Z (about 2 years ago)
- Topics: evolutionary-algorithms, genetic-algorithm
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genetic Programming
The hello world of evolutionary programming. Genetic program that finds a phrase starting with a random population, then uses evolution.