TITAN Agent Based Model
Project description
TITAN Simulation
TITAN (Treatment of Infectious Transmissions through Agent-based Network) is an agent-based simulation model used to explore contact transmission in complex social networks. Starting with the initializing agent population, TITAN iterates over a series of stochastic interactions where agents can interact with one another, transmit infections through various medium, and enter and exit the care continuum. The purpose of TITAN is to evaluate the impact of prevention and treatment models on incidence and prevalence rates of the targeted disease(s) through the use of data fitting simulated trajectories and rich statistics of primary/sub-population attributable proportions.
Agent populations are defined as graphs (nodes connected by edges). Nodes in the graph are used to represent the attributes (or collection of attributes) of an agent (person), and edges define the type of relationship between agents. In practice, a graph represents a social network of connected people through various relationship types, and provides the medium for which agents can interact.
Getting Started
Install the package
pip install titan-model
This includes the script run_titan
which can then be used to run the model.
Prerequisites
- Python (or pypy) 3.6 or later
Running the Model
run_titan -p my_params.yml
To run the model, execute the run_titan
program. See TITAN params for documentation on how to set and use parameters.
Results of the model are generated and aggregated into the /results/
directory by default. If the model is re-run, the existing results will be overwritten.
Built With
-
Python3.x - Programming language
Van Rossum G, Drake FL. Python 3 Reference Manual. Scotts Valley, CA: CreateSpace; 2009.
-
Networkx - Network structure backend
Hagberg A, Swart P, S Chult D. Exploring network structure, dynamics, and function using NetworkX. 2008.
-
Numpy - Numerical libraries
Oliphant TE. A guide to NumPy. Vol. 1. Trelgol Publishing USA; 2006.
Authors
- Lars Seeman - Initial work
- Max King - Continued development
- Sam Bessey - Continued development
- Mary McGrath - Continued development
License
This project is licensed under the GNU General Public License version 3 - see the LICENSE.md file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file titan_model-3.3.2.tar.gz
.
File metadata
- Download URL: titan_model-3.3.2.tar.gz
- Upload date:
- Size: 112.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.18 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b12e79212cec65186c1dbfdf5f857d9b92c286e95802d2b4c619fbb664da0ba4 |
|
MD5 | 310cf35157c8136058f5f7a7b77d3c11 |
|
BLAKE2b-256 | 559c26d8915da5f7001b0c3ed007ff3a649cea05ae22520e970611cd37d5b798 |
File details
Details for the file titan_model-3.3.2-py3-none-any.whl
.
File metadata
- Download URL: titan_model-3.3.2-py3-none-any.whl
- Upload date:
- Size: 153.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.18 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1bcfdda3e5b3ad1dae6720fd7384f7c41cd4bb5efb3204aaf063634c7d53c85 |
|
MD5 | d1c5b38194b9e289d1226ce8b14ceb09 |
|
BLAKE2b-256 | a116c27b5477b4af28471c29b681bb5c38803386ee314b0f5cc789208b8f6d26 |