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

Capturing of hidden variables #10

Open
JRPearson500 opened this issue Dec 30, 2021 · 0 comments
Open

Capturing of hidden variables #10

JRPearson500 opened this issue Dec 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JRPearson500
Copy link
Member

Hidden variables are typically used in agent-based simulations. An example of such a variable would be the presence of an infection before the agent has started displaying any symptoms or has been diagnosed by a doctor.

Whilst the Alpha data model does not explicitly make use of them, they could be incorporated via the Patient kwargs variable,
which can be set in the config script.

If common hidden variables were identified, these could be added as Patient attributes, perhaps with some naming convention
(such as a prefix hidden_) to clearly indicate its scope. Adding hidden variables and acting on their values will require changes to the core codebase, but should not be too complex to implement (although this depends on their intended use).

@JRPearson500 JRPearson500 added the enhancement New feature or request label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant