中文
相关论文

相关论文: One (more) line on the most Ancient Algorithm in H…

200 篇论文

The problem is considered of arranging symbols around a cycle, in such a way that distances between different instances of a same symbol be as uniformly distributed as possible. A sequence of moments is defined for cycles, similarly to the…

数据结构与算法 · 计算机科学 2018-04-05 Luca Ghezzi , Roberto Baldacci

The Euclidean algorithm is one of the oldest algorithms known to mankind. Given two integral numbers $a_1$ and $a_2$, it computes the greatest common divisor (gcd) of $a_1$ and $a_2$ in a very elegant way. From a lattice perspective, it…

数据结构与算法 · 计算机科学 2023-11-28 Kim-Manuel Klein , Janina Reuter

We consider the problem of developing automated techniques for solving recurrence relations to aid the expected-runtime analysis of programs. Several classical textbook algorithms have quite efficient expected-runtime complexity, whereas…

编程语言 · 计算机科学 2017-05-02 Krishnendu Chatterjee , Hongfei Fu , Aniket Murhekar

We present an algorithm for approximating semidefinite programs with running time that is sublinear in the number of entries in the semidefinite instance. We also present lower bounds that show our algorithm to have a nearly optimal running…

最优化与控制 · 数学 2012-08-28 Dan Garber , Elad Hazan

The paper studies the expectation of the inspection time in complex aging systems. Under reasonable assumptions, this problem is reduced to studying the expectation of the length of the shortest path in the directed degradation graph of the…

统计理论 · 数学 2016-02-16 Stephane Chretien , Franck Corset

The Euclidean algorithm is the oldest algorithms known to mankind. Given two integral numbers $a_1$ and $a_2$, it computes the greatest common divisor (gcd) of $a_1$ and $a_2$ in a very elegant way. From a lattice perspective, it computes a…

数据结构与算法 · 计算机科学 2024-11-08 Kim-Manuel Klein , Janina Reuter

The binary Euclidean algorithm is a variant of the classical Euclidean algorithm. It avoids multiplications and divisions, except by powers of two, so is potentially faster than the classical algorithm on a binary machine. We describe the…

数据结构与算法 · 计算机科学 2013-03-13 Richard P. Brent

In this work, we introduce multiplicative drift analysis as a suitable way to analyze the runtime of randomized search heuristics such as evolutionary algorithms. We give a multiplicative version of the classical drift theorem. This allows…

神经与进化计算 · 计算机科学 2013-01-18 Benjamin Doerr , Daniel Johannsen , Carola Winzen

We consider fast algorithms for monotone submodular maximization subject to a matroid constraint. We assume that the matroid is given as input in an explicit form, and the goal is to obtain the best possible running times for important…

数据结构与算法 · 计算机科学 2018-11-20 Alina Ene , Huy L. Nguyen

With elementary means, we prove a stronger run time guarantee for the univariate marginal distribution algorithm (UMDA) optimizing the LeadingOnes benchmark function in the desirable regime with low genetic drift. If the population size is…

神经与进化计算 · 计算机科学 2020-04-13 Benjamin Doerr , Martin Krejca

Given a set of $n$ points in the Euclidean plane, such that just $k$ points are strictly inside the convex hull of the whole set, we want to find the shortest tour visiting every point. The fastest known algorithm for the version when $k$…

数据结构与算法 · 计算机科学 2014-06-10 Pawel Gawrychowski , Damian Rusak

We present the first nontrivial procedure for configuring heuristic algorithms to maximize the utility provided to their end users while also offering theoretical guarantees about performance. Existing procedures seek configurations that…

人工智能 · 计算机科学 2023-11-01 Devon R. Graham , Kevin Leyton-Brown , Tim Roughgarden

The mathematical runtime analysis of evolutionary algorithms traditionally regards the time an algorithm needs to find a solution of a certain quality when initialized with a random population. In practical applications it may be possible…

神经与进化计算 · 计算机科学 2025-11-14 Denis Antipov , Maxim Buzdalov , Benjamin Doerr

The distributional analysis of Euclidean algorithms was carried out by Baladi and Vall\'{e}e. They showed the asymptotic normality of the number of division steps and associated costs in the Euclidean algorithm as a random variable on the…

动力系统 · 数学 2025-10-27 Dohyeong Kim , Jungwon Lee , Seonhee Lim

In this paper we examined an algorithm for the All-k-Nearest-Neighbor problem proposed in 1980s, which was claimed to have an $O(n\log{n})$ upper bound on the running time. We find the algorithm actually exceeds the so claimed upper bound,…

计算几何 · 计算机科学 2019-08-06 Hengzhao Ma , Jianzhong Li

We present a new method for proving lower bounds on the expected running time of evolutionary algorithms. It is based on fitness-level partitions and an additional condition on transition probabilities between fitness levels. The method is…

神经与进化计算 · 计算机科学 2015-03-19 Dirk Sudholt

Despite significant progress in the theory of evolutionary algorithms, the theoretical understanding of evolutionary algorithms which use non-trivial populations remains challenging and only few rigorous results exist. Already for the most…

神经与进化计算 · 计算机科学 2021-09-21 Denis Antipov , Benjamin Doerr

Understanding how crossover works is still one of the big challenges in evolutionary computation research, and making our understanding precise and proven by mathematical means might be an even bigger one. As one of few examples where…

神经与进化计算 · 计算机科学 2015-06-22 Benjamin Doerr , Carola Doerr

Parameterized runtime analysis seeks to understand the influence of problem structure on algorithmic runtime. In this paper, we contribute to the theoretical understanding of evolutionary algorithms and carry out a parameterized analysis of…

神经与进化计算 · 计算机科学 2012-10-10 Andrew M. Sutton , Frank Neumann

In 1960, Osborne proposed a simple iterative algorithm for matrix balancing with outstanding numerical performance. Today, it is the default preconditioning procedure before eigenvalue computation and other linear algebra subroutines in…

最优化与控制 · 数学 2025-03-21 Xufeng Cai , Jason M. Altschuler , Jelena Diakonikolas
‹ 上一页 1 2 3 10 下一页 ›