Re: ANN: pygene - genetic algorithms package

2016-08-22 Thread saeed . fazayeli
On Tuesday, December 6, 2005 at 11:10:56 AM UTC+3:30, aum wrote: > Hi all, > > I looked at a few genetic algorithms/genetic programming packages for > Python, and found them somewhat convoluted, complicated and > counter-intuitive to use. > > So I've written a genetic algorithms package which I h

Re: ANN: pygene - genetic algorithms package

2005-12-10 Thread eXt
Erik Max Francis wrote: > Unfortunately I can't give a precise date. If I have the time, a > polished working system with at least the basics should only take a week > or so to finish up. Unfortunately, I have a big deadline coming up in > my day job, so I'm probably not going to get much time

Re: ANN: pygene - genetic algorithms package

2005-12-10 Thread Erik Max Francis
eXt wrote: > I'm really happy to see that someone is working on Python based GP > implementation :) I'm currently trying to get into GP world (I'm the GP > newbie you talked about :P) and, as I'm a Python programmer, I look > towards Python based solutions. Unfortunately there are no active Pyt

Re: ANN: pygene - genetic algorithms package

2005-12-10 Thread eXt
Erik Max Francis wrote: > Sure thing. Obviously I'll post an announcement here when it's ready. I'm really happy to see that someone is working on Python based GP implementation :) I'm currently trying to get into GP world (I'm the GP newbie you talked about :P) and, as I'm a Python programmer,

Re: ANN: pygene - genetic algorithms package

2005-12-08 Thread Erik Max Francis
malv wrote: > Thank you kindly, Erik. Sure thing. -- Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/ San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis It is only the poor who are forbidden to beg. -- Anatole France -- http://mail.python.org/mailman/listinfo

Re: ANN: pygene - genetic algorithms package

2005-12-08 Thread malv
Thank you kindly, Erik. malv -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: pygene - genetic algorithms package

2005-12-08 Thread Erik Max Francis
malv wrote: > How is your package different from a nn package? Is this an addon for > genetic programming or does it include the standard nn components as > well, such as backprop etc? > Not being very familiar with genetic programming, forgive me my naive > question, I could not immediately find

Re: ANN: pygene - genetic algorithms package

2005-12-07 Thread Erik Max Francis
Peter Hansen wrote: > You're certainly correct there. The leap to GP is much farther than my > stuff is from GA. I'm curious what sort of heterogeneous data setup you had. > I agree, and I look forward to seeing Psi some time, if just to help me > learn more in the area. Thanks again for the

Re: ANN: pygene - genetic algorithms package

2005-12-07 Thread Peter Hansen
Erik Max Francis wrote: > If you went into detail I could probably tell you whether or not what > you're doing is "obviously" a genetic algorithm, or "obviously" an > instance of genetic programming, or somewhere in between. Without > internal structure it's probably more likely closer to genet

Re: ANN: pygene - genetic algorithms package

2005-12-07 Thread aum
On Tue, 06 Dec 2005 22:44:39 -0800, Erik Max Francis wrote: > Peter Hansen wrote: > >> Okay, good, I already knew all that then, except perhaps that key word >> "fixed". One thing I should say here is that pygene is a collection of inter-related classes for populations, organisms, gametes and g

Re: ANN: pygene - genetic algorithms package

2005-12-06 Thread Erik Max Francis
Peter Hansen wrote: > Okay, good, I already knew all that then, except perhaps that key word > "fixed". > > Perhaps I've long been using the wrong label, but I've been doing what > I've considered to be "genetic algorithms" and yet working with > sometimes variable amounts of sometimes heterog

Re: ANN: pygene - genetic algorithms package

2005-12-06 Thread Peter Hansen
Erik Max Francis wrote: > You're not replying to me, but I'm the one that elicited that comment. > (I was originally asking the question because I misinterpreted the first > sentence of his announcement about pygene to mean that pygene was a > genetic programming system, but that was never his c

Re: ANN: pygene - genetic algorithms package

2005-12-06 Thread Erik Max Francis
Peter Hansen wrote: > I've done just enough work in genetic algorithms (and a token amount in > genetic programming) to be perplexed by this comment. Are you > suggesting that genetic programming is somehow not related to genetic > algorithms? > > My understanding is that (said perhaps somewh

Re: ANN: pygene - genetic algorithms package

2005-12-06 Thread Peter Hansen
aum wrote: > On Mon, 05 Dec 2005 23:45:30 -0800, Erik Max Francis wrote: >>I only scanned through the API documentation, but it looks like only >>genetic algorithms are supported, not full genetic programming. > > Correct. Organisms of a species have a fixed genome. I've done just enough work in

Re: ANN: pygene - genetic algorithms package

2005-12-06 Thread Erik Max Francis
aum wrote: > Correct. Organisms of a species have a fixed genome. My bad, you had mentioned in the announcement that you had looked at genetic programming systems but didn't claim that pygene was itself a genetic programming system. I misread that; my apologies. >> I've been planning on rele

Re: ANN: pygene - genetic algorithms package

2005-12-06 Thread malv
How is your package different from a nn package? Is this an addon for genetic programming or does it include the standard nn components as well, such as backprop etc? Not being very familiar with genetic programming, forgive me my naive question, I could not immediately find the answer. Thank you,

Re: ANN: pygene - genetic algorithms package

2005-12-06 Thread aum
On Mon, 05 Dec 2005 23:45:30 -0800, Erik Max Francis wrote: > I only scanned through the API documentation, but it looks like only > genetic algorithms are supported, not full genetic programming. Correct. Organisms of a species have a fixed genome. > I've been planning on releasing my stack-ba

Re: ANN: pygene - genetic algorithms package

2005-12-05 Thread Erik Max Francis
aum wrote: > I looked at a few genetic algorithms/genetic programming packages for > Python, and found them somewhat convoluted, complicated and > counter-intuitive to use. > > So I've written a genetic algorithms package which I hope will be more > approachable to beginners. > > The first relea