Abstract
Dynamic optimization problems are a kind of optimization problems that involve changes over time. They pose a serious challenge to traditional optimization methods as well as conventional genetic algorithms since the goal is no longer to search for the optimal solution(s) of a fixed problem but to track the moving optimum over time. Dynamic optimization problems have attracted a growing interest from the genetic algorithm community in recent years. Several approaches have been developed to enhance the performance of genetic algorithms in dynamic environments. One approach is to maintain the diversity of the population via random immigrants. This paper proposes a hybrid immigrants scheme that combines the concepts of elitism, dualism and random immigrants for genetic algorithms to address dynamic optimization problems. In this hybrid scheme, the best individual, i.e., the elite, from the previous generation and its dual individual are retrieved as the bases to create immigrants via traditional mutation scheme. These elitism-based and dualism-based immigrants together with some random immigrants are substituted into the current population, replacing the worst individuals in the population. These three kinds of immigrants aim to address environmental changes of slight, medium and significant degrees respectively and hence efficiently adapt genetic algorithms to dynamic environments that are subject to different severities of changes. Based on a series of systematically constructed dynamic test problems, experiments are carried out to investigate the performance of genetic algorithms with the hybrid immigrants scheme and traditional random immigrants scheme. Experimental results validate the efficiency of the proposed hybrid immigrants scheme for improving the performance of genetic algorithms in dynamic environments.
Highlights
Genetic algorithms (GAs) are a class of stochastic metaheuristic optimization methods that model the biological principles of Darwinian theory of evolution and Mendelian principles of inheritance[1, 2]
Inspired by the dualism and complementary principle in nature, this paper proposes a hybrid immigrants scheme, which combines the elitism-based immigrants scheme, the traditional random immigrants scheme, and dualism, for GAs to deal with dynamic optimization problems (DOPs)
These three kinds of immigrants work together to deal with different degrees of environmental changes and efficiently improve the performance of GAs in dynamic environments
Summary
Genetic algorithms (GAs) are a class of stochastic metaheuristic optimization methods that model the biological principles of Darwinian theory of evolution and Mendelian principles of inheritance[1, 2]. These elitism-based and dualism-based immigrants together with some random immigrants are substituted into the current population, replacing the worst individuals in the population These three kinds of immigrants aim to address environmental changes of slight, medium and significant degrees respectively and efficiently adapt GAs to dynamic environments that may be subject to different severities of changes. In order to address higher degree of changes, the elitismbased immigrants scheme can be combined with the traditional random immigrants scheme for GAs to deal with DOPs. The pseudo-code for the GA with elitism-based immigrants and random immigrants, denoted ERIGA, is shown with the pseudo-code of EIGA.
Published Version
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have