|
|
|
|
|
by devit
1868 days ago
|
|
No, as in a the graph starts from nodes corresponding to sensor inputs, with edges going to nodes that represent computations based on those, to further computations, to the outputs that drive actuators. If only one sensor input changes then intermediate computations that don't depend on it don't need to be updated. |
|
And you still need a control loop to look for sensor changes? Its just a way of caching most of the computation?