# Approximating Optimization Problems using EAs on Scale-Free Networks

**Authors:** Ankit Chauhan, Tobias Friedrich, Francesco Quinzan

arXiv: 1704.03664 · 2018-11-27

## TL;DR

This paper investigates how simple evolutionary algorithms perform on scale-free networks for classic combinatorial optimization problems, showing they quickly achieve constant-factor approximations.

## Contribution

It proves that single-objective and multi-objective EAs attain constant-factor and improved approximation ratios efficiently on key problems in scale-free networks.

## Key findings

- (1+1)EA achieves constant-factor approximation ratios in expected polynomial time.
- GSEMO outperforms (1+1)EA in approximation quality within polynomial evaluations.
- EAs are effective for combinatorial problems on scale-free networks.

## Abstract

It has been observed that many complex real-world networks have certain properties, such as a high clustering coefficient, a low diameter, and a power-law degree distribution. A network with a power-law degree distribution is known as scale-free network. In order to study these networks, various random graph models have been proposed, e.g. Preferential Attachment, Chung-Lu, or Hyperbolic.   We look at the interplay between the power-law degree distribution and the run time of optimization techniques for well known combinatorial problems. We observe that on scale-free networks, simple evolutionary algorithms (EAs) quickly reach a constant-factor approximation ratio on common covering problems   We prove that the single-objective (1+1)EA reaches a constant-factor approximation ratio on the Minimum Dominating Set problem, the Minimum Vertex Cover problem, the Minimum Connected Dominating Set problem, and the Maximum Independent Set problem in expected polynomial number of calls to the fitness function.   Furthermore, we prove that the multi-objective GSEMO algorithm reaches a better approximation ratio than the (1+1)EA on those problems, within polynomial fitness evaluations.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.03664/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1704.03664/full.md

---
Source: https://tomesphere.com/paper/1704.03664