RamseyRL: A Framework for Intelligent Ramsey Number Counterexample Searching

08/23/2023
by   Steve Vott, et al.
0

The Ramsey number is the minimum number of nodes, n = R(s, t), such that all undirected simple graphs of order n, contain a clique of order s, or an independent set of order t. This paper explores the application of a best first search algorithm and reinforcement learning (RL) techniques to find counterexamples to specific Ramsey numbers. We incrementally improve over prior search methods such as random search by introducing a graph vectorization and deep neural network (DNN)-based heuristic, which gauge the likelihood of a graph being a counterexample. The paper also proposes algorithmic optimizations to confine a polynomial search runtime. This paper does not aim to present new counterexamples but rather introduces and evaluates a framework supporting Ramsey counterexample exploration using other heuristics. Code and methods are made available through a PyPI package and GitHub repository.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/17/2018

Local Search is a PTAS for Feedback Vertex Set in Minor-free Graphs

Given an undirected graph, the Feedback Vertex Set (FVS) problem asks fo...
research
04/11/2022

Learning heuristics for A*

Path finding in graphs is one of the most studied classes of problems in...
research
04/24/2019

A multi-start local search algorithm for the Hamiltonian completion problem on undirected graphs

This paper proposes a local search algorithm for a specific combinatoria...
research
05/01/2014

Solving the undirected feedback vertex set problem by local search

An undirected graph consists of a set of vertices and a set of undirecte...
research
02/23/2023

Reinforcement Learning for Combining Search Methods in the Calibration of Economic ABMs

Calibrating agent-based models (ABMs) in economics and finance typically...
research
06/05/2020

Daydream: Accurately Estimating the Efficacy of Optimizations for DNN Training

Modern deep neural network (DNN) training jobs use complex and heterogen...
research
12/08/2022

Optimizing Integrated Information with a Prior Guided Random Search Algorithm

Integrated information theory (IIT) is a theoretical framework that prov...

Please sign up or login with your details

Forgot password? Click here to reset