Quoting from the abstract: > ... a non-combinatorial approach > to hard optimization problems that > ... finds better approximations than > the current state-of-the-art. So it appears that they're finding approximate solutions, so already it's rather less significant than the title suggests. Then: > We show empirical evidence that > our solver scales linearly with > the size of the problem, ... We know that for most…
Evidence of exponential speed-up in the solution of hard optimization problems?
21–30 of 41 posts
Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#22Quoting from the abstract: > ... a non-combinatorial approach > to hard optimization problems that > ... finds better approximations than > the current state-of-the-art. So it appears that they're finding approximate solutions, so already it's rather less significant than the title suggests. Then: > We show empirical evidence that > our solver scales linearly with > the size of the problem, ... We know that for most…
Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#23Is this similar to what Berkeley MPC Lab is doing with quadratic programming using electricity? I.e. that nature has means to solve optimization problems in an instant and our approximations of this process in the form of differential equations allow us to do something similar, albeit not 100% accurately?
Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#24Quoting from the abstract: > ... a non-combinatorial approach > to hard optimization problems that > ... finds better approximations than > the current state-of-the-art. So it appears that they're finding approximate solutions, so already it's rather less significant than the title suggests. Then: > We show empirical evidence that > our solver scales linearly with > the size of the problem, ... We know that for most…
> So it appears that they're finding approximate solutions, so already it's rather less significant than the title suggests The title doesn't suggest anything about exact solutions as far as I can tell. > We know that for most NP-Complete problems, most instances are easy. The question then is whether they are testing their algorithms on instances that are known to be hard. There's a chance they're doing something li…
In the jargon of mathematical optimization, there's a difference between "solution" and "approximation". The paper's title says "solution". I would expect the title to say something like "2-approximation" or "(1+ϵ)-approximation" instead.
Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#25Earlier quoted context omitted.
Looking at the authors papers it doesn't look worth reading.
What do you mean? How does that help you to decide if a paper is worth reading or not?
People who do massively important work typically telegraph quality by doing earlier good work. That isn't always true, but it is commonly true.
Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#26Earlier quoted context omitted.
What do you mean? How does that help you to decide if a paper is worth reading or not?
IF the authors have a history of poor work, or no history at all, or a bunch of stuff that has been discredited, then the likelihood that they have solved a big problem declines. People who do massively important work typically telegraph quality by doing earlier good work. That isn't always true, but it is commonly true.
Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#27Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#28This keeps popping up every few months for several years, and seems like BS. Here's an example: https://news.ycombinator.com/item?id=8652475 And here's Scott Aaronson's debunking: https://www.scottaaronson.com/blog/?p=2212 If these guys could really solve NP complete problems, they should have some amazing concrete results to show at this point, which they don't.
You link to research from 3 years ago. Does the latest paper (Oct 2017) not represent the concrete results you claim they don't have?
Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#29Quoting from the abstract: > ... a non-combinatorial approach > to hard optimization problems that > ... finds better approximations than > the current state-of-the-art. So it appears that they're finding approximate solutions, so already it's rather less significant than the title suggests. Then: > We show empirical evidence that > our solver scales linearly with > the size of the problem, ... We know that for most…
While I agree with you, you should note that even approximation within any degree of error is NP-complete for a large class of NP-complete problems (e.g. TSP, and the problem MAX-EkSAT used in the paper). That is, a polynomial algorithm for the approximate problem would be just as significant as one for the exact version.
Re: Evidence of exponential speed-up in the solution of hard optimization problems?
#30Quoting from the abstract: > ... a non-combinatorial approach > to hard optimization problems that > ... finds better approximations than > the current state-of-the-art. So it appears that they're finding approximate solutions, so already it's rather less significant than the title suggests. Then: > We show empirical evidence that > our solver scales linearly with > the size of the problem, ... We know that for most…
While I agree with you, you should note that even approximation within any degree of error is NP-complete for a large class of NP-complete problems (e.g. TSP, and the problem MAX-EkSAT used in the paper). That is, a polynomial algorithm for the approximate problem would be just as significant as one for the exact version.
https://en.wikipedia.org/wiki/MAX-3SAT#Theorem_1_(inapproxim...