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 6726c69 commit e59a763Copy full SHA for e59a763
README.md
@@ -16,14 +16,10 @@ Decision-focused learning (DFL) is a paradigm that integrates machine learning p
16
17
A typical DFL algorithm involves training a parametrized policy that combines a statistical predictor with an optimization component:
18
19
-```mermaid
20
-flowchart LR
21
- x[Input: instance x]
22
- phi["Statistical model\nφ_w(x) → θ"]
23
- theta["Predicted parameters\nθ"]
24
- f["Combinatorial optimizer\nf(θ) → y"]
25
- y[Output: solution y]
26
- x --> phi --> theta --> f --> y
+```math
+x \;\longrightarrow\; \boxed{\,\text{Statistical model } \varphi_w\,}
+\;\xrightarrow{\theta}\; \boxed{\,\text{CO algorithm } f\,}
+\;\longrightarrow\; y
27
```
28
29
Where:
0 commit comments