mirror of
https://github.com/gsi-upm/soil
synced 2024-11-14 15:32:29 +00:00
64 lines
1.3 KiB
YAML
64 lines
1.3 KiB
YAML
|
---
|
||
|
name: ControlModelM2_sim
|
||
|
max_time: 50
|
||
|
num_trials: 1
|
||
|
timeout: 2
|
||
|
network_params:
|
||
|
generator: barabasi_albert_graph
|
||
|
n: 100
|
||
|
m: 2
|
||
|
agent_distribution:
|
||
|
- agent_type: ControlModelM2
|
||
|
weight: 0.1
|
||
|
state:
|
||
|
id: 1
|
||
|
- agent_type: ControlModelM2
|
||
|
weight: 0.9
|
||
|
state:
|
||
|
id: 0
|
||
|
environment_params:
|
||
|
prob_neutral_making_denier: 0.035
|
||
|
prob_infect: 0.075
|
||
|
prob_cured_healing_infected: 0.035
|
||
|
prob_cured_vaccinate_neutral: 0.035
|
||
|
prob_vaccinated_healing_infected: 0.035
|
||
|
prob_vaccinated_vaccinate_neutral: 0.035
|
||
|
prob_generate_anti_rumor: 0.035
|
||
|
standard_variance: 0.055
|
||
|
---
|
||
|
name: SISA_sm
|
||
|
max_time: 50
|
||
|
num_trials: 2
|
||
|
timeout: 2
|
||
|
network_params:
|
||
|
generator: erdos_renyi_graph
|
||
|
n: 10000
|
||
|
p: 0.05
|
||
|
#other_agents:
|
||
|
# - agent_type: DrawingAgent
|
||
|
agent_distribution:
|
||
|
- agent_type: SISaModel
|
||
|
weight: 1
|
||
|
state:
|
||
|
id: content
|
||
|
- agent_type: SISaModel
|
||
|
weight: 1
|
||
|
state:
|
||
|
id: neutral
|
||
|
- agent_type: SISaModel
|
||
|
weight: 1
|
||
|
state:
|
||
|
id: discontent
|
||
|
environment_params:
|
||
|
neutral_discontent_spon_prob: 0.04
|
||
|
neutral_discontent_infected_prob: 0.04
|
||
|
neutral_content_spon_prob: 0.18
|
||
|
neutral_content_infected_prob: 0.02
|
||
|
discontent_neutral: 0.13
|
||
|
discontent_content: 0.07
|
||
|
variance_d_c: 0.02
|
||
|
content_discontent: 0.009
|
||
|
variance_c_d: 0.003
|
||
|
content_neutral: 0.088
|
||
|
standard_variance: 0.055
|