←back to thread

196 points bratao | 1 comments | | HN request time: 0s | source
Show context
hyperman1 ◴[] No.41085625[source]
I wonder if it's worth it, with this amount of tunables, to write software to tune them automatically, gradient decent wise: Choose parameter from a whitelist at random and slightly increase or decrease them, inside a permitted range. Measure performance for a while, then undo if things got worse, do some more if things got better.
replies(1): >>41087765 #
1. samgaw ◴[] No.41087765[source]
You might appreciate https://github.com/oracle/bpftune which does just that.