You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I would like to add factors before their variables exist. In CGDFG this can be done by adding phantom variables until the full variable exists.
TBD should this be added to all DFG or just CGDFG?
The text was updated successfully, but these errors were encountered:
Could we discuss this for local in an engineering talk sometime down the line. I have often wondered what production application code would look like. As I understand it, a sensor reading is effectively providing a factor, so the application code has to create a factor and the associated variables. Does it make sense to just make a function like addSensorReading(someFactorConstructor(), [someVariableConstructor(), someVariableConstructor()].. ie, just pump all the data at once? That would help me understand the need for "phantom" idea on local.
As a user I would like to add factors before their variables exist. In CGDFG this can be done by adding phantom variables until the full variable exists.
TBD should this be added to all DFG or just CGDFG?
The text was updated successfully, but these errors were encountered: