You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ The following strategies are available:
152
152
| linear/lr | The Linear predictor, will try to predict a memory usage that is linear to the task input size. |
153
153
| linear2/lr2 | The Linear predictor with an unequal loss function. The loss penalizes underprediction more than overprediction. |
154
154
| mean | The Mean predictor predicts the mean memory seen so far. Prediction is independent of the input size. |
155
-
| ponder | The Ponder predictor is an advanced memory prediction strategy that ponders between linear regression with unequal loss and historic values. Details are provided in our paper [tbd](). |
155
+
| ponder | The Ponder predictor is an advanced memory prediction strategy that ponders between linear regression with unequal loss and historic values. Details are provided in our paper [https://arxiv.org/pdf/2408.00047.pdf](https://arxiv.org/pdf/2408.00047.pdf). |
156
156
| constX | Predicts a constant value (X), if no X is given, it predicts 0. |
157
157
| polyX | Prediction will be based on the Xth polynomial function based on a task's input size. If no X is provided, it uses X=2. |
0 commit comments