paper-with-me

Papers

Bandit-Based Random Mutation Hill-Climbing

2016-06-20 · Jialin Liu, Diego Peŕez-Liebana, Simon M. Lucas

The Random Mutation Hill-Climbing algorithm is a direct search technique mostly used in discrete domains. It repeats the process of randomly selecting a neighbour of a best-so-far solution and accepts the neighbour if it is better than or equal to it. In this work, we propose to use a novel method to select the neighbour solution using a set of independent multi- armed bandit-style selection units which results in a bandit-based Random Mutation Hill-Climbing algorithm. The new algorithm significantly outperforms Random Mutation Hill-Climbing in both OneMax (in noise-free and noisy cases) and Royal Road problems (in the noise-free case). The algorithm shows particular promise for discrete optimisation problems where each fitness evaluation is expensive.

📄 PDF Abstract BibTeX arXiv:1606.06041

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evolving Game Skill-Depth using General Video Game AI Agents

2017-03-18 · Jialin Liu, Julian Togelius, Diego Perez-Liebana, Simon M. Lucas

Most games have, or can be generalised to have, a number of parameters that may be varied in order to provide instances of games that lead to very different player experiences. The space of possible parameter settings ca…

Optimal resampling for the noisy OneMax problem

2016-07-22 · Jialin Liu, Michael Fairbank, Diego Pérez-Liébana, Simon M. Lucas

The OneMax problem is a standard benchmark optimisation problem for a binary search space. Recent work on applying a Bandit-Based Random Mutation Hill-Climbing algorithm to the noisy OneMax Problem showed that it is impo…

Hybrid Genetic Algorithm and Hill Climbing Optimization for the Neural Network

2023-08-24 · Krutika Sarode, Shashidhar Reddy Javaji

In this paper, we propose a hybrid model combining genetic algorithm and hill climbing algorithm for optimizing Convolutional Neural Networks (CNNs) on the CIFAR-100 dataset. The proposed model utilizes a population of c…

DNA mixture deconvolution using an evolutionary algorithm with multiple populations, hill-climbing, and guided mutation

2020-12-01 · Søren B. Vilsen, Torben Tvedebrink, Poul Svante Eriksen

DNA samples crime cases analysed in forensic genetics, frequently contain DNA from multiple contributors. These occur as convolutions of the DNA profiles of the individual contributors to the DNA sample. Thus, in cases w…

When Does Hillclimbing Fail on Monotone Functions: An entropy compression argument

2018-08-03 · Johannes Lengler, Anders Martinsson, Angelika Steger

Hillclimbing is an essential part of any optimization algorithm. An important benchmark for hillclimbing algorithms on pseudo-Boolean functions $f: \{0,1\}^n \to \mathbb{R}$ are (strictly) montone functions, on which a s…