This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit fa1ee5b
Theodoros Theodoridis
[genetic search] Switch to Stochastic Universal Sampling
Stochastic Universal Sampling is an improvement upon the roulette
algorithm that was previously used1 parent 8ae8cd5 commit fa1ee5b
File tree
2 files changed
+32
-5
lines changed- include/tc/autotuner
- src/autotuner
2 files changed
+32
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| 229 | + | |
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
| |||
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
278 | 300 | | |
279 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
280 | 304 | | |
281 | | - | |
| 305 | + | |
282 | 306 | | |
283 | 307 | | |
284 | 308 | | |
285 | 309 | | |
286 | 310 | | |
287 | 311 | | |
288 | | - | |
289 | | - | |
290 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
291 | 315 | | |
292 | 316 | | |
293 | 317 | | |
| |||
0 commit comments