Skip to content

Commit

Permalink
Some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzorn committed Aug 18, 2011
1 parent a400ce4 commit 49ac73f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/flowblocks/Neuron.as
Expand Up @@ -8,9 +8,15 @@ public class Neuron extends Block {
public function Neuron() {
}

private var weights: Array = new Array[0.0, 0.0, 0.0, 0.0, 0.0, 0.0];

override public function update(): void {

// Sum inputs multiplied with their weights

// Run sum through output scaling function

// Send output to all (or only selected?) neighbours

}
}
Expand Down

0 comments on commit 49ac73f

Please sign in to comment.