Lecture 10: Memetic Algorithms - I

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 10: Memetic Algorithms - I Lecture 10: Memetic Algorithms - I Qiangfu Zhao and Yong Liu, “Memetic Algorithms,” Handbook on Computational Intelligence, Chapter 17, https://doi.org/10.1142/9789814675017_0017 An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/1 Contents • Definition of memetic algorithms • Definition of memetic evolution • Hybrids that are not memetic algorithms • 1st order memetic algorithms • 2nd order memetic algorithms • Summary An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/2 Definition of Memetic algorithms - 1 • Heuristic algorithm: use heuristics to increase search efficiency – Hill climbing, best first, A* algorithm, … • Meta-heuristic algorithms: use some heuristics for local search, and some others to control the search process, to increase the efficacy, or opportunity of obtaining the global optimum. – Tabu search, simulated annealing, genetic algorithms, particle swarm optimization, ant colony optimization, … An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/3 Definition of Memetic algorithms - 2 • Hyper-heuristic algorithms: hybrid the heuristics in different ways, not limited by “levels”: – GA + TS, GA + PSO, … • Memetic algorithms: Hyper-heuristic algorithms (current definition) An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/4 Definition of Memetic algorithms – 3 • Proper hybridization of different heuristics can improve the efficiency and the efficacy simultaneously. • Proper hybridization can provide reasonably good solutions for large scale and complex problems, with limited computing resources (time, computing power, etc.). An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/5 Definition of Memetic algorithms – 4 • The term “meme” was produced by Dawkins to mean a unit of imitation in cultural transmission which in some aspects is analogues to the gene. • Some good local search strategies can be considered as memes (cultures), and can be shared by different search agents. • It is for this reason that Moscato and researchers in this field has named hyper-heuristic algorithms as memetic algorithms (MAs). An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/6 Definition of Memetic algorithms – 5 • Usually, an MA contains a population of search agents, which is often implemented by GA or some other population based heuristic algorithm. • The agents can produce or find good memes (i.e. local search heuristics) through evolution or innovation, and share these memes with other agents. • If the memes are produced (e.g. evolved) and shared (imitated) properly, MA can obtain global optimum with high opportunity. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/7 Definition of Memetic algorithms – 6 • So far, MAs have been applied very successfully to solving large scale complex problems, such as – Classical NP problems: graph partitioning, multidimensional knapsack, travelling salesman problem, quadratic assignment problem, minimal graph coloring, etc. – Other applications: neural network training, pattern recognition, robotic motion planning, circuit design, machine scheduling, automatic timetabling, clustering of gene expression profiles, etc. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/8 What is the problem? • An MA should have the ability to produce the memes and to preserve good memes through evolution/adaptation. • Many MAs studied in the literature, however, DO NOT HAVE this ability. • Definition of MA has been wrong! Correct definition should be Memetic algorithm = memetic (culture, mental) evolution + genetic (agent, body) evolution An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/9 Definition of memetic evolution – 1 • Darwin's theory of evolution is universal, and is not limited to evolution of biological lives on the earth. The universal Darwinism is also applicable to evolution of cultures. • For the latter, Dawkins introduced the term meme to represent “a unit of imitation in cultural transmission which in some aspects is analogues to the gene”. • Memes, according to Dawkins, are a kind of replicators that can evolve. That is, they have the three fundamental properties for evolution, namely variation, selection, and retention. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/10 Definition of memetic evolution – 2 • Similar to gene, genotype, and phenotype, we have meme, memotype, and memeplex (short for meme complex). A group of memes form a memotype; and a memotype defines a memeplex. • Example: – To make an origami airplane, a kindergarten teacher may tell the children how to do, step by step, while she makes a demonstration. – Here, the ways for selecting the paper, folding the corners, folding the edges, etc. form the memeplex; the instructions form the memotype; and the words used in the instructions are memes. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/11 Definition of memetic evolution – 3 • Children in group A may try to remember what their teacher says, memorize the instructions, and then make the origami airplane in the same way. • Children in group B may imitate their teacher step by step, try to describe the process using their own languages and memorize, and then make the paper airplanes in similar ways. • In either case, the memotype and the memeplex can be defined using speaking language, and the memes are the words or phrases contained in the memotype or memeplex. • Usually, the memeplex is more complex than memotype. Ex. in the case of learning to ride a bicycle, the memotype can be as simple as: “just practice, and you can ride it!”, but the memeplex must be described using some non-spoken language (tacit knowledge). An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/12 fitness of memes - 1 • Good memes form good memotypes, good memotypes form good memeplexes, and many good memeplexes together can form a good brain (mental). • A person with a good mental brain can be very clever, and can be more successful than others. • A successful person has more chance to be imitated or learned by others. Through imitation or learning people wish to be equally or more successful. • Thus, good memes can be passed from brain to brain easily, and can survive for a long time. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/13 fitness of memes - 2 • Similar to evaluation of a gene, the fitness of a meme is evaluated indirectly based on the fitness of the memotypes containing this meme. • The memotypes in turn are evaluated by the fitness of the corresponding memeplexes. • Any methods used for I am a good evaluating genes based on and genotypes and phenotypes can help can be used to evaluate o memes based on memotypes angel and memeplexes. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/14 fitness of memes - 3 • Only when a memeplex is meaningful, the corresponding memotype can be accepted more easily by many brains. We accept some memotypes if we believe (through observations) that the corresponding memeplexes are useful. • However, what we believe may not be true or correct. • In the process of memetic evolution, some memotypes may become so clever that they can be easily passed and accepted by many brains and can grow-up inside the brains gradually later. • These memotypes may not be useful or even harmful to our humans. But we may accept them before realizing their real values. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/15 fitness of memes - 4 • In addition, the fitness of a meme does not depend (only) on the fitness of the human body. • People with weak bodies may have strong mental brains, which are constructed by strong memeplexes. • Clever memes do seek for more chances to immigrate to brains with strong bodies so that they can have more opportunity to influence other people and thus have more chances to spread. • Clever memes also tries to govern the brains in which they live to keep the bodies health and strong, so that they can have longer time to seek for chances to spread. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/16 Process of memetic evolution - 1 • The basic evolution process of memes is the same as that of genes. • Imitation or learning is the fundamental memetic operation. – Imitation is the process to learn or emulate the leader(s) or the parent(s); – Imitation is a crossover operation that recombines the original memotype or memeplex with others (social factor); – Imitation can also be a mutation operator to change one memotype of memeplex into another (personal factor). • Good memes are evolved as good building-blocks. An Introduction to Meta-Heuristics, Produced by Qiangfu Zhao (Since 2012), All rights reserved © Lec10/17 Process of memetic evolution - 2 • When a memotype is transmitted to a brain, memeplexes (agents) already living there may not accept this new comer, at least they may not accept the new comer as is. •
Recommended publications
  • A Memetic Framework for Cooperative Coevolution of Recurrent Neural Networks
    Proceedings of International Joint Conference on Neural Networks, San Jose, California, USA, July 31 – August 5, 2011 A Memetic Framework for Cooperative Coevolution of Recurrent Neural Networks Rohitash Chandra, Marcus Frean and Mengjie Zhang Abstract— Memetic algorithms and cooperative coevolution refinement techniques has been a major focus of study in are emerging fields in evolutionary computation which have memetic computation. There is a need to use non-gradient shown to be powerful tools for real-world application problems based local search, especially in problems where gradient- and for training neural networks. Cooperative coevolution decomposes a problem into subcomponents that evolve inde- based approaches fail, as in the case of training recurrent net- pendently. Memetic algorithms provides further enhancement works in problems with long-term dependencies. Crossover- to evolutionary algorithms with local refinement. The use based local search methods are non-gradient based and have of crossover-based local refinement has gained attention in recently gained attention [8], [9]. In crossover based local memetic computing. This paper employs a cooperative coevo- search, efficient crossover operators which have local search lutionary framework that utilises the strength of local refine- ment via crossover. The framework is evaluated by training properties are used for local refinement with a population recurrent neural networks on grammatical inference problems. of a few individuals. They have shown promising results in The results show that the proposed approach can achieve comparison to other evolutionary approaches for problems better performance than the standard cooperative coevolution with high dimensions [9]. framework. Cooperative coevolution (CC) divides a large problem into smaller subcomponents and solves them independently I.
    [Show full text]
  • Implementation of a Memetic Algorithm to Optimize the Loading of Kilns for the Sanitary Ware Production
    Implementation of a Memetic Algorithm to Optimize the Loading of Kilns for the Sanitary Ware Production Natalia Palomares1a, Rony Cueva1b, Manuel Tupia1c and Mariuxi Bruzza2d 1Department of Engineering, Pontificia Universidad Católica del Perú, Av. Universitaria 1801, Lima, Peru 2Faculty of Hospitality and Tourism, Universidad Laica “Eloy Alfaro” de Manabí, C. Universitaria S/N, Manabí, Ecuador {npalomares, cueva.r}@pucp.pe, [email protected], [email protected] Keywords: Memetic Algorithm, Combinatorial Optimization, Artificial Intelligence, Scheduling, Production Planning. Abstract: One of the most important aspects to be considered in the production lines of sanitaries is the optimization in the use of critical resources such as kilns (industrial furnaces) due to the complexity of their management (they are turned on twice a year) and the costs incurred. The manufacturing processes of products within these kilns require that the capacity be maximized by trying to reduce downtime. In this sense, Artificial Intelligence provides bioinspired and evolutionary optimization algorithms which can handle these complex variable scenarios, the memetic algorithms being one of the main means for task scheduling. In present investigation, and based on previous works of the authors, a memetic algorithm is presented for optimization in the loading of kilns starting from a real production line. 1 INTRODUCTION manufactured and assembled. That is why several researches have been conducted to develop The never-ending competition among the companies algorithm-based solutions that generate good results from the ceramic and sanitary ware manufacturing within reasonable times. industry has prompted these companies to seek to The most commonly used type of algorithms in improve their quality and efficiency in the production these cases are metaheuristic ones.
    [Show full text]
  • Example for CIRAS Article
    Ning, Z., Ong, Y.S., Wong, K.W. and Lim, M.H. (2003) Choice of memes in memetic algorithm. In: 2nd International Conference on Computational Intelligence, Robotics and Autonomous Systems (CIRAS 2003), Special Session on Optimization using Genetic, Evolutionary, Social and Behavioral Algorithms, 15 - 18 December, Singapore Choice of Memes In Memetic Algorithm Zhu Ning, Y. S. Ong, K. W. Wong and M. H. Lim School of Computer Engineering, Nanyang Technological University, Singapore {PG04169798, ASYSONG, ASKWWONG} @ntu.edu.sg School of Electrical and Electronic Engineering, Nanyang Technological University, Singapore [email protected] Abstract adaptively controlling several low-level heuristic search methods for use on each individual. But not much work One of the fastest growing areas of evolutionary has been carried out on the choice of successful memes algorithm research is the enhancement of genetic in memetic algorithms in the area of function algorithms by combination with local search methods or optimization. In this paper, our key focus is to investigate memes: often known otherwise as memetic algorithms. the choice of memes in hybrid genetic algorithm-local However there is often little theoretical basis on which to search or memetic algorithms. This paper is organized as characterize the choice of memes that lead to successful follows: Section 2 describes and outlines the memetic memetic algorithm performance. In this paper, we algorithms. Section 3 presents and compares the search investigate empirically the use of different memes in the performance of various memetic algorithms on a large memetic algorithms across a variety of benchmark test number of benchmark test functions commonly used in functions for function optimization.
    [Show full text]
  • Exploring the Utility of Memes for US Government Influence Campaigns
    Exploring the Utility of Memes for U.S. Government Influence Campaigns Vera Zakem, Megan K. McBride, Kate Hammerberg April 2018 Cleared for Public Release DISTRIBUTION STATEMENT A. Approved for public release: distribution unlimited. D RM-2018-U-017433-Final This document contains the best opinion of CNA at the time of issue. It does not necessarily represent the opinion of the sponsor. Distribution DISTRIBUTION STATEMENT A. Approved for public release: distribution unlimited. SPECIFIC AUTHORITY: N00014-16-D-5003 4/17/2018 Request additional copies of this document through [email protected]. Photography Credit: Toy Story meme created via imgflip Meme Generator, available at https://imgflip.com/memegenerator, accessed March 24, 2018. Approved by: April 2018 Dr. Jonathan Schroden, Director Center for Stability and Development Center for Strategic Studies This work was performed under Federal Government Contract No. N00014-16-D-5003. Copyright © 2018 CNA Abstract The term meme was coined in 1976 by Richard Dawkins to explore the ways in which ideas spread between people. With the introduction of the internet, the term has evolved to refer to culturally resonant material—a funny picture, an amusing video, a rallying hashtag—spread online, primarily via social media. This CNA self-initiated exploratory study examines memes and the role that memetic engagement can play in U.S. government (USG) influence campaigns. We define meme as “a culturally resonant item easily shared or spread online,” and develop an epidemiological model of inoculate / infect / treat to classify and analyze ways in which memes have been effectively used in the online information environment. Further, drawing from our discussions with subject matter experts, we make preliminary observations and identify areas for future research on the ways that memes and memetic engagement may be used as part of USG influence campaigns.
    [Show full text]
  • Memeplex Summary
    Summary of Content for Essay ‘The Memeplex of CAGW’ : (find the essay here) Foreword Essentially a repeat of the above pointer-post text. 1) Introduction. (~900 words) The short introduction punts out to the Internet and Appendices regarding background material on memes and the definition of a memeplex, plus other terms / concepts in memetics. It then moves on to an initial look at the very many comparisons in blogs and articles of CAGW with religion, which arise because both are memetically driven. 2) Religious memeplexes. (~1200 words) Religions are a class of memeplexes that have long been studied by memeticists. A list of 12 characteristics of religions is briefly examined regarding commonality with CAGW. To understand the similarities and differences, we have to know more about what a memeplex is and what it does. The section provides tasters regarding explanation at the widest scope, before moving on to the rest of the essay for detail. 3) Collective-personal duality. (~3500 words) This section and the following two provide a first-pass characterization of memeplexes. The most perplexing area is covered first, that of a memeplex as an ‘entity’ and its constraints upon the free will and action of its adherents. Introduces the collective-personal duality model and a symbiotic relationship with interlocking collective and personal elements. Uses this to enlighten regarding both the religious list above and CAGW, especially on self-identification with the memeplex, and cites circumstantial evidence including the actions of Peter Gleick and Michael Tobis. Looks at the fractious peace between the Christian and CAGW memeplexes. Backs the collective-personal duality model via the concept of The Social Mind from neuroscientist Michael S.
    [Show full text]
  • Internet Memes and Desensitization by Barbara Sanchez, University of Florida HSI Pathways to the Professoriate, Cohort 2
    VOLUME 1, ISSUE 2 Published January 2020 Internet Memes and Desensitization By Barbara Sanchez, University of Florida HSI Pathways to the Professoriate, Cohort 2 Abstract: Internet memes (IMs) have been used as a visual form of online rhetoric since the early 2000s. With hundreds of thousands now in circulation, IMs have become a prominent method of communication across the Internet. In this essay, I analyze the characteristics that have made IMs a mainstay in online communication. Understanding the definitions and structures of IMs aid in explaining their online success, especially on social platforms like Instagram, Facebook, and Twitter. I use these understandings as a basis from which to theorize how both the creative process in making IMs and the prominence of IMs that utilize images of originally violent or sensitive contexts may relate to existing research correlating violent media and desensitization. The use of these images often involves a disconnection from their original contexts in order to create a new and distinct— in many cases irrelevant— message and meaning. These IMs, in turn, exemplify the belittlement of distress depicted in such images—often for the sake of humor. This essay’s main goal is to propose a new theoretical lens from which to analyze the social and cultural influences on IMs. The greater purpose of this essay is not to devalue Internet memes nor to define them in narrow terms nor to claim there is any causal relationship between Internet memes and societal desensitization. Rather, I am proposing a new lens through which to further study Internet memes’ social effects on online users’ conceptions of violence and/or sensitive topics.
    [Show full text]
  • Internet Memes in Covid-19 Lockdown Times in Poland Memes De Internet En Tiempos De Confinamiento Por Covid-19 En Polonia
    Comunicar, n. 67, v. XXIX, 2021 j Media Education Research Journal j ISSN: 1134-3478; e-ISSN: 1988-3478 www.comunicarjournal.com Internet memes in Covid-19 lockdown times in Poland Memes de Internet en tiempos de confinamiento por Covid-19 en Polonia Dr. Roza Norstrom. Assistant Professor, Faculty of Social Sciences, University of Silesia in Katowice (Poland) ([email protected]) (https://orcid.org/0000-0001-9981-9988) Dr. Pawel Sarna. Associate Professor, Faculty of Social Sciences, University of Silesia in Katowice (Poland) ([email protected]) (https://orcid.org/0000-0003-4211-2310) ABSTRACT Poland was one of the countries that was hit by the Covid-19 pandemic in 2020, and its government imposed restrictions to combat the spreading of the virus. The Internet and social media became outlets for people’s reactions to the events that unfolded, including the lockdown. A part of this reaction came in the form of creating and sharing memes – an expression of digital participatory culture. This paper aims to analyze how Covid-19 was communicated and narrated through Internet memes and how they presented the pandemic and actors responsible for fighting it. 1,763 memes from six media platforms were analyzed using content analysis with framing elements and a comparative narrative analysis. The results show that the memes provided a form of commentary on the situation experienced by Poles. The most common category of memes was “bans and orders”, involving restrictions that were often criticized and ridiculed as pointless. The main characters within the memes were ordinary citizens, often portrayed in a comedic way as careless in regards to the virus and violating the restrictions.
    [Show full text]
  • Evolution of Ideas: a Novel Memetic Algorithm Based on Semantic Networks
    Evolution of Ideas: A Novel Memetic Algorithm Based on Semantic Networks Atılım Gunes¸Baydin¨ ∗y Ramon Lopez´ de Mantaras´ ∗ yDepartament d’Enginyeria de la Informacio´ i de les Comunicacions ∗Artificial Intelligence Research Institute, IIIA - CSIC Universitat Autonoma` de Barcelona Campus Universitat Autonoma` de Barcelona 08193 Bellaterra, Spain 08193 Bellaterra, Spain Email: [email protected] Email: [email protected] Abstract—This paper presents a new type of evolutionary each generation is followed by a local search, or learning, algorithm (EA) based on the concept of “meme”, where the performed by each candidate solution. For this reason, this individuals forming the population are represented by semantic approach has been often referred to under different names networks and the fitness measure is defined as a function of the represented knowledge. Our work can be classified as a novel besides MA, such as “hybrid EAs” or “Lamarckian EAs”. To memetic algorithm (MA), given that (1) it is the units of culture, date, MAs have been successfully applied to a wide variety of or information, that are undergoing variation, transmission, problem domains such as NP-hard optimization problems [7], and selection, very close to the original sense of memetics as [8], engineering [9], machine learning [10], [11], and robotics it was introduced by Dawkins; and (2) this is different from [12]. existing MA, where the idea of memetics has been utilized as a means of local refinement by individual learning after classical The aim of this study is to propose a computational model global sampling of EA. The individual pieces of information are comprising a meme pool subject to variation and selection represented as simple semantic networks that are directed graphs that will be able to evolve pieces of knowledge under a given of concepts and binary relations, going through variation by memetic fitness measure, paralleling the existing use of EA in memetic versions of operators such as crossover and mutation, which utilize knowledge from commonsense knowledge bases.
    [Show full text]
  • The Faith Community and the SARS-Cov-2 Outbreak
    Journal of Religion and Health https://doi.org/10.1007/s10943-020-01048-x ORIGINAL PAPER The Faith Community and the SARS‑CoV‑2 Outbreak: Part of the Problem or Part of the Solution? Jef Levin1 © Springer Science+Business Media, LLC, part of Springer Nature 2020 Abstract The current outbreak of the SARS-CoV-2 virus is a critical moment in time for insti- tutional religion in the USA and throughout the world. Individual clergy and congre- gations, across faith traditions, have been sources of misinformation and disinforma- tion, promoting messages and actions that engender fear, animosity toward others, and unnecessary risk-taking. But there is a positive role for religion and faith-based institutions here, and many examples of leaders and organizations stepping up to contribute to the collective recovery. Personal faith and spirituality may be a source of host resistance and resilience. Religiously sponsored medical care institutions are vital to health care response eforts. Ministries and faith-based organizations are source of religious health assets that can help to meet community-wide needs. There is a pastoral role for clergy and laypeople who are instrumental in providing com- fort and strength to the sufering and fearful in our midst. The outbreak presents an ethical challenge to all of us to step outside of our own preoccupations and to be present and of service for others. This includes having the courage to represent the highest values of our faith in speaking out against religiously motivated foolishness and hatred and in calling for political and public health leaders to be truthful and transparent in their messages to us.
    [Show full text]
  • A Novel Immune Optimization with Shuffled Frog Leaping Algorithm
    A novel Immune Optimization with Shuffled Frog Leaping Algorithm - A Parallel Approach (P-AISFLA) Suresh Chittineni, ANS Pradeep, Dinesh Godavarthi, Suresh Chandra Satapathy Anil Neerukonda Institute of Technology and Sciences Sangivalasa, Vishakapatnam, Andhra Pradesh, India E-mail: {sureshchittineni, pradeep.6174, dinesh.coolguy222, sureshsatapathy} @gmail.com Abstract: Shuffled frog leaping Algorithm (SFLA) is a new algorithm is used to calculate the global optimal of complex memetic, local search, population based, Parameter free, optimization problems and proven to be one of robust and meta-heuristic algorithm that has emerged as one of the fast efficient algorithms [2]. and robust algorithm with efficient global search capability. On the other side Clonal Selection Algorithm (CSA) is SFLA has the advantage of social behavior through the an Artificial Immune System Technique (AIS) that is inspired by process of shuffling and leaping that helps for the infection of the functioning of Clonal selection theory of acquired immunity. ideas. Clonal Selection Algorithm (CSA) are computational The algorithm provides two mechanisms for searching for the paradigms that belong to the computational intelligence desired final pool of memory antibodies. The first is a local search family and is inspired by the biological immune system of the provided via affinity maturation (hyper mutation) of cloned human body. Cloning and Mutation mechanisms in CSA help antibodies [3]. The second search mechanism provides a global in attaining the global optimal. CSA has the advantages of scope and involves the insertion of randomly generated antibodies Innate and Adaptive Immunity mechanisms to antigenic to be inserted into the population to further increase the diversity stimulus that helps the cells to grow its population by the and provide a means for potentially escaping from local optimal process of cloning whenever required.
    [Show full text]
  • Memetic Algorithms for Continuous Optimisation Based on Local Search Chains
    Memetic Algorithms for Continuous Optimisation Based on Local Search Chains Daniel Molina [email protected] Department of Computer Engineering, University of Cadiz, Cadiz, 11003, Spain Manuel Lozano [email protected] Department of Computer Science and Artificial Intelligence, University of Granada, 18071, Granada, Spain Carlos Garcıa-Mart´ ınez´ [email protected] Department of Computing and Numerical Analysis, University of Cordoba,´ 14071, Cordoba,´ Spain Francisco Herrera [email protected] Department of Computer Science and Artificial Intelligence, University of Granada, 18071, Granada, Spain Abstract Memetic algorithms with continuous local search methods have arisen as effective tools to address the difficulty of obtaining reliable solutions of high precision for complex continuous optimisation problems. There exists a group of continuous local search algorithms that stand out as exceptional local search optimisers. However, on some occasions, they may become very expensive, because of the way they exploit local information to guide the search process. In this paper, they are called intensive con- tinuous local search methods. Given the potential of this type of local optimisation methods, it is interesting to build prospective memetic algorithm models with them. This paper presents the concept of local search chain as a springboard to design memetic algorithm approaches that can effectively use intense continuous local search methods as local search operators. Local search chain concerns the idea that, at one stage, the local search operator may continue the operation of a previous invocation, starting from the final configuration (initial solution, strategy parameter values, inter- nal variables, etc.) reached by this one. The proposed memetic algorithm favours the formation of local search chains during the memetic algorithm run with the aim of con- centrating local tuning in search regions showing promise.
    [Show full text]
  • Great Meme War:” the Alt-Right and Its Multifarious Enemies
    Angles New Perspectives on the Anglophone World 10 | 2020 Creating the Enemy The “Great Meme War:” the Alt-Right and its Multifarious Enemies Maxime Dafaure Electronic version URL: http://journals.openedition.org/angles/369 ISSN: 2274-2042 Publisher Société des Anglicistes de l'Enseignement Supérieur Electronic reference Maxime Dafaure, « The “Great Meme War:” the Alt-Right and its Multifarious Enemies », Angles [Online], 10 | 2020, Online since 01 April 2020, connection on 28 July 2020. URL : http:// journals.openedition.org/angles/369 This text was automatically generated on 28 July 2020. Angles. New Perspectives on the Anglophone World is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International License. The “Great Meme War:” the Alt-Right and its Multifarious Enemies 1 The “Great Meme War:” the Alt- Right and its Multifarious Enemies Maxime Dafaure Memes and the metapolitics of the alt-right 1 The alt-right has been a major actor of the online culture wars of the past few years. Since it came to prominence during the 2014 Gamergate controversy,1 this loosely- defined, puzzling movement has achieved mainstream recognition and has been the subject of discussion by journalists and scholars alike. Although the movement is notoriously difficult to define, a few overarching themes can be delineated: unequivocal rejections of immigration and multiculturalism among most, if not all, alt- right subgroups; an intense criticism of feminism, in particular within the manosphere community, which itself is divided into several clans with different goals and subcultures (men’s rights activists, Men Going Their Own Way, pick-up artists, incels).2 Demographically speaking, an overwhelming majority of alt-righters are white heterosexual males, one of the major social categories who feel dispossessed and resentful, as pointed out as early as in the mid-20th century by Daniel Bell, and more recently by Michael Kimmel (Angry White Men 2013) and Dick Howard (Les Ombres de l’Amérique 2017).
    [Show full text]