diff --git a/.gitignore b/.gitignore index dbad2709..e6fe6327 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /benchmark/imdp/data/ /docs/Manifest.toml /docs/build/ + +.vscode/ diff --git a/docs/src/algorithms.md b/docs/src/algorithms.md index 1f3164eb..9301d4dc 100644 --- a/docs/src/algorithms.md +++ b/docs/src/algorithms.md @@ -68,7 +68,7 @@ function minimize_feasible_dist(V, system, s) # Initialize distribution to lower bounds p = lower_bounds(system, s) - rem = sum(p) + rem = 1 - sum(p) # Assign upper bounds to states with smallest values # until remaining mass is zero