Re: Still too slow

2010-01-30 Thread Dave Angel
John Posner wrote: On 1/30/2010 6:08 PM, elsa wrote: Hello again, Thanks for the tips r.e random.ranint(). This improved matters somewhat, however my program is still too slow. If anyone has any further tips on how to speed it up, they would be much appreciated! So, I'm calling evolve(L,

Re: Still too slow

2010-01-30 Thread MRAB
elsa wrote: Hi John and others, sorry about my etiquette errors. As you can tell I'm a newbie, and appreciate all the help I can get. I'm trying to master this thing with only the net and a couple of books as tutors. Here is what I'm running at the interactive prompt: [snip] def event():

Re: Still too slow

2010-01-30 Thread elsa
Hi John and others, sorry about my etiquette errors. As you can tell I'm a newbie, and appreciate all the help I can get. I'm trying to master this thing with only the net and a couple of books as tutors. Here is what I'm running at the interactive prompt: >>> import myBDM >>> L=[[100,'NA']] >>>

Re: Still too slow

2010-01-30 Thread Alf P. Steinbach
* Alf P. Steinbach: * elsa: Thanks for the tips r.e random.ranint(). This improved matters somewhat, however my program is still too slow. If anyone has any further tips on how to speed it up, they would be much appreciated! So, I'm calling evolve(L,limit) from the interactive prompt.

Re: Still too slow

2010-01-30 Thread Alf P. Steinbach
* elsa: Thanks for the tips r.e random.ranint(). This improved matters somewhat, however my program is still too slow. If anyone has any further tips on how to speed it up, they would be much appreciated! So, I'm calling evolve(L,limit) from the interactive prompt. L is initally [[100]

Re: Still too slow

2010-01-30 Thread John Posner
On 1/30/2010 6:08 PM, elsa wrote: Hello again, Thanks for the tips r.e random.ranint(). This improved matters somewhat, however my program is still too slow. If anyone has any further tips on how to speed it up, they would be much appreciated! So, I'm calling evolve(L,limit) fro

Re: Still too slow

2010-01-30 Thread Philip Semanchuk
On Jan 30, 2010, at 6:08 PM, elsa wrote: Hello again, Thanks for the tips r.e random.ranint(). This improved matters somewhat, however my program is still too slow. If anyone has any further tips on how to speed it up, they would be much appreciated! So, I'm calling evolve(L,limit) fro

Still too slow

2010-01-30 Thread elsa
Hello again, Thanks for the tips r.e random.ranint(). This improved matters somewhat, however my program is still too slow. If anyone has any further tips on how to speed it up, they would be much appreciated! So, I'm calling evolve(L,limit) from the interactive prompt. L is initally [[100]