Re: Genetic Algorithm Example

2010-09-25 Thread Lee Spector
On Sep 25, 2010, at 7:14 AM, Goran Jovic wrote: > I will definitively try using Clojush too, especially since GP was my > initial intention, so thanks again. Great -- I'd love to hear about your experiences. You can find more about Push/PushGP at http://hampshire.edu/lspector/push.html. >> Als

Re: Genetic Algorithm Example

2010-09-25 Thread Goran Jovic
Thank you for your reply. > Perhaps you'd be interested in a related but slightly different approach to > solving a related but slightly different problem. The game from my program is from Serbian TV quiz Slagalica (http:// en.wikipedia.org/wiki/TV_Slagalica). As you said Krypto is only slightly

Re: Genetic Algorithm Example

2010-09-23 Thread Lee Spector
On Sep 19, 2010, at 9:41 AM, Goran Jovic wrote: > Anyway, being a Clojure newbie myself, I had a huge benefit from > freely available code examples, so I decided to share my own project > with other folks who are learning Clojure. > > It's hosted on: > http://code.google.com/p/genetic-my-number/

Genetic Algorithm Example

2010-09-19 Thread Goran Jovic
Hi everyone! I started learning Clojure earlier this year (as a part of MSc studies from this discussion: http://groups.google.com/group/clojure/browse_thread/thread/a8aa5ac26d9761da?hl=en&tvc=2#) I was initially shocked with lispy syntax, given the fact I previously mostly used languages with C