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
Terry Reedy wrote:
Esmail wrote:
Hello,
Anyone using Python for coding up genetic algorithms? If
so, would you share your favorite modules/libraries/tools?
Search 'Python genetic algorithm' on Google or elsewhere.
Hi Terry,
I did that first, and I came up with a number of
R. David Murray wrote:
Esmail wrote:
Hello Mohammed,
Yes, that would great. While I am comfortable with GAs,
I'm still rather inexperienced with Python so seeing some
implementation examples would be very useful.
A google for 'python genetic algorithms' turns up a number
of i
Esmail wrote:
Hello,
Anyone using Python for coding up genetic algorithms? If
so, would you share your favorite modules/libraries/tools?
Search 'Python genetic algorithm' on Google or elsewhere.
--
http://mail.python.org/mailman/listinfo/python-list
Esmail wrote:
> Hello Mohammed,
>
> Yes, that would great. While I am comfortable with GAs,
> I'm still rather inexperienced with Python so seeing some
> implementation examples would be very useful.
A google for 'python genetic algorithms' turns up a numbe
Hello Mohammed,
Yes, that would great. While I am comfortable with GAs,
I'm still rather inexperienced with Python so seeing some
implementation examples would be very useful.
Thanks,
Esmail
--
Date: Wed, 8 Apr 2009 17:08:48 +0200
Subject: Re: genetic algorithms in Python?
From: me
, 2009 at 3:25 PM, Esmail wrote:
> Hello,
>
> Anyone using Python for coding up genetic algorithms? If
> so, would you share your favorite modules/libraries/tools?
>
> Thanks,
> Esmail
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
Anyone using Python for coding up genetic algorithms? If
so, would you share your favorite modules/libraries/tools?
Thanks,
Esmail
--
http://mail.python.org/mailman/listinfo/python-list
On Nov 16, 1:47 am, SamFeltus <[EMAIL PROTECTED]> wrote:
> I suspect you could make it visually far more interesting if you
> replaced the colored pixels with colorful images, and mapped the
I'm already planning of using images instead of coloured blocks. But
first
i want to try using a gradient f
I suspect you could make it visually far more interesting if you
replaced the colored pixels with colorful images, and mapped the
images on a grid using Flash.
--
http://mail.python.org/mailman/listinfo/python-list
Hi All,
I've been working on a 'toy' application for the past month or so
called PyInkblot.
Simply mirroring a random plotting of half of a grid onto the second
half, you can create pictures that look 'organic' like Rorschach
Inkblot's.
PyInkblot uses pygene for the Genetic Algorithm backend and
Thomas Samson wrote:
> Xiao Jianfeng <[EMAIL PROTECTED]> writes:
>
> > Hi all,
> >
> > I am looking for a genetic algorithms package for Python.
> >
> > I have googled the web before posting and found some links. The link
> > of pygene(http://ww
Xiao Jianfeng <[EMAIL PROTECTED]> writes:
> Hi all,
>
> I am looking for a genetic algorithms package for Python.
>
> I have googled the web before posting and found some links. The link
> of pygene(http://www.freenet.org.nz/python/pygene) cannot be opened.
Strange, wor
Xiao Jianfeng wrote:
> Hi all,
>
> I am looking for a genetic algorithms package for Python.
>
> I have googled the web before posting and found some links. The link of
> pygene(http://www.freenet.org.nz/python/pygene) cannot be opened.
>
> I also tried the recipe on AS
Hi all,
I am looking for a genetic algorithms package for Python.
I have googled the web before posting and found some links. The link of
pygene(http://www.freenet.org.nz/python/pygene) cannot be opened.
I also tried the recipe on ASPN, but it is too simple for my
application, and the ga
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
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
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,
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
Thank you kindly, Erik.
malv
--
http://mail.python.org/mailman/listinfo/python-list
mmediately find the answer.
No one answered your question, so I will: Neural networks and genetic
algorithms/programming are not closely related. A neural network is a
model comprising a network of artificial neurons, and signals propagate
from inputs, through the neurons of the network (
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
e it's probably more likely closer to genetic algorithms.
You're certainly correct there. The leap to GP is much farther than my
stuff is from GA.
>... for many problems, it
> seems that genetic programming has a greater ability to produce
> solutions to much more complex prob
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
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 worki
een 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 heterogeneous data. I've just
considered it to be more sophisticated than the "coefficients in an
equatio
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 understandin
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
d in. You can't teach all things
simultaneously; I'm not sure creating a genetic programming (or genetic
algorithms) system that's useful to "newbies" (whatever that means) is
even a useful goal in and of itself.
--
Erik Max Francis && [EMAIL PROTECTED] &a
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,
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 rele
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 be
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 hope will be more
approachable to beginners.
The first release of pygene
Could anyone recommend me a genetic algorithm package? So far I have found a
few, such as GAS, pyGP, Genetic, and of course scipy.ga
My problem is that most of the development of these packages seems to be
stalled, or that in scipy.ga's case, the module seems huge and somewhat
overly complicated.
34 matches
Mail list logo