New research a ‘breakthrough for large-scale discrete optimization’
1–10 of 21 posts
Re: New research a ‘breakthrough for large-scale discrete optimization’
#2Re: New research a ‘breakthrough for large-scale discrete optimization’
#3Re: New research a ‘breakthrough for large-scale discrete optimization’
#4Looks like it may be this paper: https://arxiv.org/pdf/1804.06355
The ACM STOC 2018 conference links to "The Adaptive Complexity of Maximizing a Submodular Function" http://dl.acm.org/authorize?N651970 https://scholar.harvard.edu/files/ericbalkanski/files/the-ad...
A DOI URI would be great, thanks.
Re: New research a ‘breakthrough for large-scale discrete optimization’
#5Re: New research a ‘breakthrough for large-scale discrete optimization’
#6Looks like it may be this paper: https://arxiv.org/pdf/1804.06355
Re: New research a ‘breakthrough for large-scale discrete optimization’
#7[disclaimer: not an expert in any of this]
Re: New research a ‘breakthrough for large-scale discrete optimization’
#8I've seen two recent posts that mention 'exponentially faster '. Does this have a precise meaning? I could imagine it to mean making a non-exponential algorithm for a problem which only had exponential ones. Another interpretation could be making an algorithm with 2^n steps where previous ones took 2^(2n) steps making the improvement factor 2^n, but still resulting in an exponential time algorithm. Should we just acc…
Re: New research a ‘breakthrough for large-scale discrete optimization’
#9This is specifically talking about submodular function maximization problems. A submodular set function is a function f(S) that takes a set S and returns a "score". The objective is to find the set S with the highest score. The "submodular" property means that f(S) has "diminishing returns", meaning roughly that each new element contributes less to the score as the set S gets bigger. It turns out that this is hard to…
Re: New research a ‘breakthrough for large-scale discrete optimization’
#10This is specifically talking about submodular function maximization problems. A submodular set function is a function f(S) that takes a set S and returns a "score". The objective is to find the set S with the highest score. The "submodular" property means that f(S) has "diminishing returns", meaning roughly that each new element contributes less to the score as the set S gets bigger. It turns out that this is hard to…