Re: [ANN] geva-clj 1.2 - Grammatical evolution in clojure

2012-07-27 Thread cameron
It doesn't support that out of the box but it should be pretty straight forward to add. Was the use case you were thinking of something like this http://paste.lisp.org/display/130713 ? Cameron. On Thursday, July 26, 2012 11:07:31 PM UTC+10, Jeff Rose wrote: > > Wow, cool. Over the years we've

Re: [ANN] geva-clj 1.2 - Grammatical evolution in clojure

2012-07-26 Thread Jeff Rose
Wow, cool. Over the years we've talked about using some kind of grammar constrained evolution to generate synthesizers and musical ideas in Overtone, and this could be just the tool to do that. Would it be possible to perform iterations manually, rather than having to pass the fitness functio

[ANN] geva-clj 1.2 - Grammatical evolution in clojure

2012-07-25 Thread cameron
Grammatical evolution is a form of genetic programming that allows you to search for a program fragment or form that has a high fitness by evolving and testing multiple models across generations. Grammatical evolution differs from traditional genetic programming in that individuals are created f