An open API service indexing awesome lists of open source software.

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.

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.