-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
report + step are not working #1
Comments
First - thanks for stopping by. I have been hoping someone would find something wrong or anything. So, this is actually a good step. I am just having a look. Happy to help. I will tell you when I get this back in. Maybe soon. Might be tomorrow, depending on my day. Last Q: This is a Petri model. So, it is multi-path. E.I. it is designed that way. It is not regulated by matrix multiplication, however. It moves tokens from place to place. |
OK. I have not fixed it yet. But, yes.. it got removed. I will tell you when it is up to date. |
SVG Graph? Fantastic @rleddy I didn't know about run-petri-async. I know what you feel, if you search for the "Among Us" game clone, you get 458 results on github. I started with FSM (single threaded Petri Net with only one current state) in javascript (svelte), and discovered CPN which is lacking to be fully available in Javascript (design with graph (cytoscape would be great), import export JSON, run-execute in JS). Have a great Sunday! |
Thanks for taking the time to check on things here. I am going to close this issue after documenting and debugging. I will update the npm publication next. (I have added documentation in the code and updated the readme.md.) So, it was good to revisit the code in the light of what I have been working on. I started with just making the simple Petri-net modules to help think about how to use the nets in ML and Blockchain. I have seen some work on using deep Petri-nets for ML. I just made a page (nothing there yet) in copious-world for collecting stuff about Petri-nets. I want to put some matrix base implementations there as well as the network versions (networks are taking care of sparse matrix representations.) High level colored Petri-nets provide a powerful programming facility. It can correspond to the kind of computation expected in the use of Rete nets. Coloring corresponds to type checking and constraints. So, I might want to clarify some of that in the content on copious-world. I see that you are working with Svelte. I don't know if that brought you here. But, I am adding a Petri-net diagramming component to copious-world/vedges (a word play on SVG). So, I can draw these now. But, it will takes some work to make it very smooth. So, I am using Svelte to wrap the drawing program. But, the output of the drawing package may be a different form of component collections. Another hope I have for Petri-nets is that I would like my visual display to sync up with machines that talk to sensors and controllers. It seems to me that you could just relay markings between interfaces and servers. Thanks again. Always looking for collaboration. I do not have money to pay people at the moment. |
Thank you very much for your update. |
Hello,
I tried your example and got stuck.
It looks like the last commit removed them.
BTW, does your code is more a FSM (single path) or can it manage a real petri network?
The text was updated successfully, but these errors were encountered: