-
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
=> Définir comment implanter les SAN #19
Comments
Voir le code produit avec chatGPT dans le paquetage jKendrick.sans |
ChatGPT provided some information about the San descriptors: Using SAN Descriptors Synchronization Event Descriptors (SED): These describe the events that synchronize multiple automata. They contain the rates of transitions that involve more than one automaton. Functional Transition Descriptors (FTD): These describe transitions whose rates are functions of the states of one or more automata. |
ChatGPT propose ce code public class SynchronizationEventDescriptor { public class FunctionalTransitionDescriptor { |
See https://graal.ens-lyon.fr/~abenoit/papers/RR-4259.pdf |
Un papier intéressant discute de l'implantation efficace du produit de Kronecker pour les SANs |
See the PRISM tool |
Selon The Kronecker product and stochastic automata networks de Amy N. Langville et William J. Stewart
https://www.sciencedirect.com/science/article/pii/S0377042703009312
"One remedy for this storage problem is SANs, which store the infinitesimal generator of the Markov chain in compact form using Kronecker products."
La représentation compacte des SANs s'appuie sur les SAN descriptors de Plateau.
The text was updated successfully, but these errors were encountered: