program written to model population evolving over time

Steven D'Aprano steve at REMOVE.THIS.cybersource.com.au
Sat Nov 4 21:09:32 EST 2006


On Sat, 04 Nov 2006 13:09:10 -0800, sam wrote:

> i've just finished a program which sets up an initial population
> consisting of four different phenotypes, allows them to evolve over
> time and graphs the output at the end, displaying what is in effect the
> evolutionary steady state for the system.
[snip]
> excuse my ignorance, but is there a site where people post this kind of
> stuff? i figured someone might be interested in playing with it,
> tweaking it a bit, changing the parameters. i've only been programming a
> couple of months, so i'm sure more experienced programmers could whack
> into shape if they were interested. or not...

Something like this would probably go very well on Useless Python, or the
Cheeseshop:

http://www.uselesspython.com/
http://cheeseshop.python.org/pypi



-- 
Steven.




More information about the Python-list mailing list