Skip to content

robust optimization #591

Answered by wahln
lolloame asked this question in Q&A
Dec 13, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

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

  • STOCH: expected value minimization (probably what you mean with the probabilistic approach).
  • COWC: composite worst case, which is the worst case of the sum of all COWC objectives
  • OWC: objective worst case, which minimizes the individual worst case of each objective
  • VWWC: voxel-wise worst case, which defines the worst case for each voxel as the highest dose value among all scenarios and uses this dose distribution for evaluating the objective
  • VWWC_INV: similar to VWWC, only that the lowest dose values is …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lolloame
Comment options

Answer selected by lolloame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants