Skip to content
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

One idea for an analogue of links, for rewrite rules #17

Open
kris-brown opened this issue May 16, 2024 · 0 comments
Open

One idea for an analogue of links, for rewrite rules #17

kris-brown opened this issue May 16, 2024 · 0 comments

Comments

@kris-brown
Copy link
Collaborator

Links are user-specified data which transparently communicate what parts of the model can influence other parts of the model. Here, we're concerned with rewrite rules which can in principle have a different hazard rate for any state of the world. We wish to have the option to restrict the amount of information the hazard rate parameter has access to.

Embed the pattern in some larger context, $L \hookrightarrow Ctx$, and we pick out a subset $Dep \hookrightarrow Ctx$ where the relevant values the hazard rate is permitted to depend on are in $Dep$ (this latter mono might preferably be a map in $C$-Par, since it may not be a proper subobject).

State dependence would then be, rather than a function from $ACSet$ to probability measures, one has a function fomr $Dep^n$ to probability measures, where we have possibly $n$ maps from $Ctx \rightarrow World$ that commute with the match morphism $L \rightarrow World$.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant