Stream: helpdesk (published)

Topic: Packages to model Graph Dynamical Systems


view this post on Zulip Reuben Gardos Reid (Aug 15 2024 at 08:00):

Hi all.

I'm trying to simulate several models, all of which are different types of graph dynamical systems. These are systems defined over discrete graphs and discrete state spaces, with a function per vertex describing the dynamics of that vertex with its incoming neighbors as input. Additionally, an update scheme defines the order to apply the functions, further defining the system's dynamics as a whole.

I want to ensure I'm not missing some package that already covers such functionality.

Are there any other packages I've missed—especially any that might be better suited for this task?


Last updated: Nov 06 2024 at 04:40 UTC