Phylogenetic Differential Evolution

Phylogenetic Differential Evolution

Vinícius Veloso de Melo, Danilo Vasconcellos Vargas, Marcio Kassouf Crocomo
Copyright: © 2011 |Pages: 18
DOI: 10.4018/jncr.2011010102
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

This paper presents a new technique for optimizing binary problems with building blocks. The authors have developed a different approach to existing Estimation of Distribution Algorithms (EDAs). Our technique, called Phylogenetic Differential Evolution (PhyDE), combines the Phylogenetic Algorithm and the Differential Evolution Algorithm. The first one is employed to identify the building blocks and to generate metavariables. The second one is used to find the best instance of each metavariable. In contrast to existing EDAs that identify the related variables at each iteration, the presented technique finds the related variables only once at the beginning of the algorithm, and not through the generations. This paper shows that the proposed technique is more efficient than the well known EDA called Extended Compact Genetic Algorithm (ECGA), especially for large-scale systems which are commonly found in real world problems.
Article Preview
Top

Introduction

The resolution of several black-box optimization problems has been possible due to the development of metaheuristics (Larrañaga & Lozano, 2001; Goldberg, 2002; Chakraborty, 2008). Also, engineering design problems have been solved by those same algorithms (Ruela, Cabral, & Aquino, 2010; Taroco, Carrano, & Neto, 2010). However, when the problem has strong correlated variables - as the deceptive problems (Goldberg, 2002) - classical metaheuristics may not have a high probability of success. The Evolutionary Compact Genetic Algorithm (ECGA) (Harik, Lobo, & Sastry, 2006) - based on the Compact Genetic Algorithm (Harik, Lobo, & Goldberg, 1999) - is an Estimation of Distribution Algorithm (EDA) (Larrañaga & Lozano, 2001) that identifies the correlated variables, called Building Blocks (BBs), and uses a recombination operator to combine the best found partial solutions of each BB in order to generate a new full solution of the problem.

This paper proposes the use of the Phylogenetic Differential Evolution (PhyDE) to identify the BBs of a deceptive problem. This technique employs a clustering algorithm named Neighbor Joining (Saitou & Nei, 1987), commonly used in Biology to create Phylogenetic Trees (Felsenstein, 2003).

While most EDAs, including ECGA, aim to find the BBs in each generation, Phylogenetic Algorithms (Vargas, Delbem, & de Melo 2010) first applies a process to identify the BBs of a problem, and soon after the BBs have been known, a local search algorithm, usually an exhaustive search, is applied to each BB in order to find its optimum configuration.

However, an exhaustive search must be avoided when a BB is composed of several bits, due to the exponential complexity of the problem. Thus, a better alternative to locate the optimum configuration must be used. The idea is to replace the exhaustive search with metaheuristics, and more than that, to employ an efficient metaheuristic incapable of solving large deceptive problems. To achieve this goal, a type conversion from binary to integer is required. Since the Differential Evolution (DE) algorithm presents one of the best results in the resolution of several problems (García, Molina, Lozano, & Herrera, 2009), it was chosen as the optimization algorithm to be used in this project.

Hard problems solved by EDAs are usually characterized by the number of variables, number of BBs that compose the problem, and their size. While the problem size is appropriately treated by existing algorithms, the size of the BBs is not. This is the main contribution of the proposed PhyDE. EDAs solve these problems using large number of evaluations (Harik, Lobo, & Sastry, 2006; Pelikan, Goldberg, & Cantú-Paz, 1999). By contrast, the proposed method is capable of solving problems with larger BBs in as few as half the number of evaluations. In general, results of EDAs are presented for BBs of size four. The experiments presented in this paper show a comparison using BBs composed of eight variables.

This paper is organized as followed: the next section introduces the concept of BBs and deceptive functions which are commonly used to test the performance of different EDAs. After that, we briefly present the way other algorithms find BBs, and then, we present methods of phylogenetic reconstruction used to identify BBs. Following this, two sections introduce the Phylogenetic Algorithms and the proposed PhyDE algorithm, which is composed of three sections detailing its steps: the construction of the Distance Matrix, the Neighbor Joining method and the construction of metavariables, and the Differential Evolution algorithm, used by the PhyDE to locate the optimum configuration for the identified BBs. Finally, the last section contains the explanation of the conducted experiments, and the results that show its efficiency. The results have shown that the technique proposed in this paper is approximately twice more efficient than the known ECGA.

Complete Article List

Search this Journal:
Reset
Volume 12: 1 Issue (2024): Forthcoming, Available for Pre-Order
Volume 11: 4 Issues (2022): 1 Released, 3 Forthcoming
Volume 10: 4 Issues (2021)
Volume 9: 4 Issues (2020)
Volume 8: 4 Issues (2019)
Volume 7: 4 Issues (2018)
Volume 6: 2 Issues (2017)
Volume 5: 4 Issues (2015)
Volume 4: 4 Issues (2014)
Volume 3: 4 Issues (2012)
Volume 2: 4 Issues (2011)
Volume 1: 4 Issues (2010)
View Complete Journal Contents Listing