diff --git a/.idea/hire.iml b/.idea/hire.iml index 74d515a..8180d6b 100644 --- a/.idea/hire.iml +++ b/.idea/hire.iml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index addf024..fccf0cb 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/env.py b/env.py index 0338b21..ac65983 100644 --- a/env.py +++ b/env.py @@ -206,12 +206,12 @@ class Env(ap.Model): if __name__ == '__main__': - dict_para = {'n_worker': 1000, - 'n_firm': 100, - 'percent_search': 0.2, - 'alpha': 0.5, - 'is_RH_ratio': 0.5} - my_model = Env(dict_para) + # dict_para = {'n_worker': 1000, + # 'n_firm': 100, + # 'percent_search': 0.2, + # 'alpha': 0.5, + # 'is_RH_ratio': 0.5} + # my_model = Env(dict_para) # # print(my_model.gini([10000, 0, 0, 0, 0, 0, 0])) # my_model.run() diff --git a/env_data.xlsx b/env_data.xlsx index 2543329..34c3c54 100644 Binary files a/env_data.xlsx and b/env_data.xlsx differ