Thursday, December 29, 2011

Brain Bouncing Computing Algorithm

BRAIN BOUNCING COMPUTING ALGORITHM
This technique is an algorithm that engages a bouncing method in the Big Brain chip Partitions and arrays to employ the use of available chips for computing in the collective. A code is used to bounce from chip to chip and determine the in-use status based on chip self flagging. A chip is flagged busy when its tied up thinking. The bouncing code bypasses a busy flag chip and collects chips for use that are not busy. The Bounce Code is as follows:

Chip Status:
Flag = Busy
  or
Flag = Not Busy
If Flag = Busy then Bounce
If Flag = Not Busy then Engage

Definitions
Brain Bouncing - algorithm used to find chips available for use. Code is used to bounce from chip to chip and determine the in-use status based on chip self flagging.