|
15 | 15 | "id": "xHMXYL9ebbgA" |
16 | 16 | }, |
17 | 17 | "source": [ |
18 | | - "### Now we use the dataset \"madelon\" and compare the time executed with and without `warm-start` technique\n" |
| 18 | + "[](https://rehline-python.readthedocs.io/en/latest/)\n", |
| 19 | + "\n", |
| 20 | + "Now we use the dataset \"madelon\" and compare the time executed with and without `warm-start` technique\n" |
19 | 21 | ] |
20 | 22 | }, |
21 | 23 | { |
22 | 24 | "cell_type": "code", |
23 | | - "execution_count": 3, |
| 25 | + "execution_count": null, |
24 | 26 | "metadata": { |
25 | 27 | "id": "BUs9CUEutZTf" |
26 | 28 | }, |
|
35 | 37 | }, |
36 | 38 | { |
37 | 39 | "cell_type": "code", |
38 | | - "execution_count": 4, |
| 40 | + "execution_count": null, |
39 | 41 | "metadata": { |
40 | 42 | "id": "HczbGdJrAGEE" |
41 | 43 | }, |
|
55 | 57 | }, |
56 | 58 | { |
57 | 59 | "cell_type": "code", |
58 | | - "execution_count": 5, |
| 60 | + "execution_count": null, |
59 | 61 | "metadata": { |
60 | 62 | "collapsed": true, |
61 | 63 | "id": "p-F6g4M9Fqdg" |
|
69 | 71 | }, |
70 | 72 | { |
71 | 73 | "cell_type": "code", |
72 | | - "execution_count": 8, |
| 74 | + "execution_count": null, |
73 | 75 | "metadata": { |
74 | 76 | "colab": { |
75 | 77 | "base_uri": "https://localhost:8080/" |
|
157 | 159 | }, |
158 | 160 | { |
159 | 161 | "cell_type": "code", |
160 | | - "execution_count": 6, |
| 162 | + "execution_count": null, |
161 | 163 | "metadata": { |
162 | 164 | "colab": { |
163 | 165 | "base_uri": "https://localhost:8080/" |
|
215 | 217 | }, |
216 | 218 | { |
217 | 219 | "cell_type": "code", |
218 | | - "execution_count": 9, |
| 220 | + "execution_count": null, |
219 | 221 | "metadata": { |
220 | 222 | "colab": { |
221 | 223 | "base_uri": "https://localhost:8080/" |
|
278 | 280 | }, |
279 | 281 | "source": [ |
280 | 282 | "## Time comparison\n", |
281 | | - "### The above summary table shows the `warm-start` solver is 3.20 times faster than the `cold-start` solver.\n", |
282 | | - "### The warm-start solver also consistently reaches optimal results within the maximum iteration limit, which the cold-start solver doesn't. This means the actual speedup from warm-starting is likely even higher." |
| 283 | + "The above summary table shows the `warm-start` solver is **3.20 times faster** than the `cold-start` solver.\n", |
| 284 | + "\n", |
| 285 | + "The warm-start solver also consistently reaches optimal results within the maximum iteration limit, which the cold-start solver doesn't. This means the actual speedup from warm-starting is likely even higher." |
283 | 286 | ] |
284 | 287 | }, |
285 | 288 | { |
286 | 289 | "cell_type": "code", |
287 | | - "execution_count": 10, |
| 290 | + "execution_count": null, |
288 | 291 | "metadata": { |
289 | 292 | "colab": { |
290 | 293 | "base_uri": "https://localhost:8080/", |
|
0 commit comments