File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function solve_SDDP(model::SPModel,
5454 # Second step: process value functions if hotstart is called
5555 if isa (V, Vector{PolyhedralFunction})
5656 # If V is already specified, then call hotstart:
57- problems = SDDP_hotstart (model, param, V)
57+ problems = hotstart_SDDP (model, param, V)
5858 else
5959 # Otherwise, initialize value functions:
6060 V, problems = initialize_value_functions (model, param, Vf)
@@ -368,7 +368,7 @@ Parameters:
368368 Estimation of bellman functions as Polyhedral functions
369369
370370"""
371- function SDDP_hotstart (model:: SPModel , param:: SDDPparameters , V:: Vector{PolyhedralFunction} )
371+ function hotstart_SDDP (model:: SPModel , param:: SDDPparameters , V:: Vector{PolyhedralFunction} )
372372
373373 solverProblems = build_models (model, param)
374374
You can’t perform that action at this time.
0 commit comments