Author Topic: Over 40 Million Cycles and 250 Hours Evo Sim  (Read 3986 times)

Offline Cyberduke

  • Bot Builder
  • **
  • Posts: 88
    • View Profile
Over 40 Million Cycles and 250 Hours Evo Sim
« 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
 !=

Offline Peter

  • Bot God
  • *****
  • Posts: 1177
    • View Profile
Over 40 Million Cycles and 250 Hours Evo Sim
« Reply #1 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.
Oh my god, who the hell cares.

Offline bacillus

  • Bot Overlord
  • ****
  • Posts: 907
    • View Profile
Over 40 Million Cycles and 250 Hours Evo Sim
« Reply #2 on: November 07, 2008, 01:40:47 AM »
I hope you haven't been tracking its progress, I think that's bordering on insanity  
"They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown."
- Carl Sagan

Offline Cyberduke

  • Bot Builder
  • **
  • Posts: 88
    • View Profile
Over 40 Million Cycles and 250 Hours Evo Sim
« Reply #3 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.

Offline Cyberduke

  • Bot Builder
  • **
  • Posts: 88
    • View Profile
Over 40 Million Cycles and 250 Hours Evo Sim
« Reply #4 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.

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Over 40 Million Cycles and 250 Hours Evo Sim
« Reply #5 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.