Re: [Haskell-cafe] ANNOUNCE: GA-1.0, a library for working with genetic algorithms

2011-10-01 Thread Kenneth Hoste
Hi Thomas, On 30 Sep 2011, at 03:42, Thomas DuBuisson wrote: This is neat - thanks for putting in the time and effort (and releasing the work to Hackage). My pleasure. :) Happy to share the stuff I come up with during my daily commutes. ;-) A few questions: * What GA-nerdy things does

[Haskell-cafe] ANNOUNCE: GA-1.0, a library for working with genetic algorithms

2011-09-29 Thread Kenneth Hoste
Hello, I'm proud to announce the v1.0 release of GA [1], my library for working with genetic algorithms in Haskell. Source repo is available on github. [2] This is a major version bump compared to the previous v0.2 release, because the library is pretty mature now in my view. Major features:

Re: [Haskell-cafe] ANNOUNCE: GA-1.0, a library for working with genetic algorithms

2011-09-29 Thread Thomas DuBuisson
This is neat - thanks for putting in the time and effort (and releasing the work to Hackage). A few questions: * What GA-nerdy things does this do under the hood (I haven't looked at the source)? It looks like it's a GA framework almost more than the actual algorithm itself. I see