Skip to content

Commit 08252a8

Browse files
authored
[UPD] functions documentation
1 parent b346d1f commit 08252a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDDPoptimize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function run_SDDP!(model::SPModel,
145145
end
146146

147147
##########
148-
# Estimate final upper bound with a great number of simulations:
148+
# Estimate final upper bound with param.monteCarloSize simulations:
149149
if (verbose>0) && (param.compute_upper_bound != 0)
150150
V0 = get_bellman_value(model, param, 1, V[1], model.initialState)
151151

0 commit comments

Comments
 (0)