Skip to content

Commit

Permalink
update NodeObervationFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
tpsjr7 committed Dec 24, 2013
1 parent fc21ffb commit 0e7dbed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/NodeObservationFormat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
See GetObservation function in node.c
uint np = ((l + 1 == nLayers) ? 0 : nb[l+1]);
uint ni = (l == 0 ? d->nci[0] : d->nci[l] * nb[l-1]);
uint ns = nb[l] + np + nc + ((l == 0) ? ni*extRatio : ni);

A node's input vector consists of 5 parts appened together:

1)
Expand Down

0 comments on commit 0e7dbed

Please sign in to comment.