Skip to content

Commit 2aecf43

Browse files
Add link to Ponder paper
Signed-off-by: Lehmann_Fabian <[email protected]>
1 parent c482255 commit 2aecf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The following strategies are available:
152152
| linear/lr | The Linear predictor, will try to predict a memory usage that is linear to the task input size. |
153153
| linear2/lr2 | The Linear predictor with an unequal loss function. The loss penalizes underprediction more than overprediction. |
154154
| 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). |
156156
| constX | Predicts a constant value (X), if no X is given, it predicts 0. |
157157
| 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. |
158158

0 commit comments

Comments
 (0)