Bots and Simulations > Evolution and Internet Sharing Sims

Simplest Evo Starter Bot

<< < (20/30) > >>

Elite:
Unfortunately, it's cancerous. It just reproduces like mad
I tried to evolve it but it just lost it's ability to reproduce. If anyone else want's to try an evosim with it then go ahead.

I have no idea what else it could do, or why it's reproducing in the first place  

I'm just sort of experimenting with the new release  
I'm trying another accelerated ex nihlo evosim with a shorter genome at the moment

Numsgil:
I think you'll need to see several abortive replicators before a good one develops.  Realistically I think you'd need to run a sim with medium mutation rates for ~10 Million cycles to see even a very, very basic bot develop.

Elite:
I've been 'dissecting' the replicator that I evolved line by line

This is the self-replication code:

 start
 26 -10 -60 mult >> store

EDIT: I've highlighted the section it came from in my earlier post of the bot

Elite:
I'm running a full Ex Nihlo sim now in 2.42.3

It's like Testlund's sim but without planet eaters, slightly smaller, and no costs

I've got a script to pause the sim as soon as a .repro command appears but I hope that as soon as one does it will start to evolve via natural selection and feed off the vegs.

Up to 200,000cy so far ...

Numsgil:

--- Quote from: Elite ---I've been 'dissecting' the replicator that I evolved line by line

This is the self-replication code:

 start
 26 -10 -60 mult >> store

EDIT: I've highlighted the section it came from in my earlier post of the bot
--- End quote ---

 Yep that would do it:
 
 -10 * -60 = 600
 
 600 >> = 600 / 2 = 300 = .repro

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version