Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
11–20 of 328 posts
Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#12The most interesting part of this paper to me is that they let the agent guess how efficient it’s own solutions were and only had the model experimentally verify it’s guesses in 0.002% of cases. This allowed the model to search much faster than another program that didn’t guess and had to run every program.
Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#13Does anybody know why they chose fifth percentile? I though we should always choose the fastest time when measuring performance.
Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#14What did it do if it didn't have a useful partial score function? How did it avoid brute force?
Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#15"AlphaDev uncovered new sorting algorithms that led to improvements in the LLVM libc++ sorting library that were up to 70% faster for shorter sequences and about 1.7% faster for sequences exceeding 250,000 elements."
So O(0.3(N log N))? That's still O(N log N)
Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#16Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#17Not general or universal. Only for pre-trained data and with abysmal worst cases.
Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#18Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#19"AlphaDev uncovered new sorting algorithms that led to improvements in the LLVM libc++ sorting library that were up to 70% faster for shorter sequences and about 1.7% faster for sequences exceeding 250,000 elements."
> up to 70% faster So O(0.3(N log N))? That's still O(N log N)
Re: Deepmind Alphadev: Faster sorting algorithms discovered using deep RL
#20"AlphaDev uncovered new sorting algorithms that led to improvements in the LLVM libc++ sorting library that were up to 70% faster for shorter sequences and about 1.7% faster for sequences exceeding 250,000 elements."
> up to 70% faster So O(0.3(N log N))? That's still O(N log N)