Darwinbots Forum
Bots and Simulations => Evolution and Internet Sharing Sims => Topic started 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
!=
-
Can you post a sim? Bot performance isn't even that bad if you look how it is mutated.
-
I hope you haven't been tracking its progress, I think that's bordering on insanity
-
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.
-
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.
-
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.