Skip to main content

Questions tagged [stochastic-dual-dynamic-programming]

Filter by
Sorted by
Tagged with
-1 votes
1 answer
76 views

I have a multi-stage mixed-integer stochastic global supply chain optimization problem formulation and want to solve its stage-wise problem instances using the CPLEX solver within the SDDiP algorithm ...
Engr. Moiz Ahmad's user avatar
0 votes
1 answer
127 views

More comprehensively, what is the technical term of the situation in which the SDDP (stochastic dual dynamic programming) algorithm can solve a non-recoursable problem because the feasible actions ...
Engr. Moiz Ahmad's user avatar
0 votes
0 answers
30 views

I am looking for an illustrative example that uses "Entropic Value-at-Risk" in a stochastic optimization.
Mohammad Reza Salehizadeh's user avatar
0 votes
1 answer
73 views

I am experimenting with SDDP.jl to develop a multistage stochastic capacity expansion model for district heating. I have started working with a very simple model but receiving an infeasibility problem ...
Ali Kök's user avatar
0 votes
1 answer
77 views

I have a program with quadratic objective and constraints, and wanna utilize sddp.jl package in julia for solution.
Engr. Moiz Ahmad's user avatar
0 votes
1 answer
88 views

I want to solve a multi-stage optimization problem using SDDP.jl in which I am having hard time using constraints on state variables at the termination.
Engr. Moiz Ahmad's user avatar
0 votes
1 answer
57 views

I am using SDDP.jl for my research and want to know that at the very start of the execution, when there is no value function initialization and terminal state (for backward recursion), how cost-to-go ...
Engr. Moiz Ahmad's user avatar
0 votes
1 answer
45 views

I want to collect evaluation data and for it I need to collect data in numbers not SDDP.state objects, so how can I do that in SDDP.jl.
Engr. Moiz Ahmad's user avatar
2 votes
1 answer
96 views

I am using SDDP.jl for my research project and want to use continuous distribution, can I do so?
Engr. Moiz Ahmad's user avatar
0 votes
1 answer
66 views

I am using SDDP.jl for my research project in which I am developing a state-of-the-art actor critic algorithm which I am going to benchmark with SDDP but for it I need to plot graphs which require ...
Engr. Moiz Ahmad's user avatar
1 vote
1 answer
241 views

I am currently working on a paper in which I am statistically comparing dynamic optimization algorithms like SDDP, Actor-Critics etc. In this regard, should I be running SDDP algorithm for my ...
Engr. Moiz Ahmad's user avatar
1 vote
1 answer
220 views

Stochastic dual dynamic programming (SDDP) algorithm solves stage-wise optimization problem through sampling scenarios. In this regard, it is obvious to see that wait-and-see uncertainty can be easily ...
Engr. Moiz Ahmad's user avatar
2 votes
1 answer
182 views

I am implementing a Stochastic Dual Dynamic Programming (SDDP) algorithm for multi-stage linear stochastic program. To validate the solution by SDDP, I also implemented an extensive form (...
Penghui Guo's user avatar