| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package brain :: Module seqXor2 |
|
| Function Summary | |
|---|---|
Random 0 or 1, represented as 0.2 and 0.8, respectively. | |
Given a network, length of random sequence, and max steps to try, this function will compute XOR for every last and current pair. | |
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__
|
__version__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 | http://epydoc.sf.net |