Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 484 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 484 Bytes
  1. Run main_mopso for the optimization process.
  2. the MODFLOW and MT3DMS model folder should be added in the code get_cost_pop.m as well as defined as the global vairable in main_mopso.m
  3. "well_zone_upper_lower.csv" is the csv file of the decision variables. You may change accordingly.
  4. post processing is the nondominated sorting of the obtained solutions.
  5. The plots generated in the paper are made through Plotly library in python
  6. rest of the code is self explanatory.