# Combining Reinforcement Learning and Configuration Checking for Maximum   k-plex Problem

**Authors:** Peilin Chen, Hai Wan, Shaowei Cai, Weilin Luo, Jia Li

arXiv: 1906.02578 · 2019-06-07

## TL;DR

This paper introduces a novel local search algorithm combining reinforcement learning and configuration checking strategies to effectively solve the maximum k-plex problem, outperforming existing methods on benchmark datasets.

## Contribution

It is the first to integrate reinforcement learning with local search for the maximum k-plex problem, proposing BLP and DTCC strategies to enhance solution quality.

## Key findings

- Outperforms state-of-the-art algorithms on benchmark datasets.
- Effective in handling large-scale graphs.
- Demonstrates the benefit of RL in combinatorial optimization.

## Abstract

The Maximum k-plex Problem is an important combinatorial optimization problem with increasingly wide applications. Due to its exponential time complexity, many heuristic methods have been proposed which can return a good-quality solution in a reasonable time. However, most of the heuristic algorithms are memoryless and unable to utilize the experience during the search. Inspired by the multi-armed bandit (MAB) problem in reinforcement learning (RL), we propose a novel perturbation mechanism named BLP, which can learn online to select a good vertex for perturbation when getting stuck in local optima. To our best of knowledge, this is the first attempt to combine local search with RL for the maximum $ k $-plex problem.   Besides, we also propose a novel strategy, named Dynamic-threshold Configuration Checking (DTCC), which extends the original Configuration Checking (CC) strategy from two aspects.   Based on the BLP and DTCC, we develop a local search algorithm named BDCC and improve it by a hyperheuristic strategy. The experimental result shows that our algorithms dominate on the standard DIMACS and BHOSLIB benchmarks and achieve state-of-the-art performance on massive graphs.

## Full text

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

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1906.02578/full.md

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