Skip to content

Commit fdd1185

Browse files
author
trigaut
committed
[UPD] Small updates of docstrings
1 parent ef8f4b0 commit fdd1185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SDPoptimize.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function compute_V_given_t(sampling_size, samples, probas, u_bounds, x_bounds,
166166
end
167167

168168
"""
169-
Value iteration algorithm to compute optimal value functions
169+
Dynamic Programming algorithm to compute optimal value functions
170170
171171
Parameters:
172172
- model (StochDynProgModel)
@@ -271,7 +271,7 @@ Parameters:
271271
the Bellman Functions
272272
273273
Returns :
274-
- V(x0) (Float64)
274+
- V_0(x0) (Float64)
275275
276276
"""
277277
function get_bellman_value(model::SPModel, param::SDPparameters, V)
@@ -361,7 +361,7 @@ Parameters:
361361
the alea realization
362362
363363
Returns :
364-
- V(x0) (Float64)
364+
- V_0(x0) (Float64)
365365
366366
"""
367367
function get_control(model::SPModel,param::SDPparameters,V, t::Int64, x::Array)

0 commit comments

Comments
 (0)