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

Support event() for global variables #49

Open
frothga opened this issue Jan 23, 2018 · 0 comments
Open

Support event() for global variables #49

frothga opened this issue Jan 23, 2018 · 0 comments

Comments

@frothga
Copy link
Collaborator

frothga commented Jan 23, 2018

In general, a global variable on LHS does not necessarily mean the expression should be evaluated at the population level. If the RHS references local variables, the equation should be evaluated within a local instance, and perhaps combine results in the population part as if by external reference.

This issue is specifically about population-level equations, rather than instance-level equations that happen to update population-level variables. At present there is no mechanism (in Internal or C) to trigger a population-level event.

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

No branches or pull requests

1 participant