https://github.com/jcolechanged/genetic
Goofing around with that Mona Lisa problem that was floating around the internet a few years ago.
https://github.com/jcolechanged/genetic
Last synced: about 1 year ago
JSON representation
Goofing around with that Mona Lisa problem that was floating around the internet a few years ago.
- Host: GitHub
- URL: https://github.com/jcolechanged/genetic
- Owner: jColeChanged
- Created: 2011-08-04T00:23:44.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-05T00:15:49.000Z (almost 15 years ago)
- Last Synced: 2025-03-21T02:28:10.901Z (over 1 year ago)
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# genetic
A while back Roger Alsing [wrote a program which evolved the Mona Lisa](http://rogeralsing.com/2008/12/07/genetic-programming-evolution-of-mona-lisa/). I decided to write a similar program which accomplishes the same sort of goal: evolving an image. I use a different approach, but the biggest difference between my program and Roger's is that I provide a GUI.
## Usage
I'll be putting up a jar file when I finish the project. If you want to check out the GUI it is in genetic.core. If you want to check out the code I'm using to evolve the image you can find that in genetic.genetic.
## License
Copyright (C) 2011 Joshua Cole
Distributed under the Eclipse Public License, the same as Clojure.