35 research outputs found
An efficient evolutionary algorithm for the degree-constrained minimum spanning tree problem
A Brief Survey on Hybrid Metaheuristics
The combination of components from different algorithms is currently one of the most successful trends in optimization. The hybridization of metaheuristics such as ant colony optimization, evolutionary algorithms, and variable neighborhood search with techniques from operations research and artificial intelligence plays hereby an important role. The resulting hybrid algorithms are generally labelled hybrid metaheuristics. The rising of this new research field was due to the fact that the focus of research in optimization has shifted from an algorithm-oriented point of view to a problem-oriented point of view. In this brief survey on hybrid metaheuristics we provide an overview on some of the most interesting and representative developments
A set-based particle swarm optimization method
The representation used in Particle Swarm Optimization (PSO) is an n-dimensional vector. If you want to apply the PSO method, you have to encode your problem as fix-sized vector. But many problem domains have solutions of unknown sizes as for instance in data clustering where you often don't know the number of clusters in advance. In this paper a set-based PSO is proposed which replaces the position and velocity vectors by position and velocity sets realizing this way a PSO with variable length representation. All operations of the PSO update equations are redefined in an appropriate manner. Additionally, an operator reducing set bloating effects is introduced. The presented approach is applied to well-known data clustering problems and performs better as other algorithms on them
