Who can do genetic programming with Python

ognen at bioinfo.pbi.nrc.ca ognen at bioinfo.pbi.nrc.ca
Fri Nov 23 10:48:51 EST 2001


Erik Max Francis <max at alcyone.com> wrote:

> You can _do_ it, but it's much harder to automatically generate programs
> for languages that are not well-suited to it.  Since when you're putting
> together a genetic programming system you get to choose which language
> is used to generate programs (which is potentially totally separate from
> the language used to create the system), it only makes good sense to
> choose a well-suited language; choosing something else is just a waste
> of time.

Or you may choose to devise your own language to do what you need. For an
interesting experiment with an asm-like language see
http://www.isd.atr.co.jp/~ray/tierra/

Ognen



More information about the Python-list mailing list