Difference between revisions of "Nano bots"

From WikiManual
Jump to: navigation, search
(New page: Nano bots are the simplest form of life that can be simulated in Darwinbots. They are conditionless and have only one store command. They use arithmetic operations to return each cycle th...)
(No difference)

Revision as of 10:53, 10 August 2007

Nano bots are the simplest form of life that can be simulated in Darwinbots.

They are conditionless and have only one store command. They use arithmetic operations to return each cycle the sysvar that must be stored into.

The first nano bot [1] was a result of studying a behaviour evolved from zerobots.

start
50 830 5 1 rnd mult sub 500 1 rnd mult sub 30 1 rnd mult sub 299 1 rnd mult sub store
stop

This minimal bot is able to tiefeed, reproduce, move and adjust its eye width. It's lifespan is limited though to its starting body points.

A different development line for nano bots may be nullifying all sysvars but one for each cycle, using Single Gene code.