jubicker
jubicker
### Feature description Create graph model where abms can be used in some nodes and ode models can be used in other nodes. ### Additional context It should be considered...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - add node property and edge property class for ABM graph simulation...
# Changes and Information - Create simulation graph nodes and mobility edges for ABM - Add world id to world and location and include id in functions where necesarry -...
### Motivation / Current Behaviour Currently infectivity and infection states a pseudo-connected. The state transitions are independent of infectivity and infectivity does not depend on the infection state if an...
### Motivation / Current Behaviour The function get_dt() in integrator.h returns m_next_dt instead of m_dt. ### Enhancement description A better naming of the function would be get_next_dt(). ### Additional context...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - - - If need be, add additional information and what the...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Inside demonstrator for munich ## Merge Request - Guideline Checklist Please...
### Motivation / Current Behaviour Currently only one model can be used for simulating a specified time frame. ### Enhancement description Implement a temporal-hybrid model that switches between two models...
### Feature description Add all scripts that have been used to visualize model outputs e.g. for papers to the tools folder. The scripts should be commented properly and should not...
### Motivation / Current Behaviour The check_constraint functions should check whether the parameters are set to acceptible values e.g. if stay times are > 0. If the constraint is not...