-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.properties
64 lines (54 loc) · 853 Bytes
/
config.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[default]
days = 730
virus_evolution = Mutation of SARS-CoV-2 Virus
spread_days=25
spread_count=2
recovery_days=21
human_population = 1000
island_population=1000
simulation_period=730
island_width = 700
island_height = 800
dominant_factor = 0.91
death_factor=0.95
mutation=30
vaccination_rate=0.002
recombination_rate=1000
mutation_rate= 0.001
recover_days = 10
[Naive_infection_factor]
N_A1 = 93
N_A2 = 94
N_B1 = 95
N_B2 = 96
[Recovered_infection_factor]
R_A1 = 86
R_A2 = 87
R_B1 = 88
R_B2 = 89
[Vaccinated_infection_factor]
V_A1 = 82
V_A2 = 83
V_B1 = 84
V_B2 = 85
[base_value]
base=10
[gene_length]
A=400
B=300
C=200
D=30
E=3
F=20
G=3
H=20
I=10
J=20
[host_type]
naive=0
infected=1
recovered =2
vaccinated =3
dead =4
[fitness_Value]
ABCDEFGHIJ = 30180.0,30180.0,30180.0,30180.0,30180.0,30180.0,30180.0,30180.0,30180.0,30180.0,30180.0,30180.0