ixa 2.0.0-beta2

A framework for building agent-based models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "network_hhmodel.Parameters": {
    "incubation_period": 8.0,
    "infectious_period": 27.0,
    "sar": 0.15,
    "shape": 15.0,
    "infection_duration": 5.0,
    "between_hh_transmission_reduction": 3.0,
    "output_dir": "examples/network-hhmodel/output",
    "data_dir": "examples/network-hhmodel/data"
  }
}