We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a9795 commit ec0fa5eCopy full SHA for ec0fa5e
README.md
@@ -13,9 +13,9 @@ Decision-focused learning (DFL) is a paradigm that integrates machine learning p
13
A typical DFL algorithm involves training a parametrized policy that combines a statistical predictor with an optimization component:
14
```math
15
\xrightarrow[\text{Instance}]{x}
16
-\fbox{Statistical model $\varphi_w$}
+\fbox{Statistical model ``\varphi_w``}
17
\xrightarrow[\text{Parameters}]{\theta}
18
-\fbox{CO algorithm $f$}
+\fbox{CO algorithm ``f``}
19
\xrightarrow[\text{Solution}]{y}
20
```
21
0 commit comments