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

Add cut selection for objective and belief states #326

Closed
odow opened this issue Jun 19, 2020 · 2 comments · Fixed by #479
Closed

Add cut selection for objective and belief states #326

odow opened this issue Jun 19, 2020 · 2 comments · Fixed by #479

Comments

@odow
Copy link
Owner

odow commented Jun 19, 2020

Opening an issue because this feature is noticeably absent.

@odow
Copy link
Owner Author

odow commented Jun 19, 2020

@adow031 says: #324 (comment)

I've previously done manual cut selection on objective state models, where I discard cuts that no longer bind for any visited states, but that was in the Julia 0.6 version.

Did you just do a level-one type thing? Or did you solve the out-of-band LP to determine binding?

@adow031
Copy link

adow031 commented Jun 19, 2020

We were essentially applying level-one cut selection, but applied it outside of the SDDP and reloaded the cuts. An LP was required to determine binding constraints. With higher dimensions for the objective state, there are more possible active constraints for each point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants