Skip to content

Commit 6598267

Browse files
committed
Fix readme again
1 parent ec0fa5e commit 6598267

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@
1111
Decision-focused learning (DFL) is a paradigm that integrates machine learning prediction with combinatorial optimization to make better decisions under uncertainty. Unlike traditional "predict-then-optimize" approaches that optimize prediction accuracy independently of downstream decision quality, DFL directly optimizes end-to-end decision performance.
1212

1313
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``}
17-
\xrightarrow[\text{Parameters}]{\theta}
18-
\fbox{CO algorithm ``f``}
19-
\xrightarrow[\text{Solution}]{y}
20-
```
14+
15+
$$x \xrightarrow[\text{Instance}]{} \text{Statistical model } \varphi_w \xrightarrow[\text{Parameters}]{\theta} \text{CO algorithm } f \xrightarrow[\text{Solution}]{y}$$
2116

2217
Where:
2318
- **Instance** $x$: input data (e.g., features, context)

0 commit comments

Comments
 (0)