paper-with-me

홈 › Papers

EB-GLS: An Improved Guided Local Search Based on the Big Valley Structure

2017-09-22 · Jialong Shi, Qingfu Zhang, Edward Tsang

Local search is a basic building block in memetic algorithms. Guided Local Search (GLS) can improve the efficiency of local search. By changing the guide function, GLS guides a local search to escape from locally optimal solutions and find better solutions. The key component of GLS is its penalizing mechanism which determines which feature is selected to penalize when the search is trapped in a locally optimal solution. The original GLS penalizing mechanism only makes use of the cost and the current penalty value of each feature. It is well known that many combinatorial optimization problems have a big valley structure, i.e., the better a solution is, the more the chance it is closer to a globally optimal solution. This paper proposes to use big valley structure assumption to improve the GLS penalizing mechanism. An improved GLS algorithm called Elite Biased GLS (EB-GLS) is proposed. EB-GLS records and maintains an elite solution as an estimate of the globally optimal solutions, and reduces the chance of penalizing the features in this solution. We have systematically tested the proposed algorithm on the symmetric traveling salesman problem. Experimental results show that EB-GLS is significantly better than GLS.

📄 PDF Abstract BibTeX arXiv:1709.07576

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationTraveling Salesman Problem

Similar Papers 제목 키워드 기반

An Extended Jump Functions Benchmark for the Analysis of Randomized Search Heuristics

2021-05-07 · Henry Bambury, Antoine Bultel, Benjamin Doerr

Jump functions are the {most-studied} non-unimodal benchmark in the theory of randomized search heuristics, in particular, evolutionary algorithms (EAs). They have significantly improved our understanding of how EAs esca…

Evolutionary Algorithms

Memetic Algorithms Beat Evolutionary Algorithms on the Class of Hurdle Problems

2018-04-17 · Phan Trung Hai Nguyen, Dirk Sudholt

Memetic algorithms are popular hybrid search heuristics that integrate local search into the search process of an evolutionary algorithm in order to combine the advantages of rapid exploitation and global optimisation. H…

Evolutionary Algorithms

Entropy-SGD: Biasing Gradient Descent Into Wide Valleys

2016-11-06 · Pratik Chaudhari, Anna Choromanska, Stefano Soatto, Yann Lecun 외

This paper proposes a new optimization algorithm called Entropy-SGD for training deep neural networks that is motivated by the local geometry of the energy landscape. Local extrema with low generalization error have a la…

Towards Sampling from Nondirected Probabilistic Graphical models using a D-Wave Quantum Annealer

2019-05-01 · Yaroslav Koshka, M. A. Novotny

A D-Wave quantum annealer (QA) having a 2048 qubit lattice, with no missing qubits and couplings, allowed embedding of a complete graph of a Restricted Boltzmann Machine (RBM). A handwritten digit OptDigits data set havi…

General ClassificationMissing LabelsPlaying the Game of 2048

New Methods of Studying Valley Fitness Landscapes

2018-04-30 · Jun He, Tao Xu

The word "valley" is a popular term used in intuitively describing fitness landscapes. What is a valley on a fitness landscape? How to identify the direction and location of a valley if it exists? However, such questions…