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
first of all, thank you very much for this nice package.
I am very new to Julia, so I hope this not a duplicate. I wanted to play around with cut selection for my thesis, using the LevelOneCutOracle you mentioned in your SDDP.jl paper.
However, the explicit function seems to be removed in versions>0.0.2 so I was wondering if there are best practices to implement my own cut selection routine without messing too much with the SDDP.jl internals.
I found the _add_cut and _add_cut_selection_update functions in src/plugins/bellman_functions.jl, should that be the functions which I extend with my own cut selection heuristic?
Best regards
The text was updated successfully, but these errors were encountered:
Dear Oscar,
first of all, thank you very much for this nice package.
I am very new to Julia, so I hope this not a duplicate. I wanted to play around with cut selection for my thesis, using the
LevelOneCutOracle
you mentioned in your SDDP.jl paper.However, the explicit function seems to be removed in versions>0.0.2 so I was wondering if there are best practices to implement my own cut selection routine without messing too much with the SDDP.jl internals.
I found the
_add_cut
and_add_cut_selection_update
functions in src/plugins/bellman_functions.jl, should that be the functions which I extend with my own cut selection heuristic?Best regards
The text was updated successfully, but these errors were encountered: