ANNOUNCE : heukarya, genetic programming library in Haskell
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
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@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@haskell.org http://www.haskell.org/mailman/listinfo/haskell
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@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@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@haskell.org http://www.haskell.org/mailman/listinfo/haskell
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@gmail.com <mailto:evohunz@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@gmail.com <mailto:depot051@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@haskell.org <mailto:Haskell@haskell.org> http://www.haskell.org/mailman/listinfo/haskell
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
Although my example is awful but you still can take a look at AI.Heukarya.Center before a new example created. All primary functionality is wrap in AI.Heukarya.Center with comments And AI.Heukarya.Gene.Dynamic.Double is a example of how to define a gene list I'll let you know if I finish :)
participants (3)
-
14875 -
Thiago Negri -
Tijn van der Zant