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

First-stage regularization #697

Closed
odow opened this issue Oct 11, 2023 · 1 comment
Closed

First-stage regularization #697

odow opened this issue Oct 11, 2023 · 1 comment

Comments

@odow
Copy link
Owner

odow commented Oct 11, 2023

Solve first-stage. Get state variables. Then try with convex combination of previous iteration.

Use x = a * x(k) + (1 - a) x(k-t).

https://co-at-work.zib.de/slides/Donnerstag_24.9/Benders_decomposition-Implementation.pdf

@odow
Copy link
Owner Author

odow commented Apr 30, 2024

Closed by #624

@odow odow closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant