Skip to content

Commit

Permalink
Population analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskon committed Oct 26, 2020
1 parent e761992 commit 2af44ea
Show file tree
Hide file tree
Showing 11 changed files with 2,484 additions and 1,921 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,397 changes: 2,479 additions & 1,918 deletions robustness/results_robustness_population/params_population.csv

Large diffs are not rendered by default.

Binary file modified robustness/results_robustness_population/population_distrib_sns.pdf
Binary file not shown.
8 changes: 5 additions & 3 deletions robustness/robustness_analysis_population.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ def test_random_point():
local_solutions = True


#base_paths_opt = ["results_optimization_population\\cblb_pop_frac"]
base_paths_opt = ["results_optimization_population\\ziga_cblb_pop"]

base_paths_opt = ["results_optimization_population\\cblb_pop_frac"]


#
# END OF SETTINGS
Expand Down Expand Up @@ -229,5 +228,8 @@ def test_random_point():
#plot_populations(df)
plot_frac(df)

print(np.round(df.mean(),2))
print(np.round(df.std(),2))

#test_random_point()

0 comments on commit 2af44ea

Please sign in to comment.