Package springbots :: Module evolvespringbot
[hide private]

Module evolvespringbot

source code

Springbot evolution extension. Implements genetic operations like mutation and crossover

Classes [hide private]
  EvolveSpringbot
Extends springbot to evolution methods
Functions [hide private]
 
random_springbot(nodes_num=10, springs_num=30, noderadius=100)
Creates a new springbot totally random
source code
Variables [hide private]
  _bloodline_count = 0
Keep track of the bloodline id being generated
  BLOODLINE_SEP = ':'
Separator string between bloodline ids in Springbot's bloodline field