I would like to make a simulation of a constrained system indexed by time. This involves a network of agents/nodes that interact based on some logic/relationships. I would like to place the nodes on a grid 2D or 3D does not matter. I would like to have edges drawn between them, and text beside them. I would like to give the logic for the tags on the nodes and give indication of the states. In the style of simjava: simjava
But more based on mathematical simulations than software processes. Graphing tools would be useful etc. Any good recommendations? There is good software for visualizing data sets. Matlab's Simulink has a lot of complexity on non-discretec events, and is not as cartoon-like which is good for testing principle rather than analytics. Unless I am wrong and Simulink provides this
EDIT: A similar question asks about dynamic graphs stack overflow relevant question, it is an issue that does not seems to have any concrete solution except for customized solutions.