Skip to content

Commit

Permalink
Update User_guide.rst
Browse files Browse the repository at this point in the history
add `execute various scenarios`
  • Loading branch information
Zhanwei-Liu authored Jul 14, 2023
1 parent 0ff8731 commit 6d12aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/User_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ The input files required for each parameter, and their corresponding dimensions
* `inf` refers to Infinity, indicating that there is no upper bound.
* `None` refers to a null value for current item.

Execute various scenarios
-------------------------
By employing command-line parameters, you can execute different scenarios using the model. For example, if you wish to run a scenario referred to as "low demand," you can prepare input data named `demand_low.xlsx`. Subsequently, when running the model, you can utilize command-line parameters to specify the scenario value. For instance, you can execute the model by executing the command `python run.py --demand=low`.

Tuning Model Parameters
-----------------------

Expand Down

0 comments on commit 6d12aa3

Please sign in to comment.