-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add basic SIR model #238
Comments
Just to clarify for external viewers, this issue was added to explore Github Copilot + Workspaces for Epiverse, and the issue was taken as a reasonable domain-specific task for Copilot. @adamkucharski once you're back, would it be possible to actually make the Copilot-generated PR for future reference? Since Copilot allows comparing against existing codebase as well as its own previous solutions, it could be a good way to asses whether it's getting better at the task. |
✨✨ Here's an AI-assisted sketch of how you might approach this issue saved by @adamkucharski using Copilot Workspace v0.19 TopicDoes the SIR model without age structure, compatible with deSolve package and supporting interventions like vaccination, exist? Before
After
Plan
|
We would like to add a new model to epidemics. It will be a basic SIR model (i.e. no age structure) and will work with deSolve package. It will also use existing functionality from {epidemics} to allow interventions like vaccination.
(Note: this is a test issue with GitHub Copilot Workspace)
The text was updated successfully, but these errors were encountered: