You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The restoration problems should return multi-networks ["1"]-["repair_periods"] rather than ["0"]-["repair_periods"]. If an initial operating point before any components are restored, a user can calculate that themselves.
This will require changes to iterative_restoration, replicate_restoration_network, and updates to most of the tests objective functions.
The text was updated successfully, but these errors were encountered:
A potential issue is for continually increasing load. If the "0" period is not included, then the first repair could be less load delivery that the network had before repairs begin.
(this is especially an issue for the iterative-restoration problem, but should likely be an additional processing step for that algorithm).
The restoration problems should return multi-networks
["1"]-["repair_periods"]
rather than["0"]-["repair_periods"]
. If an initial operating point before any components are restored, a user can calculate that themselves.This will require changes to
iterative_restoration
,replicate_restoration_network
, and updates to most of the tests objective functions.The text was updated successfully, but these errors were encountered: