Evolutionary art using CFDG

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
webwarrior
Posts: 1
Joined: Wed May 18, 2011 9:13 am

Evolutionary art using CFDG

Post by webwarrior »

I've made an evolutionary art tool, that applies genetic algorithm to CFDG grammars. It uses some grammars from ContextFree online gallery as initial population (in fact initial population is rather small and is downloaded from server each time, and may include human-made grammars as well as breeded ones).

The application is available at http://webwarrior.ws/cfdg_breeder/. Needs Silverlight.

Upper row is elite: best individuals, selectd by user, which automatically enter next round and take part in crossover. Initially it is empty.
Lower row is current popultion. Each individual can be "selected" (promoted to elite) or "rejected" (deleted).
When in elite, individual can be uploaded to server (stars for rating it will appear, and user must assign rating to individual to proceed) or rejected.
"Evolve" button starts new round, and current population is updated.

There is also gallery of individulas, evolved by users. You may vote for works in gallery.

Sometimes pictures, that are almost identical to their hand-made ancestors, may emerge. They may be rejected by duplicate detection system, but it's inaccurate and sometimes even gives false-positive results.

Post Reply