SlideShare a Scribd company logo
1 of 5
Download to read offline
A COMPARISON OF FITNESS SCALlNG METHODS IN EVOLUTIONARY
. r.< ;ORrTII lS
13ertone E.. Alfonso H.
Proyecto 1JNI.PAM-09/F009'
Departamento de In1om1ática - Facultad de Ingeniería
Universidad Nacional de La Pampa
Calle 110 esq. 9 - Local 14
(6360) Gl!nl!ral Pico - La Pampa - Rep. Argentina
e-mail: {
. ",~:.,.,..¿.":,,. ",' {bertonee,a1fonsoh}@ing.un1pam.'edú.8it~:,.:,:;-,:~,,·': "..."".:."";':::~. ,',' "'.'"
Phone: (02302)422780/422372,Ext. 6412
Gallard R.
Proyecto UNSL-3384032
Departamento de Informática
Universidad Nacional de San Luis
Ejército de los Andes 950 - Local 106
5700 - San Luis
Jl.! .....
..w;:~;¡¡~~;t,'#.~.,. j,_!il$1'~~r.~'n; IIIJ.;'rBe.P.i~IJ.!!t.[ i;1l1JIl=,. u,:ÚJ....ia;.•••••x;•••'rSIIl
E-mail: rgallard@unsl.edu.ar
Abstract
Phone: +54 2652 420823
Fax: +54 2652 430224
Proportional selection (PS), as a selection mechanism for mating (reproduction with
emphasis), selects individuals according to their fitness. Consequently the probability of
an individual to obtain a number ofoffspring is directly proportional to its fitness value.
This can lead to a loss of selective pressure in the fmal stages of the evolutionary process
degrading the search.
This presentation discusses performance results on evolutionary algorithms optimizing
two highly multimodal (Michalewicz's and Griewank's) functions and a hard unimodal
(Easom's) function. Experiments were addressed to contrast the behaviour of a simple
genetic algorithm against three scaling methods: linear, sigma truncation and recency-
weighted-running-average. Diverse measures of performance were used to establish
quality ofresults and convergence speed.
1. Introduction
1 The Research Group is supported by the Universidad Nacional de La Pampa.,-,...
2 The Research Group is supported by the Universidad Nacional de San Luis and the ANPCYT
(National Agency to Promote Science and Technology).
h'Plll :!!l St:llil' !",llll1: ,,1'  1':'.. 'n~' [1..Tl1Il'IIlUS cllnseqlll'llCl' O!' thi:; :!,,:-;i:c:~:;!,':~: l!
!HIIl!dhililiL'" IL':-.idL':-' ill lill' diikrL'lll hdla iour shOcd hy :In l'llilllillnar: aigllrili1m I<l!'
functions that are equivalent from the optimization point of view such as f(xJ '" w·-' and
g(X) ,.e (IX:: -¡ h. For example. ir ror t:cnain values orx. it rcsults h . ar:: thcn thc sdcction
probabilities 01' many individuals would be extremcy similar and the selective pressure
Vvould result too weak. Conscqucntly optimization of g(x) becomcs a random scarch
process.
¡:rom a dynamic point 01' view, as long as the evolutionary process progresses. the
population often becomes dominated by super-individuals with a narrow range of
objective values: In this condition allmembersofthe population have similarfitness vahie
leading to a 10ss ofselectivepressure towards the better individuals,
To avoid this undesirable behaviour the fitness function can be scaled (De Jong [2]) to the
worst individual and instead of absolute individual's fitness, we manage with an
individual's fitness relative to the worst individual.
But on the other hand, when scaling to the worst individual, the inverse effect (excessive
selective pressure) can occur as long as a super-performer appears in the population,
Copies ofthis super-individual will rapidly invade the whole population.
Scaling methods try to cope with problems, which are dependent on the characteristics
ofthe;;~~~s4,aa4.eat;Uest.W"()rks,are~due..ro·.BagJeN4$.:Rosemberg(.6]· ,
and Forrest[3]. Different categories of scaling were defined.
Goldberg presented; linear, sigma truncation and power law scaling [4]. Grefenstette
[5]defines a scaling approach by using a fitness function as a time varying linear
transformation considering the worst value seen in the last generations. Let us call this
approach time varying linear scaling. But this method showed to be sensitive to
'lethals', poorIy performing individuals arising from crossover and mutation. Better
scaling was achieved by using a recency weighted running average of the worst
observed objective values.
2. Scaling methods
Time varying linear scaling
Grefenstette defines his scaling approach usmg a fitness function as a linear time
dependent transformation.
rp(a;(t))=a/(a;(t))-p(t)
where a. = 1 for maximization and -1 for minimization and (3(t) represents the worst
value observed so faro
Sigma truncation
Here the scaled fitness is given by
$( .,(1)) ~ {
/(a;(t))-(f(t)-ca¡(t)) if/(a;(t)) > (f(t)-ca¡(t))
o otherwise
where e is an small integer (between 1 and 5) and is the standard deviation of the
population. possible negative evaluations are set to zero'
Linear scaling is scnsitive to ·Iethals·. bad performcr individuals that occasionally
aprear.
The recel1(l' 11'eighled rllnning average method provides an smoother scaling and uses
the following estimation for the scaled fitness
fJ(1) = i5. fJ(1-J) +(1-b)·/~vorst(l)
";~""""":-"~"""""_""'_'" _ _ ,,_, ••_ ;_..1 . . . .-.';::- •.••. :.~ . • • • • • -' -':.'" .•"; . . . • • • ~ "'';' ••• ~ . .<- •••••: •••• : ,:."-::-,i,:;- ';-" '!'~" .", ."..:"r¡"-"" .. ::~.: ...:~ •.: ... "~::'-.!:;-:,;'''{'''':::'_~::'-'
c.:'.-o... -··.--With OS S·-:S;l,where S measmesthe adaptation speedand /worst(t) is the worst value
observed until time t.
3. Experimental tests
The aboye mentioned scaling methods were contrasted against a simple genetic
algorithm.For our experiments, 30 runs with randomised initial population of size fixed
to 50 individuals were performed on each function, using binary coded representation,
elitism, one point crossover and bit flip mutation. The riumber maximum of generations
M~.§!!Mn¡Z"., .fIJI!IIt;,._$'J_~hiJi#e. __SlI.a=nW',,·· ai.IlMC1.:fiait;~._
. . for fl and 0.65 and 0.001 for n.
The stop criterion was the stability ofthe mean population fitness.
p: Michalewickz's highly multimodal
f (XI, X 2) =21 .5 + XI' Sin (4Jl' • XI) + X 2•Sin (20 Jl' • X 2) ,for ;
- 3.0 :S: XI:S: 12.1, 4.1:S: X2:S: 5.8
estimated maximum value :38.850292
12: Griewangk's highly multimodal
f I ( X , ) +
t X ,2
,_ I 4 o o o
x, = - 600:600 1:5
minimum g/oba/va/ue: 0.0
e o s
( 1 1
Ix, I I
l .Ji J J
As an indication ofthe performance ofthe algorithms the following relevant variables
were chosen:
Ebest =«opt_val- best value)/opt_va/)IOO
It is the percentile error of the best found individual when compared with the known, or
estimated, optimum value opt_val. It gives us a measure of how far are we from that
opt_val.
Epop =«opt_val- pop mean fitness)/opt_va/)lOO
It is the percentile error ofthe population mean fitness when compared with opl_val. It tell
us how far the mean fitness is from that opt_val.
Time: It is the running time in seconds to arrivc tn the tenninating generation
This ork contrustt:d tht: hdlaviour 01' a gt:n~lil' algorithm with and without scaling on a
sckcted set ofmultimodal testing functions.
.flcr analysis. tht: rcsuIts indicatc that all scaling mcthods produce individuals of hetter
quality when they are compared with those pnn-ided b~ a simple gcnetic algorithm without
sealing. lkst mean Ebesl values w~re achieved under sigma truncation.
Observing Epop values we noticed that when any of the scaling methods is applied on
,. highly·multimodal optimiziltion, the firial population remairis near the best found value.o·... _.
When optimizing f1, linear scaling and recency weighted running average increment
running time in about 35% when compared with the simple genetic algorithm, while
sigma truncation reduce this value in a 44%. When optimizing 12 no sensible
differences can be detected.
As a final conclusion we can say that even if scaling methods are not widely used, their
application become beneficial when quality of solutions is considered an important issue in
multimodal functions optimization.
[1] Bagley J. D. The behaviour of adaptive systems which employ genetic and correlation
algorithms. Doctoral dissertation, University of Michigan. Dissertation Abstracts
lnternational, 28(12), 5106B. university Microfilms No. 68-7556. 1967.
[2] De Jong K. A.: An analisis 01 the behavior 01 a c/ass ofgenetic adaptive systems.
Doctoral dissertation, University of Michigan. Dissertation abstract lnternational,
36(10), 5140B. (University Microfilms no 76-9381).
[3] Forrest S. Documentation for Prissoners Dilema and Norms programs that use the
genetic algorithm. Unpublished manuscript, University of Michigan, Ann Arbor,
1985.
[4] Goldberg, D.E. Genetic Algorithms in Search, Optimization and Machine Learning.
Addison-Wesley, Reading, MA. (1989).
[5] Grefenstette J,J.: Optimization of control parameters for genetic algorithms. IEEE
Trans. Syst. Man Cybernetic. SMC-16, pp 122-128, 1986.
[6] Rosemberg R. S. Simulation of genetié populations with biochemical properties.
Doctoral dissertation, University of Michigan. Dissertation Abstracts lnternational,
28(7), 2732B. university Microfilms No. 67-17863. 1967.
A STUDY OF PERFORMANCE OF STOCHASTIC UNIVERSAL SAMPLING
VERS( lS PI{OPORTIO~AL SELECTIO~ ON (;ENETIC ALGORITHMS
Abstract
Minetti (J., Salto, c., Alfonso H.
Proyecto UNLPAM-09/F0091
Departamento de Informática - Facultad de Ingeniería
Universidad Nacional de La Pampa
Calle I 10 esq. 9 - Local 14
(6360) G~nl!ral Pi~o - La Pampa - Rep. Argentina
e-mail: {minettig.saltoc.alfonsoh}@ing.unlpam.edu.ar;
Phone: (02302)422780/422372,Ext 6412 ,.",;_.."'"
Gallard R.
Proyecto UNSL-3384032 -
Departamento de Informática
Universidad Nacional de San Luis
Ejército de los Andes 950 - Local 106
5700 - San Luis
Argentina
E-mail: rgallard@unsl.edu.ar
Phone: +54 2652420823
Fax: +54 2652 430224
...-: - ~·:i;:-,t·;,
Selection mechanisms favour reproduction of better individuals imposing a direction on the
search process. According to this it is expected that the effective number of offspring of an
individuiil in the next generation would always agree with the algorithmic sampling
frequencies. This does not happens due to sampling errors. Stochastic universal sampling is a
method that tries to remedy this problem.
This presentation discusses performance results on evolutionary algorithms optimizing a set of
highly multimodal functions and a hard unimodal function, under Proportional selection and
stochastic universal sampling. Contrasting results are shown.
l.Introduction
1 The Research Group is supported by the Universidad Nacional de La Pampa.'····,'
2 The Research Group is supported by the Universidad Nacional de San Luis and the ANPCYT
(National Agency to Promote Science and Technology).

More Related Content

Similar to A Comparison Of Fitness Scallng Methods In Evolutionary Algorithms

Markov Chain and Adaptive Parameter Selection on Particle Swarm Optimizer
Markov Chain and Adaptive Parameter Selection on Particle Swarm Optimizer  Markov Chain and Adaptive Parameter Selection on Particle Swarm Optimizer
Markov Chain and Adaptive Parameter Selection on Particle Swarm Optimizer ijsc
 
Estimation of region of attraction for polynomial nonlinear systems a numeric...
Estimation of region of attraction for polynomial nonlinear systems a numeric...Estimation of region of attraction for polynomial nonlinear systems a numeric...
Estimation of region of attraction for polynomial nonlinear systems a numeric...ISA Interchange
 
MARKOV CHAIN AND ADAPTIVE PARAMETER SELECTION ON PARTICLE SWARM OPTIMIZER
MARKOV CHAIN AND ADAPTIVE PARAMETER SELECTION ON PARTICLE SWARM OPTIMIZERMARKOV CHAIN AND ADAPTIVE PARAMETER SELECTION ON PARTICLE SWARM OPTIMIZER
MARKOV CHAIN AND ADAPTIVE PARAMETER SELECTION ON PARTICLE SWARM OPTIMIZERijsc
 
Identification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation StudyIdentification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation Studyiosrjce
 
Genetic algorithm guided key generation in wireless communication (gakg)
Genetic algorithm guided key generation in wireless communication (gakg)Genetic algorithm guided key generation in wireless communication (gakg)
Genetic algorithm guided key generation in wireless communication (gakg)IJCI JOURNAL
 
Kinetic bands versus Bollinger Bands
Kinetic bands versus Bollinger  BandsKinetic bands versus Bollinger  Bands
Kinetic bands versus Bollinger BandsAlexandru Daia
 
Sampling and sampling distributions
Sampling and sampling distributionsSampling and sampling distributions
Sampling and sampling distributionsShakeel Nouman
 
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATADETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATAIJCSEA Journal
 
Generalized SEIR Model on Large Networks
Generalized SEIR Model on Large NetworksGeneralized SEIR Model on Large Networks
Generalized SEIR Model on Large NetworksDatabricks
 
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...IJRESJOURNAL
 
Sampling_Distribution_stat_of_Mean_New.pptx
Sampling_Distribution_stat_of_Mean_New.pptxSampling_Distribution_stat_of_Mean_New.pptx
Sampling_Distribution_stat_of_Mean_New.pptxRajJirel
 
A note on estimation of population mean in sample survey using auxiliary info...
A note on estimation of population mean in sample survey using auxiliary info...A note on estimation of population mean in sample survey using auxiliary info...
A note on estimation of population mean in sample survey using auxiliary info...Alexander Decker
 
Rosscraft Innovations Inc. Presentation To EAA Congress
Rosscraft Innovations Inc. Presentation To EAA Congress Rosscraft Innovations Inc. Presentation To EAA Congress
Rosscraft Innovations Inc. Presentation To EAA Congress Daryl Austman
 
A Knowledge-based System for Classifying Particle Reaction and Decay Processes
A Knowledge-based System for Classifying Particle Reaction and Decay ProcessesA Knowledge-based System for Classifying Particle Reaction and Decay Processes
A Knowledge-based System for Classifying Particle Reaction and Decay ProcessesWaqas Tariq
 

Similar to A Comparison Of Fitness Scallng Methods In Evolutionary Algorithms (20)

panel regression.pptx
panel regression.pptxpanel regression.pptx
panel regression.pptx
 
Statistical analysis by iswar
Statistical analysis by iswarStatistical analysis by iswar
Statistical analysis by iswar
 
GA.pptx
GA.pptxGA.pptx
GA.pptx
 
Markov Chain and Adaptive Parameter Selection on Particle Swarm Optimizer
Markov Chain and Adaptive Parameter Selection on Particle Swarm Optimizer  Markov Chain and Adaptive Parameter Selection on Particle Swarm Optimizer
Markov Chain and Adaptive Parameter Selection on Particle Swarm Optimizer
 
Estimation of region of attraction for polynomial nonlinear systems a numeric...
Estimation of region of attraction for polynomial nonlinear systems a numeric...Estimation of region of attraction for polynomial nonlinear systems a numeric...
Estimation of region of attraction for polynomial nonlinear systems a numeric...
 
MARKOV CHAIN AND ADAPTIVE PARAMETER SELECTION ON PARTICLE SWARM OPTIMIZER
MARKOV CHAIN AND ADAPTIVE PARAMETER SELECTION ON PARTICLE SWARM OPTIMIZERMARKOV CHAIN AND ADAPTIVE PARAMETER SELECTION ON PARTICLE SWARM OPTIMIZER
MARKOV CHAIN AND ADAPTIVE PARAMETER SELECTION ON PARTICLE SWARM OPTIMIZER
 
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
 
1582997627872.pdf
1582997627872.pdf1582997627872.pdf
1582997627872.pdf
 
Identification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation StudyIdentification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation Study
 
L018147377
L018147377L018147377
L018147377
 
Genetic algorithm guided key generation in wireless communication (gakg)
Genetic algorithm guided key generation in wireless communication (gakg)Genetic algorithm guided key generation in wireless communication (gakg)
Genetic algorithm guided key generation in wireless communication (gakg)
 
Kinetic bands versus Bollinger Bands
Kinetic bands versus Bollinger  BandsKinetic bands versus Bollinger  Bands
Kinetic bands versus Bollinger Bands
 
Sampling and sampling distributions
Sampling and sampling distributionsSampling and sampling distributions
Sampling and sampling distributions
 
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATADETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
 
Generalized SEIR Model on Large Networks
Generalized SEIR Model on Large NetworksGeneralized SEIR Model on Large Networks
Generalized SEIR Model on Large Networks
 
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
 
Sampling_Distribution_stat_of_Mean_New.pptx
Sampling_Distribution_stat_of_Mean_New.pptxSampling_Distribution_stat_of_Mean_New.pptx
Sampling_Distribution_stat_of_Mean_New.pptx
 
A note on estimation of population mean in sample survey using auxiliary info...
A note on estimation of population mean in sample survey using auxiliary info...A note on estimation of population mean in sample survey using auxiliary info...
A note on estimation of population mean in sample survey using auxiliary info...
 
Rosscraft Innovations Inc. Presentation To EAA Congress
Rosscraft Innovations Inc. Presentation To EAA Congress Rosscraft Innovations Inc. Presentation To EAA Congress
Rosscraft Innovations Inc. Presentation To EAA Congress
 
A Knowledge-based System for Classifying Particle Reaction and Decay Processes
A Knowledge-based System for Classifying Particle Reaction and Decay ProcessesA Knowledge-based System for Classifying Particle Reaction and Decay Processes
A Knowledge-based System for Classifying Particle Reaction and Decay Processes
 

More from Tracy Hill

How To Focus An Essay Topic Essay Topics, Persu
How To Focus An Essay Topic Essay Topics, PersuHow To Focus An Essay Topic Essay Topics, Persu
How To Focus An Essay Topic Essay Topics, PersuTracy Hill
 
Spelman College - Livesmartconnect. Online assignment writing service.
Spelman College - Livesmartconnect. Online assignment writing service.Spelman College - Livesmartconnect. Online assignment writing service.
Spelman College - Livesmartconnect. Online assignment writing service.Tracy Hill
 
Primary Handwriting Paper Hand Writing. Online assignment writing service.
Primary Handwriting Paper Hand Writing. Online assignment writing service.Primary Handwriting Paper Hand Writing. Online assignment writing service.
Primary Handwriting Paper Hand Writing. Online assignment writing service.Tracy Hill
 
Free Printable Space Writing Prompts For Kindergarten
Free Printable Space Writing Prompts For KindergartenFree Printable Space Writing Prompts For Kindergarten
Free Printable Space Writing Prompts For KindergartenTracy Hill
 
Rubric For Argumentative Essay. Rubric For Argumentative Essay
Rubric For Argumentative Essay. Rubric For Argumentative EssayRubric For Argumentative Essay. Rubric For Argumentative Essay
Rubric For Argumentative Essay. Rubric For Argumentative EssayTracy Hill
 
How To Write A Term Paper Complete Guide - Peachy
How To Write A Term Paper Complete Guide - PeachyHow To Write A Term Paper Complete Guide - Peachy
How To Write A Term Paper Complete Guide - PeachyTracy Hill
 
Business Writing Phrases Essay Writing Skills, Englis
Business Writing Phrases Essay Writing Skills, EnglisBusiness Writing Phrases Essay Writing Skills, Englis
Business Writing Phrases Essay Writing Skills, EnglisTracy Hill
 
When I CanT Avoid Writing - BE KITSCHIG. Online assignment writing service.
When I CanT Avoid Writing - BE KITSCHIG. Online assignment writing service.When I CanT Avoid Writing - BE KITSCHIG. Online assignment writing service.
When I CanT Avoid Writing - BE KITSCHIG. Online assignment writing service.Tracy Hill
 
Make Money Writing Articles How I Made 9,000 In On
Make Money Writing Articles How I Made 9,000 In OnMake Money Writing Articles How I Made 9,000 In On
Make Money Writing Articles How I Made 9,000 In OnTracy Hill
 
College Essay Revision. Revising Your College Essay In 5 Simpl
College Essay Revision. Revising Your College Essay In 5 SimplCollege Essay Revision. Revising Your College Essay In 5 Simpl
College Essay Revision. Revising Your College Essay In 5 SimplTracy Hill
 
013 Transition Words And Phrases 274134 Essay T
013 Transition Words And Phrases 274134 Essay T013 Transition Words And Phrases 274134 Essay T
013 Transition Words And Phrases 274134 Essay TTracy Hill
 
Williams College Essay Guide 20202021 By Bria
Williams College Essay Guide 20202021 By BriaWilliams College Essay Guide 20202021 By Bria
Williams College Essay Guide 20202021 By BriaTracy Hill
 
Writing My English Paper Themed Writing Paper On P
Writing My English Paper Themed Writing Paper On PWriting My English Paper Themed Writing Paper On P
Writing My English Paper Themed Writing Paper On PTracy Hill
 
Best Technical Writing For Beginners 2023 - AtOnce
Best Technical Writing For Beginners 2023 - AtOnceBest Technical Writing For Beginners 2023 - AtOnce
Best Technical Writing For Beginners 2023 - AtOnceTracy Hill
 
7Th Grade Narrative Essay Sample Essay Writing Exa
7Th Grade Narrative Essay Sample  Essay Writing Exa7Th Grade Narrative Essay Sample  Essay Writing Exa
7Th Grade Narrative Essay Sample Essay Writing ExaTracy Hill
 
006 Essay Example How To Write Coll. Online assignment writing service.
006 Essay Example How To Write Coll. Online assignment writing service.006 Essay Example How To Write Coll. Online assignment writing service.
006 Essay Example How To Write Coll. Online assignment writing service.Tracy Hill
 
How To Write A Reflective Essay Psychology - Afflec
How To Write A Reflective Essay Psychology - AfflecHow To Write A Reflective Essay Psychology - Afflec
How To Write A Reflective Essay Psychology - AfflecTracy Hill
 
How To Write A Visual Analysi. Online assignment writing service.
How To Write A Visual Analysi. Online assignment writing service.How To Write A Visual Analysi. Online assignment writing service.
How To Write A Visual Analysi. Online assignment writing service.Tracy Hill
 
Looking For The Best Site Where You Can Hire Research Paper Writer To ...
Looking For The Best Site Where You Can Hire Research Paper Writer To ...Looking For The Best Site Where You Can Hire Research Paper Writer To ...
Looking For The Best Site Where You Can Hire Research Paper Writer To ...Tracy Hill
 
Writing A Persuasive Research Paper - College H
Writing A Persuasive Research Paper - College HWriting A Persuasive Research Paper - College H
Writing A Persuasive Research Paper - College HTracy Hill
 

More from Tracy Hill (20)

How To Focus An Essay Topic Essay Topics, Persu
How To Focus An Essay Topic Essay Topics, PersuHow To Focus An Essay Topic Essay Topics, Persu
How To Focus An Essay Topic Essay Topics, Persu
 
Spelman College - Livesmartconnect. Online assignment writing service.
Spelman College - Livesmartconnect. Online assignment writing service.Spelman College - Livesmartconnect. Online assignment writing service.
Spelman College - Livesmartconnect. Online assignment writing service.
 
Primary Handwriting Paper Hand Writing. Online assignment writing service.
Primary Handwriting Paper Hand Writing. Online assignment writing service.Primary Handwriting Paper Hand Writing. Online assignment writing service.
Primary Handwriting Paper Hand Writing. Online assignment writing service.
 
Free Printable Space Writing Prompts For Kindergarten
Free Printable Space Writing Prompts For KindergartenFree Printable Space Writing Prompts For Kindergarten
Free Printable Space Writing Prompts For Kindergarten
 
Rubric For Argumentative Essay. Rubric For Argumentative Essay
Rubric For Argumentative Essay. Rubric For Argumentative EssayRubric For Argumentative Essay. Rubric For Argumentative Essay
Rubric For Argumentative Essay. Rubric For Argumentative Essay
 
How To Write A Term Paper Complete Guide - Peachy
How To Write A Term Paper Complete Guide - PeachyHow To Write A Term Paper Complete Guide - Peachy
How To Write A Term Paper Complete Guide - Peachy
 
Business Writing Phrases Essay Writing Skills, Englis
Business Writing Phrases Essay Writing Skills, EnglisBusiness Writing Phrases Essay Writing Skills, Englis
Business Writing Phrases Essay Writing Skills, Englis
 
When I CanT Avoid Writing - BE KITSCHIG. Online assignment writing service.
When I CanT Avoid Writing - BE KITSCHIG. Online assignment writing service.When I CanT Avoid Writing - BE KITSCHIG. Online assignment writing service.
When I CanT Avoid Writing - BE KITSCHIG. Online assignment writing service.
 
Make Money Writing Articles How I Made 9,000 In On
Make Money Writing Articles How I Made 9,000 In OnMake Money Writing Articles How I Made 9,000 In On
Make Money Writing Articles How I Made 9,000 In On
 
College Essay Revision. Revising Your College Essay In 5 Simpl
College Essay Revision. Revising Your College Essay In 5 SimplCollege Essay Revision. Revising Your College Essay In 5 Simpl
College Essay Revision. Revising Your College Essay In 5 Simpl
 
013 Transition Words And Phrases 274134 Essay T
013 Transition Words And Phrases 274134 Essay T013 Transition Words And Phrases 274134 Essay T
013 Transition Words And Phrases 274134 Essay T
 
Williams College Essay Guide 20202021 By Bria
Williams College Essay Guide 20202021 By BriaWilliams College Essay Guide 20202021 By Bria
Williams College Essay Guide 20202021 By Bria
 
Writing My English Paper Themed Writing Paper On P
Writing My English Paper Themed Writing Paper On PWriting My English Paper Themed Writing Paper On P
Writing My English Paper Themed Writing Paper On P
 
Best Technical Writing For Beginners 2023 - AtOnce
Best Technical Writing For Beginners 2023 - AtOnceBest Technical Writing For Beginners 2023 - AtOnce
Best Technical Writing For Beginners 2023 - AtOnce
 
7Th Grade Narrative Essay Sample Essay Writing Exa
7Th Grade Narrative Essay Sample  Essay Writing Exa7Th Grade Narrative Essay Sample  Essay Writing Exa
7Th Grade Narrative Essay Sample Essay Writing Exa
 
006 Essay Example How To Write Coll. Online assignment writing service.
006 Essay Example How To Write Coll. Online assignment writing service.006 Essay Example How To Write Coll. Online assignment writing service.
006 Essay Example How To Write Coll. Online assignment writing service.
 
How To Write A Reflective Essay Psychology - Afflec
How To Write A Reflective Essay Psychology - AfflecHow To Write A Reflective Essay Psychology - Afflec
How To Write A Reflective Essay Psychology - Afflec
 
How To Write A Visual Analysi. Online assignment writing service.
How To Write A Visual Analysi. Online assignment writing service.How To Write A Visual Analysi. Online assignment writing service.
How To Write A Visual Analysi. Online assignment writing service.
 
Looking For The Best Site Where You Can Hire Research Paper Writer To ...
Looking For The Best Site Where You Can Hire Research Paper Writer To ...Looking For The Best Site Where You Can Hire Research Paper Writer To ...
Looking For The Best Site Where You Can Hire Research Paper Writer To ...
 
Writing A Persuasive Research Paper - College H
Writing A Persuasive Research Paper - College HWriting A Persuasive Research Paper - College H
Writing A Persuasive Research Paper - College H
 

Recently uploaded

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 

Recently uploaded (20)

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 

A Comparison Of Fitness Scallng Methods In Evolutionary Algorithms

  • 1. A COMPARISON OF FITNESS SCALlNG METHODS IN EVOLUTIONARY . r.< ;ORrTII lS 13ertone E.. Alfonso H. Proyecto 1JNI.PAM-09/F009' Departamento de In1om1ática - Facultad de Ingeniería Universidad Nacional de La Pampa Calle 110 esq. 9 - Local 14 (6360) Gl!nl!ral Pico - La Pampa - Rep. Argentina e-mail: { . ",~:.,.,..¿.":,,. ",' {bertonee,a1fonsoh}@ing.un1pam.'edú.8it~:,.:,:;-,:~,,·': "..."".:."";':::~. ,',' "'.'" Phone: (02302)422780/422372,Ext. 6412 Gallard R. Proyecto UNSL-3384032 Departamento de Informática Universidad Nacional de San Luis Ejército de los Andes 950 - Local 106 5700 - San Luis Jl.! ..... ..w;:~;¡¡~~;t,'#.~.,. j,_!il$1'~~r.~'n; IIIJ.;'rBe.P.i~IJ.!!t.[ i;1l1JIl=,. u,:ÚJ....ia;.•••••x;•••'rSIIl E-mail: rgallard@unsl.edu.ar Abstract Phone: +54 2652 420823 Fax: +54 2652 430224 Proportional selection (PS), as a selection mechanism for mating (reproduction with emphasis), selects individuals according to their fitness. Consequently the probability of an individual to obtain a number ofoffspring is directly proportional to its fitness value. This can lead to a loss of selective pressure in the fmal stages of the evolutionary process degrading the search. This presentation discusses performance results on evolutionary algorithms optimizing two highly multimodal (Michalewicz's and Griewank's) functions and a hard unimodal (Easom's) function. Experiments were addressed to contrast the behaviour of a simple genetic algorithm against three scaling methods: linear, sigma truncation and recency- weighted-running-average. Diverse measures of performance were used to establish quality ofresults and convergence speed. 1. Introduction 1 The Research Group is supported by the Universidad Nacional de La Pampa.,-,... 2 The Research Group is supported by the Universidad Nacional de San Luis and the ANPCYT (National Agency to Promote Science and Technology).
  • 2. h'Plll :!!l St:llil' !",llll1: ,,1' 1':'.. 'n~' [1..Tl1Il'IIlUS cllnseqlll'llCl' O!' thi:; :!,,:-;i:c:~:;!,':~: l! !HIIl!dhililiL'" IL':-.idL':-' ill lill' diikrL'lll hdla iour shOcd hy :In l'llilllillnar: aigllrili1m I<l!' functions that are equivalent from the optimization point of view such as f(xJ '" w·-' and g(X) ,.e (IX:: -¡ h. For example. ir ror t:cnain values orx. it rcsults h . ar:: thcn thc sdcction probabilities 01' many individuals would be extremcy similar and the selective pressure Vvould result too weak. Conscqucntly optimization of g(x) becomcs a random scarch process. ¡:rom a dynamic point 01' view, as long as the evolutionary process progresses. the population often becomes dominated by super-individuals with a narrow range of objective values: In this condition allmembersofthe population have similarfitness vahie leading to a 10ss ofselectivepressure towards the better individuals, To avoid this undesirable behaviour the fitness function can be scaled (De Jong [2]) to the worst individual and instead of absolute individual's fitness, we manage with an individual's fitness relative to the worst individual. But on the other hand, when scaling to the worst individual, the inverse effect (excessive selective pressure) can occur as long as a super-performer appears in the population, Copies ofthis super-individual will rapidly invade the whole population. Scaling methods try to cope with problems, which are dependent on the characteristics ofthe;;~~~s4,aa4.eat;Uest.W"()rks,are~due..ro·.BagJeN4$.:Rosemberg(.6]· , and Forrest[3]. Different categories of scaling were defined. Goldberg presented; linear, sigma truncation and power law scaling [4]. Grefenstette [5]defines a scaling approach by using a fitness function as a time varying linear transformation considering the worst value seen in the last generations. Let us call this approach time varying linear scaling. But this method showed to be sensitive to 'lethals', poorIy performing individuals arising from crossover and mutation. Better scaling was achieved by using a recency weighted running average of the worst observed objective values. 2. Scaling methods Time varying linear scaling Grefenstette defines his scaling approach usmg a fitness function as a linear time dependent transformation. rp(a;(t))=a/(a;(t))-p(t) where a. = 1 for maximization and -1 for minimization and (3(t) represents the worst value observed so faro Sigma truncation Here the scaled fitness is given by $( .,(1)) ~ { /(a;(t))-(f(t)-ca¡(t)) if/(a;(t)) > (f(t)-ca¡(t)) o otherwise where e is an small integer (between 1 and 5) and is the standard deviation of the population. possible negative evaluations are set to zero'
  • 3. Linear scaling is scnsitive to ·Iethals·. bad performcr individuals that occasionally aprear. The recel1(l' 11'eighled rllnning average method provides an smoother scaling and uses the following estimation for the scaled fitness fJ(1) = i5. fJ(1-J) +(1-b)·/~vorst(l) ";~""""":-"~"""""_""'_'" _ _ ,,_, ••_ ;_..1 . . . .-.';::- •.••. :.~ . • • • • • -' -':.'" .•"; . . . • • • ~ "'';' ••• ~ . .<- •••••: •••• : ,:."-::-,i,:;- ';-" '!'~" .", ."..:"r¡"-"" .. ::~.: ...:~ •.: ... "~::'-.!:;-:,;'''{'''':::'_~::'-' c.:'.-o... -··.--With OS S·-:S;l,where S measmesthe adaptation speedand /worst(t) is the worst value observed until time t. 3. Experimental tests The aboye mentioned scaling methods were contrasted against a simple genetic algorithm.For our experiments, 30 runs with randomised initial population of size fixed to 50 individuals were performed on each function, using binary coded representation, elitism, one point crossover and bit flip mutation. The riumber maximum of generations M~.§!!Mn¡Z"., .fIJI!IIt;,._$'J_~hiJi#e. __SlI.a=nW',,·· ai.IlMC1.:fiait;~._ . . for fl and 0.65 and 0.001 for n. The stop criterion was the stability ofthe mean population fitness. p: Michalewickz's highly multimodal f (XI, X 2) =21 .5 + XI' Sin (4Jl' • XI) + X 2•Sin (20 Jl' • X 2) ,for ; - 3.0 :S: XI:S: 12.1, 4.1:S: X2:S: 5.8 estimated maximum value :38.850292 12: Griewangk's highly multimodal f I ( X , ) + t X ,2 ,_ I 4 o o o x, = - 600:600 1:5 minimum g/oba/va/ue: 0.0 e o s ( 1 1 Ix, I I l .Ji J J As an indication ofthe performance ofthe algorithms the following relevant variables were chosen: Ebest =«opt_val- best value)/opt_va/)IOO It is the percentile error of the best found individual when compared with the known, or estimated, optimum value opt_val. It gives us a measure of how far are we from that opt_val. Epop =«opt_val- pop mean fitness)/opt_va/)lOO It is the percentile error ofthe population mean fitness when compared with opl_val. It tell us how far the mean fitness is from that opt_val.
  • 4. Time: It is the running time in seconds to arrivc tn the tenninating generation This ork contrustt:d tht: hdlaviour 01' a gt:n~lil' algorithm with and without scaling on a sckcted set ofmultimodal testing functions. .flcr analysis. tht: rcsuIts indicatc that all scaling mcthods produce individuals of hetter quality when they are compared with those pnn-ided b~ a simple gcnetic algorithm without sealing. lkst mean Ebesl values w~re achieved under sigma truncation. Observing Epop values we noticed that when any of the scaling methods is applied on ,. highly·multimodal optimiziltion, the firial population remairis near the best found value.o·... _. When optimizing f1, linear scaling and recency weighted running average increment running time in about 35% when compared with the simple genetic algorithm, while sigma truncation reduce this value in a 44%. When optimizing 12 no sensible differences can be detected. As a final conclusion we can say that even if scaling methods are not widely used, their application become beneficial when quality of solutions is considered an important issue in multimodal functions optimization. [1] Bagley J. D. The behaviour of adaptive systems which employ genetic and correlation algorithms. Doctoral dissertation, University of Michigan. Dissertation Abstracts lnternational, 28(12), 5106B. university Microfilms No. 68-7556. 1967. [2] De Jong K. A.: An analisis 01 the behavior 01 a c/ass ofgenetic adaptive systems. Doctoral dissertation, University of Michigan. Dissertation abstract lnternational, 36(10), 5140B. (University Microfilms no 76-9381). [3] Forrest S. Documentation for Prissoners Dilema and Norms programs that use the genetic algorithm. Unpublished manuscript, University of Michigan, Ann Arbor, 1985. [4] Goldberg, D.E. Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley, Reading, MA. (1989). [5] Grefenstette J,J.: Optimization of control parameters for genetic algorithms. IEEE Trans. Syst. Man Cybernetic. SMC-16, pp 122-128, 1986. [6] Rosemberg R. S. Simulation of genetié populations with biochemical properties. Doctoral dissertation, University of Michigan. Dissertation Abstracts lnternational, 28(7), 2732B. university Microfilms No. 67-17863. 1967.
  • 5. A STUDY OF PERFORMANCE OF STOCHASTIC UNIVERSAL SAMPLING VERS( lS PI{OPORTIO~AL SELECTIO~ ON (;ENETIC ALGORITHMS Abstract Minetti (J., Salto, c., Alfonso H. Proyecto UNLPAM-09/F0091 Departamento de Informática - Facultad de Ingeniería Universidad Nacional de La Pampa Calle I 10 esq. 9 - Local 14 (6360) G~nl!ral Pi~o - La Pampa - Rep. Argentina e-mail: {minettig.saltoc.alfonsoh}@ing.unlpam.edu.ar; Phone: (02302)422780/422372,Ext 6412 ,.",;_.."'" Gallard R. Proyecto UNSL-3384032 - Departamento de Informática Universidad Nacional de San Luis Ejército de los Andes 950 - Local 106 5700 - San Luis Argentina E-mail: rgallard@unsl.edu.ar Phone: +54 2652420823 Fax: +54 2652 430224 ...-: - ~·:i;:-,t·;, Selection mechanisms favour reproduction of better individuals imposing a direction on the search process. According to this it is expected that the effective number of offspring of an individuiil in the next generation would always agree with the algorithmic sampling frequencies. This does not happens due to sampling errors. Stochastic universal sampling is a method that tries to remedy this problem. This presentation discusses performance results on evolutionary algorithms optimizing a set of highly multimodal functions and a hard unimodal function, under Proportional selection and stochastic universal sampling. Contrasting results are shown. l.Introduction 1 The Research Group is supported by the Universidad Nacional de La Pampa.'····,' 2 The Research Group is supported by the Universidad Nacional de San Luis and the ANPCYT (National Agency to Promote Science and Technology).