Skip to content

Commit e59a763

Browse files
committed
cleanup math
1 parent 6726c69 commit e59a763

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ Decision-focused learning (DFL) is a paradigm that integrates machine learning p
1616

1717
A typical DFL algorithm involves training a parametrized policy that combines a statistical predictor with an optimization component:
1818

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
19+
```math
20+
x \;\longrightarrow\; \boxed{\,\text{Statistical model } \varphi_w\,}
21+
\;\xrightarrow{\theta}\; \boxed{\,\text{CO algorithm } f\,}
22+
\;\longrightarrow\; y
2723
```
2824

2925
Where:

0 commit comments

Comments
 (0)