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

Module pyrobot.brain.seqXor2

Function Summary
  randVal()
Random 0 or 1, represented as 0.2 and 0.8, respectively.
  sequentialXorSweeps(n, runLength, maxtimes)
Given a network, length of random sequence, and max steps to try, this function will compute XOR for every last and current pair.
  xor(a, b)
XOR for floating point numbers...

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

Function Details

randVal()

Random 0 or 1, represented as 0.2 and 0.8, respectively.

sequentialXorSweeps(n, runLength, maxtimes=1000)

Given a network, length of random sequence, and max steps to try,
this function will compute XOR for every last and current pair.

xor(a, b)

XOR for floating point numbers

Variable Details

__author__

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

__version__

Type:
str
Value:
'$Revision: 1.5 $'                                                     

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