Hello,
I'm pretty sure this is a documentation issue and that the functionality exists internally, but I can't figure out how to evaluate a DecisionRule with a state that's not a scalar.
The example at https://sddp.dev/stable/apireference/#SDDP.evaluate only shows the case with the scalar :volume variable. But what if volume is a variable declared as multidimensional? The incoming_state argument of evaluate expects Symbol => Float64 pairs.
I can contribute to improve the documentation with the answer if you want.
Hello,
I'm pretty sure this is a documentation issue and that the functionality exists internally, but I can't figure out how to evaluate a DecisionRule with a state that's not a scalar.
The example at https://sddp.dev/stable/apireference/#SDDP.evaluate only shows the case with the scalar
:volumevariable. But what if volume is a variable declared as multidimensional? Theincoming_stateargument ofevaluateexpects Symbol => Float64 pairs.I can contribute to improve the documentation with the answer if you want.