NEPRMar 12, 2018

Sorting by Swaps with Noisy Comparisons

arXiv:1803.04509v117 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of noisy comparisons in sorting algorithms for researchers in randomized optimization, though it is incremental as it builds on existing models with theoretical and experimental extensions.

The paper tackles sorting permutations using random swaps with noisy comparisons, modeling randomized optimization heuristics under noise, and finds a trade-off where larger comparison distances lead to faster convergence but smaller distances yield better solution quality after convergence.

We study sorting of permutations by random swaps if each comparison gives the wrong result with some fixed probability $p<1/2$. We use this process as prototype for the behaviour of randomized, comparison-based optimization heuristics in the presence of noisy comparisons. As quality measure, we compute the expected fitness of the stationary distribution. To measure the runtime, we compute the minimal number of steps after which the average fitness approximates the expected fitness of the stationary distribution. We study the process where in each round a random pair of elements at distance at most $r$ are compared. We give theoretical results for the extreme cases $r=1$ and $r=n$, and experimental results for the intermediate cases. We find a trade-off between faster convergence (for large $r$) and better quality of the solution after convergence (for small $r$).

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes