Author Topic: Energy distribution to offspring.  (Read 6820 times)

Offline Testlund

  • Bot God
  • *****
  • Posts: 1574
    • View Profile
Energy distribution to offspring.
« Reply #15 on: May 11, 2006, 05:25:40 PM »
Here are a cople of pieces of DNA with the word 'mult' in it.

----------------------
start
 angle rnd and
 pyth store
 mult 4 else
 start
 else
 stop
-------------------

start
 -40 store
 else
 & -50 cond
 else
 start
 -40 cond
 else
 & -40 cond
 mult >
 -40 cond
 else
 2 -40 cond
 | start
 -40 cond
 else
----------------------

Could that be what is causing my veggie to reproduce?
The internet is corrupt and controlled by criminally minded people.

Offline Elite

  • Bot Overlord
  • ****
  • Posts: 532
    • View Profile
Energy distribution to offspring.
« Reply #16 on: May 11, 2006, 05:55:02 PM »
Quote from: Numsgil
Next you have to understand that since store takes two values from the stack, and most other operations remove on and add to the stack, it becomes rather complex.

For instance:

10 300 store

will reproduce.

10 100 200 add store

will also.

10 100 10 div 3 mult 25 mult 5 div 2 mult store

will also.

Here's my ex nihlo reproducer's reproduction code:

26 -10 -60 mult >> store

which is essentially:

26 .repro store

I isolated it by cutting the code into pieces and then running each half to find the half with the reproduction code.

Offline Testlund

  • Bot God
  • *****
  • Posts: 1574
    • View Profile
Energy distribution to offspring.
« Reply #17 on: May 11, 2006, 06:12:48 PM »
Well, this make it difficult to know what is going on in the genes if there are lot of different values and labels that can mean the same thing. I could of course cut out pieces of the DNA and make short bots to see how they behave. Right now there are tons of junk DNA in my veggies with some things here and there that might cause certain behavior.  Makes my head spin.  
The internet is corrupt and controlled by criminally minded people.

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Energy distribution to offspring.
« Reply #18 on: May 11, 2006, 07:00:07 PM »
You can definately tell when something is created through mutations