Related Experiment Video
Updated: Oct 17, 2025

Protein WISDOM: A Workbench for In silico De novo Design of BioMolecules
Published on: July 25, 2013
Runtime Analysis of Restricted Tournament Selection for Bimodal Optimisation.
Edgar Covantes Osuna1, Dirk Sudholt2,3
1School of Engineering and Sciences, Tecnológico de Monterrey, Monterrey, 64849, México edgar.covantes@tec.mx.
Restricted tournament selection (RTS) efficiently finds both optima on the TwoMax function with a large window size. However, small window sizes cause RTS to fail, highlighting the importance of niche size in evolutionary algorithms.
Area of Science:
- Evolutionary Computation
- Algorithm Analysis
- Optimization
Background:
- Niching methods are crucial for maintaining population diversity and preventing genetic drift in evolutionary algorithms.
- Investigating multiple peaks in parallel requires effective selection mechanisms that balance exploration and exploitation.
Purpose of the Study:
- To provide the first rigorous runtime analysis of restricted tournament selection (RTS) within a (μ+1) evolutionary algorithm.
- To evaluate the effectiveness of RTS in finding both optima of the bimodal TwoMax function.
Main Methods:
- Restricted Tournament Selection (RTS): An offspring competes against the closest individual within a randomly selected window of population members.
- Theoretical analysis of RTS runtime complexity on the TwoMax problem.
- Experimental studies to complement theoretical findings and explore parameter spaces.
Main Results:
- RTS efficiently finds both optima on the TwoMax function when the window size (w) is sufficiently large.
- With a small window size, RTS fails to find both optima, even with exponential time, with high probability.
- A variant of RTS using selection without replacement enhances diversity but slows convergence when niches collapse.
Conclusions:
- The effectiveness of RTS is highly dependent on the window size parameter for maintaining population diversity and achieving convergence.
- Theoretical results demonstrate a critical threshold for window size, beyond which efficient optimization is guaranteed.
- Experimental validation supports theoretical findings and suggests further research directions for RTS parameter tuning.
Related Concept Videos
Woodward–Hoffmann Selection Rules and Microscopic Reversibility
Routh-Hurwitz Criterion II
The first scenario occurs when a singular zero appears in the first column of the Routh table. This situation creates a division by zero issues. To resolve this, a small positive or negative number, denoted as epsilon (∈), is substituted for the zero. The stability analysis proceeds by assuming a sign for ∈. If ∈ is positive, any sign change in the first...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Routh-Hurwitz Criterion I
To apply the Routh-Hurwitz criterion, a Routh table is constructed. The table's rows are labeled with powers of the complex frequency variable s, starting from the...
Friedman Two-way Analysis of Variance by Ranks
Binomial Probability Distribution
The outcomes of a binomial experiment fit a binomial probability distribution. A statistical experiment can be classified as a binomial experiment if the following conditions are met:
There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
There are only two possible outcomes,...

