Package pyrobot :: Package brain
[frames | no frames]

Package pyrobot.brain

The basic brain class. All brains derive from these classes.

(c) 2005, PyrobRobotics.org. Licenced under the GNU GPL.

Submodules
  • behaviors
  • conx: ---------------------------------------------------- An Artificial Neural Network System Implementing Backprop.
  • fuzzy: Fuzzy Logic Base Class E.
  • ga: A simple Genetic Algorithm in Python...
  • governor: Governor code for self regulating networks.
  • gp: Pyrobot Module for Genetic Program.
  • pysom
  • ravq
  • rbf
  • seqXor
  • seqXor2
  • som
  • vconx

Classes
Brain The Brain is the basis for all brains.

Function Summary
  avg(list)
Simple avg function that works on sequences of numbers.

Variable Summary
str __author__ = 'Douglas Blank <dblank@brynmawr.edu>'
str __version__ = '$Revision: 1.32 $'

Function Details

avg(list)

Simple avg function that works on sequences of numbers.

Variable Details

__author__

Type:
str
Value:
'Douglas Blank <dblank@brynmawr.edu>'                                  

__version__

Type:
str
Value:
'$Revision: 1.32 $'                                                    

Generated by Epydoc 2.1 on Mon Jul 25 01:39:27 2005 http://epydoc.sf.net