Re: Request for review: GAHelloWorld

2011-02-13 Thread Stefan Kamphausen
Hi, you may be interested in reading the code from our book which a) includes the code for doing exactly what you did (evolve a string) and b) shows how multithreading can change your way of doing GAs (get rid of the concept of generations). The book and the code are written in German which ma

Request for review: GAHelloWorld

2011-02-13 Thread John Svazic
Thanks again to Alex for helping me with my Clojure mojo in order to get around a ClassCastException. I'm writing to request a code review of my simple "Hello, world!" genetic algorithm simulator written in Clojure. I've written an implementation in Java and I have used that as the basis for my C