Skip to content

Commit ab80120

Browse files
Added erratum regarding the initialization in README.
1 parent 9039ef4 commit ab80120

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ If you wish to reproduce the exact results from the paper, you can pull an earli
4949
git checkout v0.2.1
5050
```
5151

52+
## Erratum: Initialization of the scenario optimal control problem in Section V
53+
It has come to our attention that the same set of scenarios is used both to compute an initial guess and to formulate the scenario optimal control problem. This conflicts with the assumptions of scenario theory. The issue can be resolved by drawing an independent scenario set for the initialization.
54+
55+
As the initialization procedure is not described in the paper, the theoretical results remain unaffected. However, the numerical experiments presented in the paper are affected. In particular, the reported runtimes may be optimistic, as drawing additional samples for an independent initialization set would increase the total computational effort. Robustness levels are not expected to be significantly impacted.
56+
57+
This issue has been acknowledged and will be addressed in a future release.
58+
5259
## Reference
5360
If you found this software useful for your research, consider citing us.
5461
```

0 commit comments

Comments
 (0)