Skip to content

Commit 079b724

Browse files
authored
Improve mathematical representation in README
Updated mathematical notation for clarity in the README.
1 parent 6598267 commit 079b724

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Decision-focused learning (DFL) is a paradigm that integrates machine learning p
1212

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

15-
$$x \xrightarrow[\text{Instance}]{} \text{Statistical model } \varphi_w \xrightarrow[\text{Parameters}]{\theta} \text{CO algorithm } f \xrightarrow[\text{Solution}]{y}$$
15+
```math
16+
\xrightarrow{x} \boxed{\text{Statistical model } \varphi_w} \xrightarrow{\theta} \boxed{\text{CO algorithm } f} \xrightarrow{ y}
17+
```
1618

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

0 commit comments

Comments
 (0)