Commit 95d98be
committed
Remove uphill bias from random walk controller (50/50)
Change directional bias from 60/40 (favoring increase) to 50/50
(no directional bias). The A/B comparison showed 8 workers was 5.2%
slower than 4 on 200K heaps, and the uphill bias was actively guiding
the walker toward a worse operating point.
Per Alex's direction: "no bias."1 parent f91832c commit 95d98be
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1432 | 1432 | | |
1433 | 1433 | | |
1434 | 1434 | | |
1435 | | - | |
| 1435 | + | |
1436 | 1436 | | |
1437 | | - | |
| 1437 | + | |
1438 | 1438 | | |
1439 | 1439 | | |
1440 | 1440 | | |
| |||
0 commit comments