To sum up some things from today's July 2, 2013 weekly meeting:
Megan will Google+ chat with Ritisha at 10am PST on Wednesday (10:30pm Bangalore)
If Scooter and Alex can join that will be great
Graham is out
Node Defaults
The nodes will not require input from the user to function- they will inherit default Rule/State table references and values based on the type(s) of edges connected as inputs.
Megan will provide Ritisha with an example of a small mTor pathway sketch that will include:
input logic for each node
output function for each node
sketch of starting state, middle state and predicted end/homeostatic state
for example if start node A activates B and B activates C and C deactivates B
Start Node (Ritisha, eventually this will be replaced by an implicit input node into the top node i.e., NodeA below, but for this first draft, the user will just wire it in as a separate trigger node)
Node A– if inputStart==1: outputA+=0.001
Node B– if inputA>0.5: outputB+=0.01-inputC*0.6
Node C– if inputB>0.2:outputC+=0.005
State Machine vs Rules
Ritisha may decide which to use as long as the node references a separate State or Rule table that is independent of the node
Graham's interpretation of Scooter's initial suggestion for a State Table:
I suggest that a Rule table can be converted into a better organized and more efficient Rule table simply by adding the columns CurrentState and NextState to the existing If and Output columns of a simple Rule table to convert it to a State table.
My interpretation should be confirmed before used
Ritisha can use whatever system she prefers.