[Haskell] ANNOUNCE : heukarya, genetic programming library in Haskell
Tijn van der Zant
robotijn at gmail.com
Tue Aug 6 14:35:55 CEST 2013
please let us know when you have make a few good examples of GP runs.
I'd love to use it to create behaviors for my robots :-)
--Tijn
On 06-08-2013 8:35, 14875 wrote:
> source codes are already with comments. please take a look at this
> module AI.Heukarya.Center first.
> that output prints final generation directly. Center offers a function
> for reading output file that you can manipulate that result yourself
>
> actually, that's not a good example at all.
> I just try to demo the usage of library without a good choice of
> fitness function and parameters
> for example, using fitness function to reduce tree is possible
> I'll change example and add comments next time.
>
>
> 2013/8/6 Thiago Negri <evohunz at gmail.com <mailto:evohunz at gmail.com>>
>
> I tried to run the code on "example" folder of GitHub.I got a lot
> of output and couldn't understand anything.
>
> Can you post a tutorial or example with comments?
>
>
>
> 2013/8/5 14875 <depot051 at gmail.com <mailto:depot051 at gmail.com>>
>
> I am pleased to announce a new genetic programming project is
> released on hackage now. I created a Gene interface for any
> possible implements of Gene with a Data.Dynamic implementation.
> my next goals are creating a new implementation of Gene by
> using package plugins
> <http://hackage.haskell.org/package/plugins> for evolving
> haskell code directly and implement distributed computing for
> this library.
> It's also hosted on github <https://github.com/t3476/heukarya>
>
> He-chien Tsai
>
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org <mailto:Haskell at haskell.org>
> http://www.haskell.org/mailman/listinfo/haskell
>
>
>
>
>
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell/attachments/20130806/82dcc497/attachment.htm>
More information about the Haskell
mailing list