NELGMLNov 18, 2017

Expert-Driven Genetic Algorithms for Simulating Evaluation Functions

arXiv:1711.06841v113 citations
Originality Highly original
AI Analysis

This provides a method for improving chess AI performance with reduced complexity, potentially applicable to other expert-driven problems.

The paper tackles the problem of reverse engineering evaluation functions for computer chess using genetic algorithms guided by an expert, resulting in a program that matches top tournament-playing chess programs and outperforms a two-time World Computer Chess Champion with fewer parameters.

In this paper we demonstrate how genetic algorithms can be used to reverse engineer an evaluation function's parameters for computer chess. Our results show that using an appropriate expert (or mentor), we can evolve a program that is on par with top tournament-playing chess programs, outperforming a two-time World Computer Chess Champion. This performance gain is achieved by evolving a program that mimics the behavior of a superior expert. The resulting evaluation function of the evolved program consists of a much smaller number of parameters than the expert's. The extended experimental results provided in this paper include a report of our successful participation in the 2008 World Computer Chess Championship. In principle, our expert-driven approach could be used in a wide range of problems for which appropriate experts are available.

Foundations

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

Your Notes