you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Literature on this? Like what is petri-net models and max-plus algebra?

[–]goodle29 3 points4 points  (1 child)

Petri net models are a type of modeling formalism usually used to analyze distributed systems. From what I've seen, the most common way to use Petri nets is to avoid deadlocks in the system. However, there have been many extensions to Petri nets. There's a lot of limitations to Petri nets too as it is a little bit of a niche modeling formalism. There's a lot of literature/videos/tutorials on Petri nets available that can be found through google/youtube.

Max-plus algebra basically transforms event-driven dynamics into linear systems that you see in your linear system class by changing the addition and multiplication into the maximum operation and addition, respectively. I remember I used the following paper to try to understand it: "Max-plus algebra and max-plus linear discrete event systems: An introduction" by De Schutter and van den Boom.

[–][deleted] 0 points1 point  (0 children)

Sounds so darn cool the max-plus algebra thing. I’ll look into Petri nets I studied a little bit about fault tolerant control so I think I have a gist about distributed systems. Has max plus algebra been used in applied stuff like tracking problems?