1,170 research outputs found
A Study on Multimemetic Estimation of Distribution Algorithms
PPSN 2014, LNCS 8672, pp. 322-331Multimemetic algorithms (MMAs) are memetic algorithms in which memes (interpreted as non-genetic expressions of problem solving
strategies) are explicitly represented and evolved alongside genotypes. This process is commonly approached using the standard genetic
procedures of recombination and mutation to manipulate directly information at the memetic level. We consider an alternative approach
based on the use of estimation of distribution algorithms to carry on this self-adaptive memetic optimization process. We study the application of
different EDAs to this end, and provide an extensive experimental evaluation. It is shown that elitism is essential to achieve top performance, and that elitist versions of multimemetic EDAs using bivariate probabilistic
models are capable of outperforming genetic MMAs.This work is partially supported by MICINN project
ANYSELF (TIN2011-28627-C04-01), by Junta de AndalucĂa project DNEMESIS (P10-TIC-6083) and by Universidad de Málaga, Campus de Excelencia Internacional AndalucĂa Tech
Dependency structure matrix, genetic algorithms, and effective recombination
In many different fields, researchers are often confronted by problems arising from complex systems. Simple heuristics or even enumeration works quite well on small and easy problems; however, to efficiently solve large and difficult problems, proper decomposition is the key. In this paper, investigating and analyzing interactions between components of complex systems shed some light on problem decomposition. By recognizing three bare-bones interactions-modularity, hierarchy, and overlap, facet-wise models arc developed to dissect and inspect problem decomposition in the context of genetic algorithms. The proposed genetic algorithm design utilizes a matrix representation of an interaction graph to analyze and explicitly decompose the problem. The results from this paper should benefit research both technically and scientifically. Technically, this paper develops an automated dependency structure matrix clustering technique and utilizes it to design a model-building genetic algorithm that learns and delivers the problem structure. Scientifically, the explicit interaction model describes the problem structure very well and helps researchers gain important insights through the explicitness of the procedure.This work was sponsored by Taiwan National Science Council under grant NSC97-
2218-E-002-020-MY3, U.S. Air Force Office of Scientific Research, Air Force Material
Command, USAF, under grants FA9550-06-1-0370 and FA9550-06-1-0096, U.S. National
Science Foundation under CAREER grant ECS-0547013, ITR grant DMR-03-25939 at
Materials Computation Center, grant ISS-02-09199 at US National Center for Supercomputing Applications, UIUC, and the Portuguese Foundation for Science and Technology
under grants SFRH/BD/16980/2004 and PTDC/EIA/67776/2006
Parallel Genetic Algorithm on the CUDA Architecture
Abstract. This paper deals with the mapping of the parallel island-based genetic algorithm with unidirectional ring migrations to nVidia CUDA software model. The proposed mapping is tested using Rosen-brock’s, Griewank’s and Michalewicz’s benchmark functions. The ob-tained results indicate that our approach leads to speedups up to seven thousand times higher compared to one CPU thread while maintaining a reasonable results quality. This clearly shows that GPUs have a potential for acceleration of GAs and allow to solve much complex tasks.
Symmetry breaking perturbations and strange attractors
The asymmetrically forced, damped Duffing oscillator is introduced as a
prototype model for analyzing the homoclinic tangle of symmetric dissipative
systems with \textit{symmetry breaking} disturbances. Even a slight fixed
asymmetry in the perturbation may cause a substantial change in the asymptotic
behavior of the system, e.g. transitions from two sided to one sided strange
attractors as the other parameters are varied. Moreover, slight asymmetries may
cause substantial asymmetries in the relative size of the basins of attraction
of the unforced nearly symmetric attracting regions. These changes seems to be
associated with homoclinic bifurcations. Numerical evidence indicates that
\textit{strange attractors} appear near curves corresponding to specific
secondary homoclinic bifurcations. These curves are found using analytical
perturbational tools
A review on probabilistic graphical models in evolutionary computation
Thanks to their inherent properties, probabilistic graphical models are one of the prime candidates for machine learning and decision making tasks especially in uncertain domains. Their capabilities, like representation, inference and learning, if used effectively, can greatly help to build intelligent systems that are able to act accordingly in different problem domains. Evolutionary algorithms is one such discipline that has employed probabilistic graphical models to improve the search for optimal solutions in complex problems. This paper shows how probabilistic graphical models have been used in evolutionary algorithms to improve their performance in solving complex problems. Specifically, we give a survey of probabilistic model building-based evolutionary algorithms, called estimation of distribution algorithms, and compare different methods for probabilistic modeling in these algorithms
- …