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

Trust-region algorithm #6

Open
6 of 7 tasks
stroitzsch opened this issue Jan 8, 2021 · 2 comments
Open
6 of 7 tasks

Trust-region algorithm #6

stroitzsch opened this issue Jan 8, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@stroitzsch
Copy link
Contributor

stroitzsch commented Jan 8, 2021

Implement trust-region algorithm for operation problem solution.

  • Check existing code in examples/development/run_electric_grid_optimal_power_flow_trust_region.py
  • Revise implementation to work with latest linear model changes (change values -> absolute values)
  • Make it work for multiple timesteps
  • Blocking: Local linear electric grid model Local approximation linear electric grid model #5 @stroitzsch
  • Blocking: DLMPs with a "different" linear_electric_grid_model for each timestep @stroitzsch
  • Make it work with local linear model
  • Move implementation to problems module (exact location TBD)
@stroitzsch stroitzsch added the enhancement New feature or request label Jan 8, 2021
@tomschelo
Copy link
Collaborator

@stroitzsch There is another ToDo for obtaining the DLMPs from the linear_electric_grid_model. This must be done with a "different" linear_electric_grid_model for each timestep as the matrices vary over time.

@stroitzsch
Copy link
Contributor Author

Thanks for highlighting, I added it above!

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
Status: Backlog
Development

No branches or pull requests

2 participants