Darwinbots Forum

Bots and Simulations => Evolution and Internet Sharing Sims => Topic started by: Cyberduke on November 06, 2008, 01:43:28 PM

Title: Over 40 Million Cycles and 250 Hours Evo Sim
Post by: Cyberduke on November 06, 2008, 01:43:28 PM
My current mutation sim has been running for 252 hours now and has clocked 40,885,341 cycles
It currently has 720 lifeforms in, 690 of which started out as animal minimalis other 30 are alga minimalis

Here is one of the animal minimalis' DNA after 290 mutations.
And I still have't seen any canibots.

[div class=\'codetop\']CODE[div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\'] pyth
 cond
 dec
 *.eye5 floor =
 *.refeye *.venom !~=
 xor
 start
 201 rnd .aimright store
 cond
 and
 *.aimright >=
 start
 *.refveldx .dx store
 dec
 - div 36 or
 1 sqr - store
 ~ *.eye5
 start
 74 >
 start
 -6 .shoot store
 store
 *.nrg 5985 >=
 xor
 *.up !~=
 43 300 and
 store
 !=
Title: Over 40 Million Cycles and 250 Hours Evo Sim
Post by: Peter on November 06, 2008, 02:02:02 PM
Can you post a sim? Bot performance isn't even that bad if you look how it is mutated.
Title: Over 40 Million Cycles and 250 Hours Evo Sim
Post by: bacillus on November 07, 2008, 01:40:47 AM
I hope you haven't been tracking its progress, I think that's bordering on insanity  
Title: Over 40 Million Cycles and 250 Hours Evo Sim
Post by: Cyberduke on November 07, 2008, 12:22:47 PM
Here it is after another day of mutation.
[attachment=1070:MutationSim.rar]

I find I need to twice a week, save the sim, close down darwinbots and re-loaded to keep it running fast.
Title: Over 40 Million Cycles and 250 Hours Evo Sim
Post by: Cyberduke on November 07, 2008, 12:28:03 PM
I like the way they seem to wait until they have finished feeding before reproducing, it stops them pulling in different directions and letting other bots get the food instead.
Title: Over 40 Million Cycles and 250 Hours Evo Sim
Post by: Numsgil on November 14, 2008, 09:18:00 PM
I like the -6 .shoot store.  Animal Minimalis uses -1, so it's neat to see a clean mutation like that going to something that's better.