Skip to content

Commit 528539b

Browse files
committed
[UPD] Rename hotstart as hotstart_SDDP
1 parent 6dcf04a commit 528539b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SDDPoptimize.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)