paper-with-me

Papers

Genetic Algorithms for Mentor-Assisted Evaluation Function Optimization

2017-11-18 · Eli David, Moshe Koppel, Nathan S. Netanyahu

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 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 with a smaller number of parameters in its evaluation function to mimic the behavior of a superior mentor which uses a more extensive evaluation function. In principle, our mentor-assisted approach could be used in a wide range of problems for which appropriate mentors are available.

📄 PDF Abstract BibTeX arXiv:1711.06839

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Expert-Driven Genetic Algorithms for Simulating Evaluation Functions

2017-11-18 · Eli David, Moshe Koppel, Nathan S. Netanyahu

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 p…

Benchmarking Surrogate-Assisted Genetic Recommender Systems

2019-08-08 · Thomas Gabor, Philipp Altmann

We propose a new approach for building recommender systems by adapting surrogate-assisted interactive genetic algorithms. A pool of user-evaluated items is used to construct an approximative model which serves as a surro…

BenchmarkingEvolutionary AlgorithmsRecommendation Systems

Position on LLM-Assisted Peer Review: Addressing Reviewer Gap through Mentoring and Feedback

2026-01-14 · JungMin Yun, JuneHyoung Kwon, MiHyeon Kim, YoungBin Kim arxiv

The rapid expansion of AI research has intensified the Reviewer Gap, threatening the peer-review sustainability and perpetuating a cycle of low-quality evaluations. This position paper critiques existing LLM approaches t…

Genetic Algorithms for Evolving Deep Neural Networks

2017-11-21 · Eli David, Iddo Greental

In recent years, deep learning methods applying unsupervised learning to train deep layers of neural networks have achieved remarkable results in numerous fields. In the past, many genetic algorithms based methods have b…

Deep Learning

Variations of Genetic Algorithms

2019-11-01 · Alison Jenkins, Vinika Gupta, Alexis Myrick, Mary Lenoir

The goal of this project is to develop the Genetic Algorithms (GA) for solving the Schaffer F6 function in fewer than 4000 function evaluations on a total of 30 runs. Four types of Genetic Algorithms (GA) are presented -…