Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 0-th network from restoration #46

Open
noahrhodes opened this issue Dec 4, 2020 · 1 comment
Open

Remove 0-th network from restoration #46

noahrhodes opened this issue Dec 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@noahrhodes
Copy link
Collaborator

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.

@noahrhodes noahrhodes added the enhancement New feature or request label Dec 4, 2020
@noahrhodes noahrhodes mentioned this issue Dec 4, 2020
@noahrhodes
Copy link
Collaborator Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant