AI Discovers Algorithm That Beats NSDI'24 Best Paper
adrs-ucb.notion.site
AI Discovers Algorithm That Beats NSDI'24 Best Paper
1–3 of 3 posts
Re: AI Discovers Algorithm That Beats NSDI'24 Best Paper
#2Author here. We used ADRS to automatically evolve a scheduling algorithm starting from a simple greedy policy. Surprisingly, it outperformed Uniform Progress, the NSDI'24 best paper algorithm by discovering "selective waiting" strategies and adaptive pattern recognition.
Counter-intuitive finding: starting from a weaker baseline (greedy) worked better than starting from the SOTA algorithm. The AI found new insights rather than incremental improvements.
The entire process took 5 hours and cost https://news.ycombinator.com/item?id=45688236).
Happy to answer questions about the methodology or results!
Re: AI Discovers Algorithm That Beats NSDI'24 Best Paper
#3Awesome results! Did you use the simulator from the NSDI paper directly?