ArticlePDF Available

A New Evolutionary Adaptive Representation Paradigm

Authors:

Abstract and Figures

In this paper a new evolutionary paradigm is proposed. A technique called Adaptive Representation Evolutionary Algorithm (AREA) based on this paradigm is designed. AREA involves dynamic alphabets for encoding solutions. Proposed adaptive representation is more compact than binary representation. Mutation is the unique variation operator. Mutations are usually more aggressive when higher alphabets are used. Therefore the proposed encoding ensures an efficient exploration of the search space. Numerical experiments seem to indicate that APA process better than the best multiobjective evolutionary algorithms. An AREA technique is used for solving multiobjective optimization problems. The resulting algorithm is called Adaptive Pareto Algorithm (APA).
Content may be subject to copyright.
STUDIA UNIV. BABES¸–BOLYAI, INFORMATICA, Volume XLVI, Number 2, 2001
A NEW EVOLUTIONARY ADAPTIVE REPRESENTATION
PARADIGM
D. DUMITRESCU, CRINA GROS¸AN, MIHAI OLTEAN
Abstract. In this paper a new evolutionary paradigm is proposed. A tech-
nique called Adaptive Representation Evolutionary Algorithm (AREA) based
on this paradigm is designed. AREA involves dynamic alphabets for encod-
ing solutions. Proposed adaptive representation is more compact than bi-
nary representation. Mutation is the unique variation operator. Mutations
are usually more aggressive when higher alphabets are used. Therefore the
proposed encoding ensures an efficient exploration of the search space.
Numerical experiments seem to indicate that APA process better than
the best multiobjective evolutionary algorithms.
An AREA technique is used for solving multiobjective optimization
problems. The resulting algorithm is called Adaptive Pareto Algorithm (APA).
Keywords: Evolutionary Computation, Evolutionary Multiobjective
Optimization, Pareto Set, Higher Alphabet Encoding, Adaptive Representa-
tion.
1. Introduction
In this paper we propose a new evolutionary paradigm. An algorithm based on
this paradigm and using a powerful adaptive representation is designed. The al-
gorithm called Adaptive Representation Evolutionary Algorithm (AREA). AREA
technique operators are mutation and selection for survival.
Many multiobjective optimization techniques using evolutionary algorithms have
been proposed in recent years. Strength Pareto Evolutionary Algorithm (SPEA,
[9]), Pareto Archived Evolution Strategy (PAES, [4]), Pareto Envelope based Se-
lection Algorithm (PESA, [1]), Nondominated Sorting Genetic Algorithm (NSGA
II, [3]) and SPEA II ([10]) are the best present-day Multiobjective Evolutionary
Algorithms (MOEAs).
Multi-alphabet representation proposed in this paper induces a powerful diver-
sity maintaining mechanism. For this reason AREA technique seems to be very
suitable for evolutionary multiobjective optimization purposes. Considered adap-
tive encoding allows solutions in the final population realizing a realistic picture
of Pareto frontier.
2000 Mathematics Subject Classification. 68T05.
1998 CR Categories and Descriptors. I.2.8 [Computing Methodologies]: Artificial In-
telligence Problem Solving, Control Methods, and Search.
19
20 D. DUMITRESCU, CRINA GROS¸AN, MIHAI OLTEAN
Numerical experiments with APA technique include several test functions rep-
utated as difficult ([2], [7]) and comparisons with the best MOEAs.
The paper is structured as follows: Section 2 is a short resume of the principal
recent evolutionary techniques for multiobjective optimization. Section 3 describes
the proposed algorithm. In Section 4 a comparison of the proposed approach with
some very efficient multiobjective evolutionary techniques is realized.
2. Recent MOEAs
In the last years a number of evolutionary algorithms for multiobjective opti-
mization have been proposed. Some of them will be shortly reviewed here.
2.1. Strength Pareto Evolutionary Algorithm. Zitzler and Thiele proposed
an elitist evolutionary algorithm called Strength Pareto Evolutionary Algorithm
(SPEA) ([9, 7]). The algorithm maintains an external population at every gen-
eration storing all nondominates solutions obtained so far. At each generation
external population is mixed with the current population. All nondominated solu-
tions in the mixed population are assigned fitness based on the number of solutions
they dominate. Dominated solutions are assigned fitness worse than the worst fit-
ness of any nondominates solutions. A deterministic clustering technique is used
to ensure diversity among nondominates solutions.
Pareto Archived Evolution Strategy
Knowles and Corne [4] proposed a simple evolutionary algorithm called Pareto
Archived Evolution Strategy (PAES). In PAES one parent generates by mutation
one offspring. The offspring is compared with the parent. If the offspring dom-
inates the parent, the offspring is accepted as the next parent and the iteration
continues. If the parent dominates the offspring, the offspring is discarded and
the new mutated solution (a new offspring) is generated. If the offspring and the
parent do not dominate each other, a comparison set of previously nondominated
individuals is used.
For maintaining population diversity along Pareto front, an archive of nondom-
inated solutions is considered. A new generated offspring is compared with the
archive to verify if it dominates any member of the archive. If yes, then the off-
spring enters the archive and is accepted as a new parent. The dominated solutions
are eliminated from the archive. If the offspring does not dominate any member
of the archive, both parent and offspring are checked for their nearness with the
solution of the archive. If the offspring resides in the least crowded region in the
parameter space among the members of the archive, it is accepted as a parent and
a copy is added to the archive.
2.2. Nondominated Sorting Genetic Algorithm. Deb and his students [3]
suggested a fast elitist Nondominated Sorting Genetic Algorithm (NSGA II). In
NSGA II, for each solution x the number of solutions that dominate solution x is
calculated. The set of solutions dominated by x is also calculated. The first front
(the current front) of the solutions that are nondominated is obtained.
A NEW EVOLUTIONARY ADAPTIVE REPRESENTATION PARADIGM 21
Let us denote by S
i
the set of solutions that are dominated by the solution
x
i
. For each solution x
i
from the current front consider each solution x
q
from
the set S
i
. The number of solutions that dominates x
q
is reduced by one. The
solutions that remain nondominates after this reduction will form a separate list.
This process continues using the newly identified front as the current front.
Let P (0) be the initial population of size N. An offspring population Q(t) of size
N is created from current population P (t). Consider the combined population:
R(t) = P (t) Q(t).
Population R(t) is ranked according nondomination. The fronts F
1
, F
2
, ... are
obtained. New population P (t+1) is formed by considering individuals from the
fronts F
1
, F
2
, ..., until the population size exceeds N. Solutions of the last allowed
front are ranked according to a crowded comparison relation.
NSGA II uses a parameter (called crowding distance) for density estimation for
each individual. Crowded distance of a solution x is the average side-length of the
cube enclosing the point without including any other point in the population. So-
lutions of the last accepted front are ranked according to the crowded comparison
distance.
NSGA II works as follows. Initially a random population, which is sorted based
on the nondomination, is created. Each solution is assigned a fitness equal to its
nondomination level (1 is the best level). Binary tournament selection, recom-
bination and mutation are used to create an offspring population. A combined
population is formed from the parent and offspring population. The population
is sorted according to the nondomination relation. The new parent population is
formed by adding the solutions from the first front and the followings until exceed
the population size. Crowding comparison procedure is used during the population
reduction phase and in the tournament selection for deciding the winner.
3. AREA technique
In this paper we propose a new evolutionary paradigm, The main idea is to al-
low each solution be encoded on a different alphabet. Moreover representation of
a particular solution is not fixed. Representation is adaptive and may be changed
during the search process as an effect of mutation operator, An adaptive represen-
tation evolutionary algorithm (AREA) based on the new paradigm is designed.
AREA technique proposed in this paper uses a fixed population. Each AREA
individual (chromosome) consists of a pair (x, B), where x is a string encoding
object variables and B specifies the alphabet used for encoding x.
B is an integer number, B > 2 and x is a string of symbols from the alphabet
{0, 1, . . . , B-1}. If B= 2, the standard binary encoding is obtained. The alphabet
over which x is encoded may change during the search process.
Mutation is the unique variation operator. For mutation, a random number
between 0 and 1 is uniformly generated for each position, including the last one, of
the chromosom. Each position (gene) value is modified with a mutation probability
(p
m
).
22 D. DUMITRESCU, CRINA GROS¸AN, MIHAI OLTEAN
Mutation can modify object variables as well as last position (fixing the repre-
sentation alphabet). If the position giving B is changed, then the object variables
will be represented using symbols over the new alphabet, corresponding to the mu-
tated value of B. When the changing gene belongs to the object variable sub-string
(x part of the chromosome), the mutated gene is a symbol randomly chosen from
the same alphabet.
4. APA method
In this section a new MOEA technique called Adaptive Pareto Algorithm (APA)
is proposed. APA relies on the AREA method previously described.
AREA uses a unique population. No external or intermediary population is
needed.
Initial p opulation is randomly generated. Each individual is selected for muta-
tion, which is the unique variation operator. The offspring and parent are com-
pared. Dominance relation guides the survival.
If the offspring dominates the parent then the offspring enters the new popu-
lation and the parent is removed. If the parent dominates the offspring obtained
in ksuccessive mutations then another alphabet is chosen and the parent is repre-
sented in symbols over this alphabet. In this case only representation is changed
and the encoded solution does not change. Adaptive representation mechanism
and the survival strategy is generates an effective and efficient diversity preserving
mechanism.
APA algorithm
Proposed APA algorithm may b e outlined as follows:
APA ALGORITHM:
begin
Set t = 0;
Random initializes chromosome population P (0 );
Set to zero the number of harmful mutations for each individual in P(0);
while (t ¡ number of generations) do
begin
for k = 1 to PopSize do
Mutate the k
th
chromosome from P (t ). An offspring is obtained.
If the offspring dominates the parent then the parent is removed and the offspring
is added to P (t+1);
else begin
Increase the number of harmful mutations for current individual;
If the number of harmful mutations = MAX HARMFUL MUTATIONS
then begin
Change the individual representation;
Set to zero the number of harmful mutations for the current individual;
endif
Add individual to P(t+1);
A NEW EVOLUTIONARY ADAPTIVE REPRESENTATION PARADIGM 23
endif
endfor;
Set t = t + 1;
endwhile;
end.
Despite its simplicity APA is able to generate a population converging towards
Pareto optimal set. Moreover, the diversity of the population is automatically
maintained without any specialized mechanism.
Proposed APA algorithm realizes a realistic picture of Pareto optimal set. Nu-
merical experiments emphasizes that for considered problems, APA technique is
more effective then best present-day MOEAs. Moreover, APA’s complexity is a
reduced one with respect to the MOEAs techniques considered for comparison.
5. Comparison of Several Evolutionary Multiobjective Algorithms
In this section complexity of the proposed APA technique is compared with the
complexity of several evolutionary multiobjective optimization algorithms (SPEA,
PAES and NSGA II).
Let us denote by m the numb er of objectives and by N the population size.
SPEA uses an internal and an external population. The fitness is assigned
differently to the individuals from these p opulations. A deterministic clustering
technique is used to reduce external population size the population diversity. The
complexity of this algorithm implementation is mN
2
.
PAES uses a single parent, which generate an offspring. An archive, which
maintains the nondominated solutions, is created. Let be a the archive size. The
worst case complexity for the PAES is amN. Since the archive size is usually
proportional to the population size N,the overall complexity of the algorithm is
mN
2
.
NSGA II computes for each individual x the number of solutions that dominates
it and the number of solution, which x dominates. NSGA II uses for this N
2
computations. Identifying the fronts requires (in the worst case) N
2
computations.
The overall complexity is (mN
2
+ N
2
) or N
2
. So, the complexity may increase
from N to N
2
(the worst case). Computation complexity for density estimation
is mN logN. For sorting the combined population 2N log(2N ) computations are
necessary. Overall NSGA II complexity is thus mN
2
.
APA uses a unique fixed size population. Each individual is considered for
mutation. This requires mN operations. The algorithm does not use a superposed
mechanism for diversity maintaining. Overall complexity of SMEA algorithm is
thus O(mN ).
6. Numerical experiments
In this section we compare the performance of APA algorithm with the perfor-
mances of SPEA, NSGA II, PAES.
24 D. DUMITRESCU, CRINA GROS¸AN, MIHAI OLTEAN
For this purpose by using six test functions introduced by Deb, Zitzler and
Thiele [7] are used.
6.1. Test functions. Each test function considered in this section is built by
using three functions f
1
, g, h. Biobjective function T considered here is
T (x) = (f
1
(x), f
2
(x)).
The optimization problem is:
½
Minimize T (x), w here f
2
(x) = g(x
2
, . . . , x
m
)h(f
1
(x
1
), g(x
2
, . . . x
m
),
x = (x
1
, . . . , x
m
)
The five test functions used in this paper for comparison are:
Test function T
1
is defined using the following functions:
f
1
(x
1
) = x
1
,
g(x
2
, . . . .x
m
) = 1 + 9 ·
P
m
i=2
x
i
/(m 1),
h(f
1
, g) = 1
p
f
1
/g,
where m= 30 and x
i
[0,1] i = 1,2,. . . ,m.
Pareto optimal front for the problem T
1
is convex and is characterized by the
equation
g(x) = 1.
Test function T
2
is defined by considering the following functions:
f
1
(x
1
) = x
1
g(x
2
, . . . .x
m
) = 1 + 9 ·
P
m
i=2
x
i
/(m 1)
h(f
1
, g) = 1 (f
1
/g)
2
where m = 30 and x
i
[0,1], i = 1,2,. . . ,m.
Pareto optimal front is characterized by the equation
g(x)=1.
T
2
is the nonconvex counterpart to T
1
.
Pareto optimal set corresponding to the Test function T
3
presents a discreten
feature. Pareto optimal front consists of several noncontiguous convex parts. The
involved functions are:
f
1
(x
1
) = x
1
g(x
2
, . . . .x
m
) = 1 + 9 ·
P
m
i=2
x
i
/(m 1)
h(f
1
, g) = 1
p
f
1
/g (f
1
/g) sin (10πf
1
)
where m= 30 and x
i
[0,1], i = 1,2,. . . m.
Pareto optimal front is characterized by the equation
g(x) = 1.
The introduction of the function sin in the expression of function h causes
discontinuity in the Pareto optimal front. However, there is no discontinuity in
the parameter space.
A NEW EVOLUTIONARY ADAPTIVE REPRESENTATION PARADIGM 25
The test function T
4
contains 21
9
local Pareto optimal fronts and, therefore, it
tests the EA ability to deal with multimodality. The involved functions are defined
by:
f
1
(x
1
) = x
1
g(x
2
, . . . .x
m
) = 1 + 10(m 1) +
P
m
i=2
(x
2
i
10 cos(4πx
i
))
h(f
1
, g) = 1
p
f
1
/g
where m = 10, x
1
[0,1] and x
2
,. . . ,x
m
[-5,5].
Global Pareto optimal front is characterized by the equation
g(x) = 1.
The best local Pareto optimal front is described by the equation
g(x) = 1.25.
Note that not all local Pareto optimal sets are distinguishable in the objective
space.
f
1
(x
1
) = 1 exp(4x
1
) sin
6
(6πx
1
)
g(x
2
, . . . .x
m
) = 1 + 9 · (
P
m
i=2
x
i
/(m 1))
0.25
h(f
1
, g) = 1 (f
1
/g)
2
The test function T
5
includes two
difficulties caused by the nonuniformity of the search space. First, the Pareto op-
timal solutions are nonuniformly distributed along the global Pareto optimal front
(the front is biased for solutions for which f
1
(x) is neat one). Second, the density
of the solutions is lowest near the Pareto optimal front and highest away from the
front.
This test function is defined by using:
where m= 10, x
i
[0,1], i = 1,2,. . . m.
The Pareto optimal front is characterized by the equation
g(x) = 1
and is nonconvex.
6.1.1. Numerical comparisons. Several numerical experiments were performed with
APA. According to these experiments APA gives a good approximation of the
Pareto front for all considered test functions.
For both test functions T
1
and T
2
, the differences between the four considered
algorithms are very small (see Figure 1 and Figure 2).
The difference between APA and the other algorithms is significant for test
function T 4. APA gives the best arrangement on the front. Goo d solution distri-
bution is obtained also by NSGA II and SPEA. Solutions distribution realized by
NSGA II and SPEA are close to Pareto front. Moreover solution only distribution
supplied by APA is covers the real front.
For test function T
5
, APA also gives the best solution arrangement on the Pareto
front. PAES also gives distribution.
In these comparisons 25.000.000 function evaluations have been considered for
each algorithm. This ensures a realistic comparison of the algorithm outputs.
26 D. DUMITRESCU, CRINA GROS¸AN, MIHAI OLTEAN
Figure 1. Results for test function T
1
. Pareto optimal front is convex
Figure 2. Results for test function T 2. Pareto optimal front is nonconvex
Conclusions
In this paper a new evolutionary paradigm is proposed. An evolutionary algo-
rithm (AREA) based on the new paradigm is designed.
A new evolutionary algorithm (called APA) for multiobjective optimization is
also proposed. AREA uses a new, dynamic solution representation.
APA technique is compared with four well-known evolutionary multiobjective
optimization algorithms. The results show that APA performs better than con-
sidered algorithms.
A NEW EVOLUTIONARY ADAPTIVE REPRESENTATION PARADIGM 27
Figure 3. Results for test function T 3. All considered algo-
rithms give a good approximation of the Pareto front
Figure 4. Results for test function T
4
. For test function T
4
,
APA gives the best arrangement on the Pareto front. NSGA II
and SPEA converge toward global Pareto front. PAES did not
converge to the global Pareto front
References
[1] Deb, K., Multi-objective genetic algorithms: Problem difficulties and construction of test
functions. Evolutionary Computation, 7(3), (1999), pp. 205-230.
[2] Deb, K., S. Agrawal, Amrit Pratap and T. Meyarivan, A fast elitist non dominated sorting
genetic algorithm for multi-objective optimization: NSGA II. In M. S. et al. (Ed), Parallel
Problem Solving From Nature PPSN VI, Berlin, (2000), pp. 849 858. Springer.
28 D. DUMITRESCU, CRINA GROS¸AN, MIHAI OLTEAN
Figure 5. Results for test function T
5
[3] Dumitrescu, D., Gro¸san, C., Oltean, M., Simple Multiobjective Evolutionary Algorithm,
Seminars on Computer Science, Faculty of Mathematics and Computer Science, Babe¸s-
Bolyai University of Cluj-Napoca, 2001, pp. 3-12.
[4] Knowles, J. D. and Corne, D. W., The Pareto archived evolution strategy: A new baseline
algorithm for Pareto multiobjective optimization. In Congress on Evolutionary Computation
(CEC 99), Volume 1, Piscataway , NJ, (1999), pp. 98 105. IEEE Press.
[5] Rudolph, G., On a multi objective evolutionary algorithm and its convergence to the Pareto
set. Technical Report No. CI 17/98, Department of Computer Science/XI, university of
Dortmund, (1998).
[6] Zitzler, E., Evolutionary algorithms for multiobjective optimization: Methods and Applica-
tions. Ph. D. thesis, Swiss Federal Institute of Technology (ETH) Zurich, Switzerland. TIK
Schriftenreiche Nr. 30, Diss ETH No. 13398, (1999), Shaker Verlag, Aachen, Germany.
[7] Zitzler, E., Deb, K. and Thiele, L., Comparison of multiobjective evolutionary algorithms:
empirical results. Technical report 70, Computer Engineering and Networks Laboratory
(TIK), Swiss Federal Institute of Technology (ETH), (1999), Zurich.
[8] Zitzler, E. and Thiele, L., Multiobjective evolutionary algorithms: A comparative case study
and the strength Pareto approach. IEEE Transaction on Evolutionary Computation 3 (4),
(1999), pp. 257 271.
[9] Zitzler, E. and Thiele, L., An evolutionary algorithm for multiobjective optimization: The
strength Pareto approach. Technical report 43, Computer engineering and Networks Labo-
ratory (TIK), Swiss Federal Institute of Technology (ETH), (1999), Zurich.
“Babes¸-Bolyai” University, Faculty of Mathematics and Computer Science, 1 M.
Kog
˘
alniceanu Street, RO-3400 Cluj-Napoca, Romania
E-mail address: ddumitr|cgrosan|moltean@cs.ubbcluj.ro
... A Pareto front is a region "knee" that has a noticeable convex bulge at the front and is essential for decision-making, and in most cases, it corresponds to an optimum balance. Figure 1 displays widely known multiobjective optimization algorithms, an approach based on genetic algorithms [33][34][35][36][37][38][39], which ids the most representative the family of nondominated sorting genetic algorithms (NSGA); meanwhile, another approach is based on particle swarm [31,[40][41][42][43][44][45][46], which is the most representative the family of algorithms' multiobjective particle swarm optimization (MOPSO). Figure 1. ...
Article
Full-text available
Since cardiovascular diseases (CVDs) pose a critical global concern, identifying associated risk factors remains a pivotal research focus. This study aims to propose and optimize a fuzzy system for cardiovascular risk (CVR) classification using a multiobjective approach, addressing computational aspects such as the configuration of the fuzzy system, the optimization process, the selection of a suitable solution from the optimal Pareto front, and the interpretability of the fuzzy logic system after the optimization process. The proposed system utilizes data, including age, weight, height, gender, and systolic blood pressure to determine cardiovascular risk. The fuzzy model is based on preliminary information from the literature; therefore, to adjust the fuzzy logic system using a multiobjective approach, the body mass index (BMI) is considered as an additional output as data are available for this index, and body mass index is acknowledged as a proxy for cardiovascular risk given the propensity for these diseases attributed to surplus adipose tissue, which can elevate blood pressure, cholesterol, and triglyceride levels, leading to arterial and cardiac damage. By employing a multiobjective approach, the study aims to obtain a balance between the two outputs corresponding to cardiovascular risk classification and body mass index. For the multiobjective optimization, a set of experiments is proposed that render an optimal Pareto front, as a result, to later determine the appropriate solution. The results show an adequate optimization of the fuzzy logic system, allowing the interpretability of the fuzzy sets after carrying out the optimization process. In this way, this paper contributes to the advancement of the use of computational techniques in the medical domain.
... Mono-objective [24,33,28] Algorithm (APA [51,52]). These methods give a set of Pareto-optimal solutions. ...
Chapter
Full-text available
Talking about the design of modern high-performance power train applications, one of the essential components to focus on are the gears. Gears convert torque and speed in a very wide power range, at low cost and with minimal losses and noise emission. However, the demands regarding cost, power density, NVH-behavior and efficiency are steadily increasing. Demands, which can only be met using modern gearing technologies that allow combining individual materials, heat treatment and manufacturing processes. Particularly in the industrial sector, the requirements for the reliability and service life of the gear units have increased. Therefore, more and more accurate calculation methods are required for the load bearing capacity, life expectancy and failure probability as well as better test methods. This aspect is also becoming more important with regard to Industry 4.0 and Predictive Maintenance. In addition, the potentials of innovative production methods like powder metal sintering, plas...
... Learned Crossover operator (12) [Herrera and Lozano 1996;Hong et al. 2002;Pettinger and Everson 2002;Luchian and Gheorghieş 2003;Chen et al. 2005;Sakurai et al. 2010;Krempser et al. 2012;Bielza et al. 2013;Duarte-Mermoud et al. 2013;Karafotias et al. 2014a;Li et al. 2014a] Crossover rate (17) [Davis 1989;Lee and Takagi 1993;Herrera and Lozano 1996;Tuson and Ross 1998;Ho et al. 1999;Hong et al. 2002;Luchian and Gheorghieş 2003;Maeda et al. 2006;Eiben et al. 2007b;Aleti and Moser 2011;Bielza et al. 2013;Karafotias et al. 2014a;Bhagwan Hanchate and S Bichkar 2014;Aleti 2014;Aleti and Grunske 2015] Mutation operator (16) [Hong et al. 2002;Pettinger and Everson 2002;Luchian and Gheorghieş 2003;Chen et al. 2005;Igel et al. 2005;Maturana and Saubion 2007;Fialho et al. 2008;Sakurai et al. 2010;Karafotias et al. 2012;Krempser et al. 2012;Bielza et al. 2013;Karafotias et al. 2014a;Li et al. 2014a; Mutation rate (10) [Lee and Takagi 1993;Lis 1996;Tuson and Ross 1998;Ho et al. 1999;Hong et al. 2002;Muller et al. 2002;Luchian and Gheorghieş 2003;Arnold 2005;Maeda et al. 2006;Eiben et al. 2007b;Maturana and Saubion 2008b;Cervantes and Stephens 2009;Aleti and Moser 2011;Bielza et al. 2013;Karafotias et al. 2014a;Bhagwan Hanchate and S Bichkar 2014;Aleti 2014;Aleti and Grunske 2015] Representation (2) [Dumitrescu et al. 2001;Grosan and Oltean 2003] Problem specific (10) [Tuson and Ross 1998;Igel and Kreutz 2003;Thierens 2005;Fialho et al. 2008;2010;Aleti and Moser 2011;Krempser et al. 2012;Li et al. 2014b;Aleti 2014] Population (17) [Goldberg et al. 1991;Lee and Takagi 1993;Smith 1993;Smith and Smuda 1995;Schlierkamp-Voosen and Mühlenbein 1996;Harik et al. 1999;Yu et al. 2003;Yu et al. 2005;Eiben et al. 2007b;Yu et al. 2007;Montero and Riff 2011;Zhan and Zhang 2011;Ahrari and Shariat-Panahi 2013;Bielza et al. 2013;Goldberg et al. 2014;Karafotias et al. 2014a] Selection (6) [Smith 1993;Herrera and Lozano 1996;Eiben et al. 2007b;Smorodkina and Tauritz 2007b;Vajda et al. 2008;Liang and Leung 2011] Fitness function (11) [Barbosa and Lemonge 2003;Wagner et al. 2005;Tessema and Yen 2006;Wagner et al. 2007;Barbosa and Lemonge 2008;Wagner and Michalewicz 2008;Tessema and Yen 2009;Afanasyeva and Buzdalov 2011;Beaser et al. 2011;Costa et al. 2013;Vincenti et al. 2010] Replacement [Maturana and Saubion 2008b;Bielza et al. 2013] ...
Article
Full-text available
Evolutionary algorithms (EAs) are robust stochastic optimisers that perform well over a wide range of problems. Their robustness, however, may be affected by several adjustable parameters, such as mutation rate, crossover rate, and population size. Algorithm parameters are usually problem-specific, and often have to be tuned not only to the problem but even the problem instance at hand to achieve ideal performance. In addition, research has shown that different parameter values may be optimal at different stages of the optimisation process. To address these issues, researchers have shifted their focus to adaptive parameter control, in which parameter values are adjusted during the optimisation process based on the performance of the algorithm. These methods redefine parameter values repeatedly based on implicit or explicit rules that decide how to make the best use of feedback from the optimisation algorithm. In this survey, we systematically investigate the state of the art in adaptive parameter control. The approaches are classified using a new conceptual model that subdivides the process of adapting parameter values into four steps that are present explicitly or implicitly in all existing approaches that tune parameters dynamically during the optimisation process. The analysis reveals the major focus areas of adaptive parameter control research as well as gaps and potential directions for further development in this area.
... En este algoritmo cada solución se puede codificar en más de un alfabeto diferente [12], [13]. Adicionalmente la representación de una solución particular no es fija, es decir la representación es adaptable y se puede cambiar durante el proceso de búsqueda como efecto del operador de mutación. ...
Article
Full-text available
El enfoque evolutivo como también el comportamiento social han mostrado ser una muy buena alternativa en los problemas de optimización donde se presentan varios objetivos a optimizar. De la misma forma, existen todavía diferentes vias para el desarrollo de este tipo de algoritmos. Con el fin de tener un buen panorama sobre las posibles mejoras que se pueden lograr en los algoritmos de optimización bio-inspirados multi-objetivo es necesario establecer un buen referente de los diferentes enfoques y desarrollos que se han realizado hasta el momento.En este documento se revisan los algoritmos de optimización multi-objetivo más recientes tanto genéticos como basados en enjambres de partículas. Se realiza una revisión critica con el fin de establecer las características más relevantes de cada enfoque y de esta forma identificar las diferentes alternativas que se tienen para el desarrollo de un algoritmo de optimización multi-objetivo bio-inspirado.Review about genetic multi-objective optimization algorithms and based in particle swarmABSTRACTThe evolutionary approach as social behavior have proven to be a very good alternative in optimization problems where several targets have to be optimized. Likewise, there are still different ways to develop such algorithms. In order to have a good view on possible improvements that can be achieved in the optimization algorithms bio-inspired multi-objective it is necessary to establish a good reference of different approaches and developments that have taken place so far. In this paper the algorithms of multi-objective optimization newest based on both genetic and swarms of particles are reviewed. Critical review in order to establish the most relevant characteristics of each approach and thus identify the different alternatives have to develop an optimization algorithm multi-purpose bio-inspired design is performed.Keywords: evolutionary computation, evolutionary multi-objective optimization.
... In Part II a constructive method for solving the nonlinear programming problem is proposed. In this Part of the paper the optimization problem is solved using an evolutionary method presented in Dumitrescu, Grosan and Oltean (2001), Grosan and Dumitrescu (2002). Section 3 describes the evolutionary technique called Adaptive Representation Evolutionary Algorithm (AREA). ...
Article
Full-text available
The stochastic query optimization problem for multiple join -join of p relations, stored at p different sites -leads to a special nonlinear programming problem. General optimization problem can be solved by us-ing evolutionary methods. The problem of four joins is a particular case of the general query optimization problem. This particular problem is solved applying the Constructive Algorithm from Part II and the Adaptive Repre-sentation Evolutionary Algorithm. The results obtained by applying these two methods are compared. Two sets of constant values are used in this comparison.
... In [4] a new evolutionary paradigm called Adaptive Representation Evolutionary Algorithm (AREA) for solving single and multiobjective problems has been proposed. Each AREA individual (chromosome) consists of a pair (x, B), where x is a string encoding object variables and B specifies the alphabet used for encoding x. ...
Article
Full-text available
Adaptive Representation Evolutionary Algorithm (AREA) is a new evolutionary paradigm that may be used for single and multiobjective optimization. AREA involves dynamic alphabets for encoding solutions. This encoding ensures an efficient exploration of the search space. In this paper a modified version of Pareto Archived Evolution Strategy (PAES) using AREA technique is proposed. The resulted algorithm is called Adaptive-PAES. Numerical experiments indicate that Adaptive-PAES perform significantly better than the standard PAES algorithm.
Article
Full-text available
Bio-inspired algorithms are a suitable alternative for solving multi-objective optimization problems. Among different proposals, a widely used approach is based on the Pareto front. In this document, a proposal is made for the analysis of the optimal front for multi-objective optimization problems using clustering techniques. With this approach, an alternative is sought for further use and improvement of multi-objective optimization algorithms considering solutions and clusters found. To carry out the clustering, the methods k-means and fuzzy c-means are employed, in such a way that there are two alternatives to generate the possible clusters. Regarding the results, it is observed that both clustering algorithms perform an adequate separation of the optimal Pareto continuous fronts; for discontinuous fronts, k-means and fuzzy c-means obtain results that complement each other (there is no superior algorithm). In terms of processing time, k-means presents less execution time than fuzzy c-means.
Article
Centralized electrical networks induce a dependency of local territories for their power supply. However, thanks to microgrids, territories can increase their decision-making autonomy to design a network that matches their values. Technological and management choices are critical to minimize microgrids negative impacts on their environment. Influence of the latter on the design space is rarely discussed whereas extending the design space would help to find innovative microgrids. The purpose of this paper is to find several microgrids with various performances and parameters that are compromises between economic, technical and environmental objectives. The solutions’ variety therefore extends the decision-makers’ design space. A tool has been developed to answer this goal. Design parameters are both technological and management parameters. A physical modelling is implemented in a sequential simulation of the microgrid operation. The performance of the simulation allows to use genetic algorithms to perform multi-objective non-weighted optimizations. Two two-objective optimizations are performed. Results show how the solutions’ diversity in terms of performances and parameters helps the user choosing innovative microgrids. Especially, it underlines the potential of this approach to find microgrids with close performances but different parameters.
Thesis
Full-text available
L'utilisation de structures fines est croissante dans bon nombre d'industries. En ce sens, leur représentation mécanique et optimisation est un enjeu majeur de la recherche actuelle. De façon classique, l'optimisation s'effectue avec un critère de contrainte, obtenue à partir d'une modélisation Éléments-Finis en déplacements. L'idée de ces travaux est de construire un modèle Éléments-Finis mixte déplacements-contraintes et de développer des méthodes de réduction adaptées, de façon à améliorer l'efficacité des méthodes d'optimisation existantes.On construit d'une part deux modèles élément-finis mixtes déplacements-contraintes généralisées, pour des analyses dynamiques de structures "plaque" fines et épaisses. Ces derniers présentent l'avantage de donner des résultats identiques aux modèles classiques en déplacements, avec un meilleur temps de reconstruction des champs de contraintes. Cependant, ils s'avèrent être délicats pour plusieurs raisons: la taille des matrices associées, la difficulté de faire une analyse modale rapide, et un temps d'assemblage accru.C'est la raison pour laquelle nous développons par la suite des méthodes de sous-structuration et de double synthèse modale spécifiquement dédiées aux modèles mixtes. L'idée est d'utiliser des bases modales tirées du modèle équivalent en déplacements pour composer une nouvelle base mixte réduite. Dix méthodes sont implémentées, basées sur des modes encastrés, libres et de branche, parmi lesquelles certaines s'avèrent très efficaces pour réduire le nombre de degrés de liberté du système mixte, sans passer par ses modes propres.Enfin, nous intégrons les modèles mixtes sous-structurés sous forme de Super-Éléments Mixtes dans un algorithme génétique, dans le but de mener une optimisation multi-objectif de structures "plaque" académiques sous chargement dynamique, avec critères de contrainte et paramètres d'épaisseur. Les modèles précédemment définis sont ainsi paramétrés en épaisseur, et ne nécessitent plus d'être ré-assemblés pour chaque configuration. Nous disposons désormais d'un modèle mixte "plaque", qui conserve les avantages d'un accès direct aux contraintes, tout en étant affranchi de sa taille importante par le biais des méthodes de réduction, et de son assemblage grâce au paramétrage. Il en résulte des modèles mécaniques originaux et efficaces, permettant de réduire les coûts de calcul des algorithmes d'optimisation classiques. Ce type de méthode, couplé à de puissants algorithmes génétiques, permet d'avoir une bonne vue d'ensemble des solutions optimales, et laissent augurer des perspectives intéressantes pour une utilisation industrielle.
Article
Full-text available
This paper presents a methodology for the multi-objective (MO) robust optimization of plate structures under stress criteria, based on Mixed Super-Elements (MSEs). The optimization is performed with a classical Genetic Algorithm (GA) method based on Pareto-optimal solutions. It considers antagonist objectives among them stress criteria and thickness parameters distributed along the plate. This work aims at providing fast and efficient objective calculations. Our method is based on the implementation of MSEs for each zone of the plate featured by its own thickness. They are constructed with a Mixed Finite Element Model (MFEM) based on a displacement-stress mechanical formulation, and is enhanced with a sub-structuring modal reduction method in order to reduce the size of each constant thickness MSE. Those methods combined enable a fast and stress-wise efficient structure analysis, which improves the performance of the repetitive GA. A few cases minimizing the mass and the maximum Von Mises stress within a plate structure under dynamic loads put forward the relevance of our method with promising results. For the sake of robustness, both discrete frequencies and frequency bands are studied. The MO optimization is able to satisfy multiple damage criteria with different thickness distributions. It brings simplicity, saves computational time and the Pareto-front presentation with stress objective provides a good overview of the possibilities for the designers.
Conference Paper
Full-text available
Most popular evolutionary algorithms for multiobjective optimisation maintain a population of solutions from which individuals are selected for reproduction. In this paper, we introduce a simpler evolution scheme for multiobjective problems, called the Pareto archived evolution strategy (PAES). We argue that PAES may represent the simplest possible non-trivial algorithm capable of generating diverse solutions in the Pareto optimal set. The algorithm is identified as being a (1+1) evolution strategy, using local search from a population of one but using a reference archive of previously found solutions in order to identify the approximate dominance ranking of the current and candidate solution vectors. PAES is intended as a good baseline approach, against which more involved methods may be compared, and may also serve well in some real-world applications when local search seems superior to or competitive with population-based methods. The performance of the new algorithm is compared with that of a MOEA based on the niched Pareto GA on a real world application from the telecommunications field. In addition, we include results from experiments carried out on a suite of four test functions, to demonstrate the algorithm's general capability
Conference Paper
Full-text available
Although there are many versions of evolutionary algorithms that are tailored to multi-criteria optimization, theoretical results are apparently not yet available. In this paper, it is shown that results known from the theory of evolutionary algorithms in case of single-criterion optimization do not carry over to the multi-criterion case. At first, three different step size rules are investigated numerically for a selected problem with two conflicting objectives. The empirical results obtained by these experiments lead to the observation that only one of these step size rules may have the property to ensure convergence to the Pareto set. A theoretical analysis finally shows that a special version of an evolutionary algorithm with this step size rule converges with probability one to the Pareto set for the test problem under consideration
Article
Multi-objective evolutionary algorithms which use non-dominated sorting and sharing have been mainly criticized for their (i) O(MN³) computational complexity (where M is the number of objectives and N is the population size), (ii) non-elitism approach, and (iii) the need for specifying a sharing parameter. In this paper, we suggest a non-dominated sorting based multi-objective evolutionary algorithm (we called it the Non-dominated Sorting GA-II or NSGA-II) which alleviates all the above three difficulties. Specifically, a fast non-dominated sorting approach with O(MN²) computational complexity is presented. Second, a selection operator is presented which creates a mating pool by combining the parent and child populations and selecting the best (with respect to fitness and spread) N solutions. Simulation results on five difficult test problems show that the proposed NSGA-II, in most problems, is able to find much better spread of solutions and better convergence near the true Pareto-optimal front compared to PAES and SPEA—two other elitist multi-objective EAs which pay special attention towards creating a diverse Pareto-optimal front. Because of NSGA-II's low computational requirements, elitist approach, and parameter-less sharing approach, NSGA-II should find increasing applications in the years to come.
Article
In this paper a comparison of the most recent algorithms for Multiobjective Optimization is realized. For this comparison the authors used the following algorithms: Strength Pareto Evolutionary Algorithm (SPEA), Pareto Archived Evolution Strategy (PAES), Nondominated Sorting Genetic Algorithm (NSGA II), Adaptive Pareto Algorithm (APA). The comparison is made by using five test functions.
Article
The Pareto-based approaches have shown some success in designing multiobjective evolutionary algorithms (MEAs). Their methods of fitness assignment are mainly from the information of dominated and nondominated individuals. On the top of the hierarchy of MEAs, the strength Pareto evolutionary algorithm (SPEA) has been elaborately designed with this principle in mind. In this paper, we propose a (μ+λ) multiobjective evolutionary algorithm ((μ+λ) MEA), which discards the dominated individuals in each generation. The comparisons of the experimental results demonstrate that the (μ+λ) MEA outperforms SPEA on five benchmark functions with less computational efforts.
Article
In this paper, we study the problem features that may cause a multi-objective genetic algorithm (GA) difficulty to converge to the true Pareto-optimal front. Identification of such features helps us develop difficult test problems for multi-objective optimization. Multi-objective test problems are constructed from single-objective optimization problems, thereby allowing known difficult features of single-objective problems (such as multi-modality or deception) to be directly transferred to the corresponding multi-objective problem. In addition, test problems having features specific to multi-objective optimization are also constructed. The construction methodology allows a simpler way to develop test problems having other difficult and interesting problem features. More importantly, these difficult test problems will enable researchers to test their algorithms for specific aspects of multi-objective optimization in the coming years.
Article
In this paper, we provide a systematic comparison of various evolutionary approaches to multiobjective optimization using six carefully chosen test functions. Each test function involves a particular feature that is known to cause difficulty in the evolutionary optimization process, mainly in converging to the Pareto-optimal front (e.g., multimodality and deception). By investigating these different problem features separately, it is possible to predict the kind of problems to which a certain technique is or is not well suited. However, in contrast to what was suspected beforehand, the experimental results indicate a hierarchy of the algorithms under consideration. Furthermore, the emerging effects are evidence that the suggested test functions provide sufficient complexity to compare multiobjective optimizers. Finally, elitism is shown to be an important factor for improving evolutionary multiobjective search.
Article
Evolutionary algorithms (EA) have proved to be well suited for optimization problems with multiple objectives. Due to their inherent parallelism they are able to capture a number of solutions concurrently in a single run. In this report, we propose a new evolutionary approach to multicriteria optimization, the Strength Pareto Evolutionary Algorithm (SPEA). It combines various features of previous multiobjective EAs in a unique manner and is characterized as follows: a) besides the population a set of individuals is maintained which contains the Pareto-optimal solutions generated so far; b) this set is used to evaluate the fitness of an individual according to the Pareto dominance relationship; c) unlike the commonly-used fitness sharing, population diversity is preserved on basis of Pareto dominance rather than distance; d) a clustering method is incorporated to reduce the Pareto set without destroying its characteristics. The proof-of-principle results on two problems suggest that SPE...