-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample_config.yaml
79 lines (61 loc) · 1.45 KB
/
example_config.yaml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# No Fuss Flame example configuration file for the Eurace@UniBi model
model_path: /home/eurace_unibi/
model_xml: /home/eurace_unibi/eurace_model.xml
xparser_path: /home/xparser-0.17.1-clean/
base_xml: /home/eurace_unibi/its/0.xml
workspace: /home/example
iterations: 3000
transient: 0
output_frequency: 20
agent_histogram_frequency: 500
runs: 4
run_aggregation: [MEAN, MEDIAN, SINGLE]
burn_in_its: 600
experiments:
gamma12:
gamma_const: 12.0
gamma15:
gamma_const: 16.0
gamma18:
gamma_const: 20.0
time_series:
Eurostat:
- monthly_output
- unemployment_rate
- cpi
- gdp
- mean_net_income
Bank:
- active
- deposits
- equity
CentralBank:
- ecb_deposits
Firm:
- active
- mean_wage
single_agent_time_series:
Bank:
- equity
- deposits
Firm:
- mean_wage
agent_histogram:
Bank:
- deposits
- equity
Firm:
- mean_wage
overtime_histogram:
Eurostat:
- unemployment_rate
capture_data_only:
Household:
- payment_account
correlation_table:
table1:
- [{Eurostat: monthly_output}, {Eurostat: unemployment_rate}]
- [{Eurostat: monthly_output}, {Eurostat: cpi}]
- [{Eurostat: monthly_output}, {Eurostat: gdp}]
- [{Eurostat: monthly_output}, {Firm: mean_wage}]
- [{Eurostat: monthly_output}, {Bank: deposits}]