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...