Search code examples
evolutionary-algorithm

Information about Evolutionary Art


I have begun to do some research about Evolutionary Art algorithm. I read a lot of documents about it. But it seems not easy to understand. The website http://picbreeder.com is a great example for this. But I don't need this in the beginning because it is too complex. Where can I find some simple code about this in Java? I think read code could help me much. Thanks!!!


Solution

  • "Evolutionary Design by Computers" By David Bentley (amazon) has a couple of chapters on evolutionary art. However i dont think it includes any code / pseudocode. The canonical GA should do all you need, however the termination condition could be tricky as art is a subjective subject. (Not objective and therefore enumerable)

    Hope this helps...