1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-14 15:32:29 +00:00
soil/TerroristNetworkModel.yml

63 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2018-04-10 16:26:24 +00:00
name: TerroristNetworkModel_sim
load_module: TerroristNetworkModel
2018-06-14 13:23:58 +00:00
max_time: 150
2018-04-10 16:26:24 +00:00
num_trials: 1
network_params:
generator: random_geometric_graph
radius: 0.2
# generator: geographical_threshold_graph
# theta: 20
2018-05-03 17:49:51 +00:00
n: 100
2018-04-10 16:26:24 +00:00
network_agents:
- agent_type: TerroristNetworkModel
weight: 0.8
state:
2018-05-18 13:15:53 +00:00
id: civilian # Civilians
2018-04-10 16:26:24 +00:00
- agent_type: TerroristNetworkModel
weight: 0.1
state:
2018-05-18 13:15:53 +00:00
id: leader # Leaders
2018-04-10 16:26:24 +00:00
- agent_type: TrainingAreaModel
weight: 0.05
state:
2018-05-18 13:15:53 +00:00
id: terrorist # Terrorism
2018-04-10 16:26:24 +00:00
- agent_type: HavenModel
weight: 0.05
state:
2018-05-18 13:15:53 +00:00
id: civilian # Civilian
2018-04-10 16:26:24 +00:00
environment_params:
# TerroristSpreadModel
information_spread_intensity: 0.7
terrorist_additional_influence: 0.035
2018-05-03 17:49:51 +00:00
max_vulnerability: 0.7
2018-04-10 16:26:24 +00:00
prob_interaction: 0.5
# TrainingAreaModel and HavenModel
training_influence: 0.20
haven_influence: 0.20
# TerroristNetworkModel
2018-04-11 17:40:59 +00:00
vision_range: 0.30
2018-04-10 16:26:24 +00:00
sphere_influence: 2
weight_social_distance: 0.035
weight_link_distance: 0.035
visualization_params:
# Icons downloaded from https://www.iconfinder.com/
shape_property: agent
shapes:
TrainingAreaModel: target
HavenModel: home
2018-04-11 17:40:59 +00:00
TerroristNetworkModel: person
2018-04-10 16:26:24 +00:00
colors:
2018-05-18 13:15:53 +00:00
- attr_id: civilian
2018-04-11 17:40:59 +00:00
color: '#40de40'
2018-05-18 13:15:53 +00:00
- attr_id: terrorist
2018-04-10 16:26:24 +00:00
color: red
2018-05-18 13:15:53 +00:00
- attr_id: leader
2018-04-10 16:26:24 +00:00
color: '#c16a6a'
2018-04-12 10:35:52 +00:00
background_image: 'map_4800x2860.jpg'
2018-04-16 09:56:01 +00:00
background_opacity: '0.9'
background_filter_color: 'blue'