paper-with-me

Papers

Markov Chain-based Optimization Time Analysis of Bivalent Ant Colony Optimization for Sorting and LeadingOnes

2024-05-06 · Matthias Kergaßner, Oliver Keszocze, Rolf Wanka

So far, only few bounds on the runtime behavior of Ant Colony Optimization (ACO) have been reported. To alleviate this situation, we investigate the ACO variant we call Bivalent ACO (BACO) that uses exactly two pheromone values. We provide and successfully apply a new Markov chain-based approach to calculate the expected optimization time, i. e., the expected number of iterations until the algorithm terminates. This approach allows to derive exact formulae for the expected optimization time for the problems Sorting and LeadingOnes. It turns out that the ratio of the two pheromone values significantly governs the runtime behavior of BACO. To the best of our knowledge, for the first time, we can present tight bounds for Sorting ($\Theta(n^3)$) with a specifically chosen objective function and prove the missing lower bound $\Omega(n^2)$ for LeadingOnes which, thus, is tightly bounded by $\Theta(n^2)$. We show that despite we have a drastically simplified ant algorithm with respect to the influence of the pheromones on the solving process, known bounds on the expected optimization time for the problems OneMax ($O(n\log n)$) and LeadingOnes ($O(n^2)$) can be re-produced as a by-product of our approach. Experiments validate our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2405.03353

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Markov Chain Block Coordinate Descent

2018-11-22 · Tao Sun, Yuejiao Sun, Yangyang Xu, Wotao Yin

The method of block coordinate gradient descent (BCD) has been a powerful method for large-scale optimization. This paper considers the BCD method that successively updates a series of blocks selected according to a Mark…

Distributed Optimization

Deep Learning for Computing Convergence Rates of Markov Chains

2024-05-30 · Yanlin Qu, Jose Blanchet, Peter Glynn

Convergence rate analysis for general state-space Markov chains is fundamentally important in areas such as Markov chain Monte Carlo and algorithmic analysis (for computing explicit convergence bounds). This problem, how…

Deep LearningEfficient Neural NetworkStochastic Optimization

An Asymptotic Analysis of Bivalent Monoclonal Antibody-Antigen Binding

2025-01-16 · Luke A Heirene, Helen M Byrne, James W T Yates, Eamonn A Gaffney

Ligand-receptor interactions are fundamental to many biological processes. For example in antibody-based immunotherapies, the dynamics of an antibody binding with its target antigen directly influence the potency and eff…

parameter estimation

Stochastic-Constrained Stochastic Optimization with Markovian Data

2023-12-07 · Yeongjong Kim, Dabeen Lee

This paper considers stochastic-constrained stochastic optimization where the stochastic constraint is to satisfy that the expectation of a random function is below a certain threshold. In particular, we study the settin…

FairnessStochastic Optimization

Stochastic Gradient Descent under Markovian Sampling Schemes

2023-02-28 · Mathieu Even

We study a variation of vanilla stochastic gradient descent where the optimizer only has access to a Markovian sampling scheme. These schemes encompass applications that range from decentralized optimization with a rando…