Package springbots
[hide private]

Source Code for Package springbots

 1  """ 
 2  This package contains modules to describe the Springbot creature. 
 3  Composed with springs and nodes. It implements the 2D physics behind the 
 4  simulations steps of springbot's structure, the Springbot class itself and 
 5  functions to load and dump xml files from springbots objects. 
 6  It also contains modules which extends the Springbot class 
 7  in order to provide evolving features and networking distribution, 
 8  also it has a module which implements a genetic algorithm both local 
 9  and network distributed to evolve Springbot for specific fitness functions 
10  implemented in the 'fitness' module like 'walk', 'swim' and 'jump' 
11  """ 
12