Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Jul 30, 2024
1 parent 4a932a5 commit 77676e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions tm2py/components/network/highway/highway_assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ def __init__(self, class_config, time_period, iteration, warmstart):
class_config (_type_): _description_
time_period (_type_): _description_
iteration (_type_): _description_
warmstart (bool): True if assigning warmstart demand
"""
self.class_config = class_config
self.time_period = time_period
Expand Down
5 changes: 3 additions & 2 deletions tm2py/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ class WarmStartConfig(ConfigItem):
Note that the components will be executed in the order listed.
Properties:
warmstart: Boolean indicating whether warmstart demand matrices are used. If set to True, do not assign zero demand in iteration 0.
If set to False, assign zero demand in iteration 0.
warmstart: Boolean indicating whether warmstart demand matrices are used.
If set to True, the global iteration 0 will either assign warmstart demand for highway and transit, or skip the assignment and just use warmstart skims.
If set to False, the global iteration 0 will assign zero demand for highway and transit.
warmstart_skim: Boolean indicating whether to use warmstart skims. If set to True, then skips warmstart assignment in iteraton 0.
warmstart_demand: Boolean indicating whether to use warmstart demand. If set to True, then runs warmstart assignment in iteration 0.
warmstart_check: if on, check that demand matrix files exist.
Expand Down

0 comments on commit 77676e6

Please sign in to comment.