database
This commit is contained in:
@@ -3,36 +3,12 @@
|
||||
# run settings
|
||||
meta_seed: 0
|
||||
|
||||
fixed: # unchanged all the time
|
||||
int_n_country: 2
|
||||
max_int_n_supplier: 3 # make firms heterogeneous
|
||||
flt_bm_price_ratio: 20.0
|
||||
flt_beta_developing: 0.5
|
||||
|
||||
test: # only for test scenarios
|
||||
int_n_product: 12
|
||||
int_n_firm_per_product_per_country: 2
|
||||
flt_demand_total: 1000.0
|
||||
n_sample: 5
|
||||
n_sample: 1
|
||||
n_iter: 100
|
||||
n_max_trial: 3
|
||||
|
||||
not_test: # normal scenarios
|
||||
int_n_product: 50
|
||||
int_n_firm_per_product_per_country: 10
|
||||
flt_demand_total: 10000.0
|
||||
n_sample: 50
|
||||
n_iter: 10000
|
||||
|
||||
default:
|
||||
is_eliminated: 0 # add when all positive profits and keep max n supplier; remove the worst when all negative wealth
|
||||
flt_beta_developed: 0.5 # benchmarks flt_beta_developed
|
||||
tariff_percentage: 0
|
||||
|
||||
experiment:
|
||||
1:
|
||||
range_lambda_tier: 0, 1, 0.1 # describe the network. 0: chain 1: one iter
|
||||
2:
|
||||
is_eliminated: 1
|
||||
3:
|
||||
range_flt_beta_developed: 0.5, 0.9, 0.1
|
||||
range_tariff_percentage: 0, 1, 0.1
|
||||
n_iter: 100
|
||||
n_max_trial: 3
|
||||
|
||||
Reference in New Issue
Block a user