-
Hi, I would like to know which kind of robust optimization is runned in matRad, if the probabilistic one ore the worst-case one. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Robust optimization is implemented on the dev_varRBErobOpt branch. It has multiple techniques implemented which can be set using the robustness property of objectives. The techniques are
For COWC & OWC usually use a minimax approach in which the maximum is approximated by logsumexp to allow differentiation. Note that matRad separates between uncertainty model (Gaussian), scenario model (random or gridded shifts) and optimization. Since the branch is still in preparation and not yet released, we currently don't have any more documentation on this, but I hope my input helps you navigate the code. |
Beta Was this translation helpful? Give feedback.
Robust optimization is implemented on the dev_varRBErobOpt branch. It has multiple techniques implemented which can be set using the robustness property of objectives. The techniques are