We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745a4db commit ad1bb2cCopy full SHA for ad1bb2c
README.md
@@ -74,12 +74,12 @@ $$\min_{b \in \mathcal{B}} \left\{ \sum_{i=1}^{m} w_i \cdot f_i(b) + \lambda \cd
74
75
subject to constraints:
76
77
-$$\begin{align}
78
-f_1(b) &= F_{frag}(b) = \frac{\text{Var}(\text{free\_blocks})}{\bar{r}^2} \\
+$$\begin{aligned}
+f_1(b) &= F_{frag}(b) = \frac{\text{Var}(\text{free blocks})}{\bar{r}^2} \\
79
f_2(b) &= D_{locality}(b) = \sum_{j \in \text{neighbors}} \frac{1}{d(b, j)^2} \\
80
f_3(b) &= S_{size}(b) = \left| \frac{\text{requested} - \text{allocated}}{\text{requested}} \right| \\
81
f_4(b) &= T_{access}(b) = \sum_{t} \exp(-\alpha t) \cdot \text{access\_count}_t(b)
82
-\end{align}$$
+\end{aligned}$$
83
84
with gradient penalty:
85
0 commit comments