SlideShare a Scribd company logo
UMDAs for Dynamic Optimization Problems Carlos Fernandes 1,2 Claudio Lima 3 Agostinho C. Rosa 1 1 LaSEEB-ISR-IST, Technical Univ. of Lisbon (IST), Portugal 2  Department of Architecture and Computer Technology, University of Granada, Spain 3  Informatics Laboratory, University of Algarve, Portugal  GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Motivation and Objectives Design an update strategy for UMDAs to deal with Dynamic Optimization Problems (DOPs), based on ACO. Problem: full convergence. When solving DOPs, finding the optima is not the main task; the algorithm must  track  the optima. Full convergence (without ways to escape it) is not suitable for DOPs (even if the population converges to the global optimum) Solution: delay or avoid full convergence. Change probability distribution. Maintain probability distribution except when close to 0 and 1 Combination of strategies GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Motivation and Objectives Proposal: Update strategy for UMDA based on ACO equations. Effects: Change probability distribution. Why? Reinforcement/evaporation equations allow us to control the convergence speed of the algorithm ACO algorithms build solutions by travelling trough the nodes of a (combinatorial) problem. (TSP, for instance…) After the evaluation of the solutions, edges that belong to good solutions are reinforced (pheromone) Each generation, pheromone in all edges is evaporated – diversity, mutation. In the following generation, solutions/paths are chosen according to the amount of pheromone in each connection between nodes. GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Motivation and Objectives ACO Univariate EDA initialize  pheromone in all edges repeat  sample  N solutions evaluate  solutions update  pheromone until  stop criterion initialize  probability model repeat sample  N solutions evaluate  solutions update  model parameters until  stop criterion GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Motivation and Objectives The Binary Ant Algorithm (presented in GECCO07). Based on Ant Colony Optimization (ACO), BAA builds pheromone trails between binary variables.   BAA is a kind of Estimation of Distribution Algorithm (EDA) There are similarities between EDAs and ACO. The pheromone trails are similar to the probability models, and reinforcement/evaporation is ACO’s update strategy. 0 0 0 1 1 1 0 1 0 1 Solution Dimension BAA GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Reducing Diversity Loss Branke, J., Lode, C., and Shapiro, J. 2007.  Adressing sampling errors and diversity loss in UMDA . Proceedings of the 2007 Genetic and Evolutionary Computation Conference, ACM, 508-515. Permutation Sampling: reduces loss due to sampling; used in all the experiments Loss Correction (LC) Laplace Correction Iterated Laplace Correction (iLaplace) Boundary Correction: changes probability distribution near 0 and 1 Changes probability distribution GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Reducing Diversity Loss GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
UMDA Set  γ i  ← 1/2 for all i = 1 . . .L; repeat Sample   N  strings according to make a population  D . Generate  a new population  Ds  from  D  by selecting the f × N  fittest strings. for  i = 1 to  L   do update model: end for until  stop criterion Replace by ACO-like equations GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Reinforcement/Evaporation (RE) Update Set  γ i  ← 1/2 for all i = 1 . . . L ; Set ← 0 for all i = 1 . . . L ; Set  α  and  β repeat sample   N   strings according to make a population  D . generate  new population  D s  by selecting the  f × N   fittest strings. update pheromone   evaporate for   i  = 1 to  L   do update model end for until  stop criterion met   β  = 1 + + If  α  = 1 and  β   = 1, we have the standard update strategy 1 0 1 1… GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Results – Diversity Loss in Flat Landscape β  = 1;  N  = 20;  f  = 0.5;  L  = 100 α  = 1;  N  = 20;  f  = 0.5;  L  = 100 GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Test Set Severity of change: This criterion establishes how strongly the problem is changing Speed of change: This criterion establishes how often the environment changes Yang and Yao’s dynamic problems generator* By using a binary mask, dynamic environments are created by applying the mask to each solution before its evaluation. Severity of change  is controlled by setting the number of 1’s in the mask. Speed of change  is controlled by defining the number of generations between the application of a different mask. *Yang, S. and Yao, X. 2005.  Experimental study on PBIL algorithms for dynamic optimization problems . Soft Computing 9(11), 815-834. GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Test Set Functions Onemax Royal Road Speed was set to  𝜏 = 10, 100 (generations) Severity was set to  ρ  = 0.05, 0.6 and 0.95 6 different scenarios Performance is measured by the mean best-of-generation values, i.e., best fitness averaged over all generations, and then over all runs 30 runs for each configuration Compared RE with Loss, Laplace, iterated Laplace and Boundary Correction GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Results – RE Parameters β  = 1 β  = 0.5 Royal Road Decreasing  β  improves performance when speed is high and severity is low  β  = 1 and α = 1 is standard UMDA’s update strategy GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Results Comparing strategies that do not avoid full convergence RE1:  α  = 0.6,  β  = 1 RE2:  α  = 1,  β  = 0.5 GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs” Onemax Royal Road τ ρ 10 0.05 10 0.6 10 0.95 100 0.05 100 0.6 100 0.95 10 0.05 10 0.6 10 0.95 100 0.05 100 0.6 100 0.95 1 2 RE1 iLap − + + − − − − + ~ ~ ~ ~ RE1 LC + + + − − − + + + + + + RE2  iLap − + + ~ ~ + + + + + ~ ~ RE2 LC ~ + + ~ ~ + + + + + + + iLap  LC + + + ~ ~ ~ + + + + + +
Results Table 2. Statistical analysis of the results in table 1.  Avoiding full convergence RE1:  α  = 0.8,  β  = 1 RE2:  α  = 0.9,  β  = 0.5 *Laplace performs well when compared to iL+BC, LC+BC and BC GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs” Onemax Royal Road τ ρ 10 0.05 10 0.6 10 0.95 100 0.05 100 0.6 100 0.95 10 0.05 10 0.6 10 0.95 100 0.05 100 0.6 100 0.95 1 2 RE1+BC  iLap+BC ~ + + ~ + + + + + + + + RE1+BC Laplace − + + − + + + + ~ + + + RE1+BC LC+BC − + + ~ + + + + ~ + + + RE1+BC  BC − + + ~ + + + + + + + + RE2+BC iLap+BC − + + − − − + + ~ + + + RE2+BC Laplace − + + − − − ~ + ~ + + + RE2+BC LC+BC − + + − − − ~ ~ ~ ~ − ~ RE2+BC  BC − + + − − − + + ~ + + +
Results Dynamic Royal Road with 𝜏 = 100.  β  = 1 ( α  = 1 curves correspond to the standard UMDA update strategy) ρ  = 0.05 ρ  = 0.6 ρ  = 0.9 RE GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Results Table 2. Statistical analysis of the results in table 1.  Dynamic Royal Road with 𝜏 = 100.  α  = 0.8,  β  = 1 RE Laplace GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Conclusions RE is capable of outperforming other diversity loss correction techniques RE performs well when compared to Loss Correction and Iterated Laplace Correction RE with boundary correction outperforms other strategies in a wide range of scenarios Laplace Correction attains better results than other techniques (except RE) Diversity of the UMDA with RE may be controlled by  α  and  β  parameters RE seems to work well with  α  between 0.6 and 0.9, depending on  β  and depending if we hybridize it with Boundary Correction. GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Conclusions RE strategy works well without needing to know when the fitness changes. There DOPs with changes that are not detectable (or that are too costly to detect). GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
Future work In-depth study of the effects of parameter values on performance. Understand how  α  and  β  affect UMDA’s behavior. Tests on dynamic trap functions. Extend the strategy to other EDAs. GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”

More Related Content

PDF
Marketing Analytics Conference 2011
PDF
Security optimization of dynamic networks with probabilistic graph modeling a...
PDF
Uncertain and dynamic optimization problems: solving strategies and applications
PPS
eyeDemand "Demystifying RTB: Keys to a Successful Campaign"
PDF
Bond graphs and genetic algorithms for design and optimization of active dyna...
PPT
Dynamic Hyperparameter Optimization for Bayesian Topical Trend Analysis
PPTX
DMS: Lunch Workshop with Aggregate Knowledge & PointRoll: The Whole Equation:...
PDF
Driving results with dynamic creative optimisation
Marketing Analytics Conference 2011
Security optimization of dynamic networks with probabilistic graph modeling a...
Uncertain and dynamic optimization problems: solving strategies and applications
eyeDemand "Demystifying RTB: Keys to a Successful Campaign"
Bond graphs and genetic algorithms for design and optimization of active dyna...
Dynamic Hyperparameter Optimization for Bayesian Topical Trend Analysis
DMS: Lunch Workshop with Aggregate Knowledge & PointRoll: The Whole Equation:...
Driving results with dynamic creative optimisation

Viewers also liked (13)

PDF
Neuro-Design Optimization for Creative Agencies
PDF
Guide_To_Creative_Optimization
PPT
An Artificial Immune Network for Multimodal Function Optimization on Dynamic ...
PDF
Symbolic Transformations of Dynamic Optimization Problems
PPT
A Self-Organized Criticality Mutation Operator for Dynamic Optimization Problems
PDF
Pointroll real-time-marketing-paper: Understanding the intersection of data, ...
PDF
Dynamic Beamforming Optimization for Anti-Jamming and Hardware Fault Recovery
PPTX
5. Changing Face of Discoverability on the Web - Search University 3
PPTX
Narrowing Down Dynamic Creative and Multi-Variate Optimization with PointRoll
PDF
1. Google Display Presentation - Search University 3
PPT
Dynamic Fractionation in Radiotherapy
PPT
Resource provisioning optimization in cloud computing
PPTX
The Evolution of Interactive, Rich Digital Advertising
Neuro-Design Optimization for Creative Agencies
Guide_To_Creative_Optimization
An Artificial Immune Network for Multimodal Function Optimization on Dynamic ...
Symbolic Transformations of Dynamic Optimization Problems
A Self-Organized Criticality Mutation Operator for Dynamic Optimization Problems
Pointroll real-time-marketing-paper: Understanding the intersection of data, ...
Dynamic Beamforming Optimization for Anti-Jamming and Hardware Fault Recovery
5. Changing Face of Discoverability on the Web - Search University 3
Narrowing Down Dynamic Creative and Multi-Variate Optimization with PointRoll
1. Google Display Presentation - Search University 3
Dynamic Fractionation in Radiotherapy
Resource provisioning optimization in cloud computing
The Evolution of Interactive, Rich Digital Advertising
Ad

More from Carlos M. Fernandes (20)

PDF
Hidden landscapes
PDF
Art, Science and Distributed Creativity
PDF
Arte, Ciência e Criatividade Distribuída
PDF
Nível 2 (aula 1)
PDF
Nível 2 (aula 2)
PPTX
Performance and Scalability of Particle Swarms with with dynamic and Partiall...
PDF
Adapting the Bak-Sneppen Model to a Dynamic and Partially Connected Grid of H...
PPTX
Towards a 2-dimensional Self-organized Framework for Structured Population-ba...
PPTX
Pherogenic Drawings
PPSX
Using Self-Organized Criticality for Adjusting the Parameters of a Particle S...
PDF
Abstracting the abstract
PPTX
Fotografia, tecnologia e ciência
PPT
Varying the Population Size of Artificial Foraging Swarms on Time Varying Lan...
PPTX
Desenhos ferogénicos e outras paisagens escondidas ii
PPT
Kaluptein. Photography by Carlos M. Fernandes
PPTX
Particle swarm optimization (pso)
PPTX
From Pherographia To Color Pherographia
PPSX
Sandpile evo star 2011
PPTX
Da photographia à pherographia – notas sobre arte
PPTX
Sandpile lion'11
Hidden landscapes
Art, Science and Distributed Creativity
Arte, Ciência e Criatividade Distribuída
Nível 2 (aula 1)
Nível 2 (aula 2)
Performance and Scalability of Particle Swarms with with dynamic and Partiall...
Adapting the Bak-Sneppen Model to a Dynamic and Partially Connected Grid of H...
Towards a 2-dimensional Self-organized Framework for Structured Population-ba...
Pherogenic Drawings
Using Self-Organized Criticality for Adjusting the Parameters of a Particle S...
Abstracting the abstract
Fotografia, tecnologia e ciência
Varying the Population Size of Artificial Foraging Swarms on Time Varying Lan...
Desenhos ferogénicos e outras paisagens escondidas ii
Kaluptein. Photography by Carlos M. Fernandes
Particle swarm optimization (pso)
From Pherographia To Color Pherographia
Sandpile evo star 2011
Da photographia à pherographia – notas sobre arte
Sandpile lion'11
Ad

Recently uploaded (20)

PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Classroom Observation Tools for Teachers
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
master seminar digital applications in india
PDF
RMMM.pdf make it easy to upload and study
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
O7-L3 Supply Chain Operations - ICLT Program
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Final Presentation General Medicine 03-08-2024.pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Classroom Observation Tools for Teachers
Microbial disease of the cardiovascular and lymphatic systems
master seminar digital applications in india
RMMM.pdf make it easy to upload and study
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Supply Chain Operations Speaking Notes -ICLT Program
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Chinmaya Tiranga quiz Grand Finale.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
O7-L3 Supply Chain Operations - ICLT Program

UMDAs for Dynamic Optimization Problems

  • 1. UMDAs for Dynamic Optimization Problems Carlos Fernandes 1,2 Claudio Lima 3 Agostinho C. Rosa 1 1 LaSEEB-ISR-IST, Technical Univ. of Lisbon (IST), Portugal 2 Department of Architecture and Computer Technology, University of Granada, Spain 3 Informatics Laboratory, University of Algarve, Portugal GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 2. Motivation and Objectives Design an update strategy for UMDAs to deal with Dynamic Optimization Problems (DOPs), based on ACO. Problem: full convergence. When solving DOPs, finding the optima is not the main task; the algorithm must track the optima. Full convergence (without ways to escape it) is not suitable for DOPs (even if the population converges to the global optimum) Solution: delay or avoid full convergence. Change probability distribution. Maintain probability distribution except when close to 0 and 1 Combination of strategies GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 3. Motivation and Objectives Proposal: Update strategy for UMDA based on ACO equations. Effects: Change probability distribution. Why? Reinforcement/evaporation equations allow us to control the convergence speed of the algorithm ACO algorithms build solutions by travelling trough the nodes of a (combinatorial) problem. (TSP, for instance…) After the evaluation of the solutions, edges that belong to good solutions are reinforced (pheromone) Each generation, pheromone in all edges is evaporated – diversity, mutation. In the following generation, solutions/paths are chosen according to the amount of pheromone in each connection between nodes. GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 4. Motivation and Objectives ACO Univariate EDA initialize pheromone in all edges repeat sample N solutions evaluate solutions update pheromone until stop criterion initialize probability model repeat sample N solutions evaluate solutions update model parameters until stop criterion GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 5. Motivation and Objectives The Binary Ant Algorithm (presented in GECCO07). Based on Ant Colony Optimization (ACO), BAA builds pheromone trails between binary variables. BAA is a kind of Estimation of Distribution Algorithm (EDA) There are similarities between EDAs and ACO. The pheromone trails are similar to the probability models, and reinforcement/evaporation is ACO’s update strategy. 0 0 0 1 1 1 0 1 0 1 Solution Dimension BAA GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 6. Reducing Diversity Loss Branke, J., Lode, C., and Shapiro, J. 2007. Adressing sampling errors and diversity loss in UMDA . Proceedings of the 2007 Genetic and Evolutionary Computation Conference, ACM, 508-515. Permutation Sampling: reduces loss due to sampling; used in all the experiments Loss Correction (LC) Laplace Correction Iterated Laplace Correction (iLaplace) Boundary Correction: changes probability distribution near 0 and 1 Changes probability distribution GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 7. Reducing Diversity Loss GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 8. UMDA Set γ i ← 1/2 for all i = 1 . . .L; repeat Sample N strings according to make a population D . Generate a new population Ds from D by selecting the f × N fittest strings. for i = 1 to L do update model: end for until stop criterion Replace by ACO-like equations GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 9. Reinforcement/Evaporation (RE) Update Set γ i ← 1/2 for all i = 1 . . . L ; Set ← 0 for all i = 1 . . . L ; Set α and β repeat sample N strings according to make a population D . generate new population D s by selecting the f × N fittest strings. update pheromone evaporate for i = 1 to L do update model end for until stop criterion met β = 1 + + If α = 1 and β = 1, we have the standard update strategy 1 0 1 1… GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 10. Results – Diversity Loss in Flat Landscape β = 1; N = 20; f = 0.5; L = 100 α = 1; N = 20; f = 0.5; L = 100 GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 11. Test Set Severity of change: This criterion establishes how strongly the problem is changing Speed of change: This criterion establishes how often the environment changes Yang and Yao’s dynamic problems generator* By using a binary mask, dynamic environments are created by applying the mask to each solution before its evaluation. Severity of change is controlled by setting the number of 1’s in the mask. Speed of change is controlled by defining the number of generations between the application of a different mask. *Yang, S. and Yao, X. 2005. Experimental study on PBIL algorithms for dynamic optimization problems . Soft Computing 9(11), 815-834. GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 12. Test Set Functions Onemax Royal Road Speed was set to 𝜏 = 10, 100 (generations) Severity was set to ρ = 0.05, 0.6 and 0.95 6 different scenarios Performance is measured by the mean best-of-generation values, i.e., best fitness averaged over all generations, and then over all runs 30 runs for each configuration Compared RE with Loss, Laplace, iterated Laplace and Boundary Correction GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 13. Results – RE Parameters β = 1 β = 0.5 Royal Road Decreasing β improves performance when speed is high and severity is low β = 1 and α = 1 is standard UMDA’s update strategy GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 14. Results Comparing strategies that do not avoid full convergence RE1: α = 0.6, β = 1 RE2: α = 1, β = 0.5 GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs” Onemax Royal Road τ ρ 10 0.05 10 0.6 10 0.95 100 0.05 100 0.6 100 0.95 10 0.05 10 0.6 10 0.95 100 0.05 100 0.6 100 0.95 1 2 RE1 iLap − + + − − − − + ~ ~ ~ ~ RE1 LC + + + − − − + + + + + + RE2 iLap − + + ~ ~ + + + + + ~ ~ RE2 LC ~ + + ~ ~ + + + + + + + iLap LC + + + ~ ~ ~ + + + + + +
  • 15. Results Table 2. Statistical analysis of the results in table 1. Avoiding full convergence RE1: α = 0.8, β = 1 RE2: α = 0.9, β = 0.5 *Laplace performs well when compared to iL+BC, LC+BC and BC GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs” Onemax Royal Road τ ρ 10 0.05 10 0.6 10 0.95 100 0.05 100 0.6 100 0.95 10 0.05 10 0.6 10 0.95 100 0.05 100 0.6 100 0.95 1 2 RE1+BC iLap+BC ~ + + ~ + + + + + + + + RE1+BC Laplace − + + − + + + + ~ + + + RE1+BC LC+BC − + + ~ + + + + ~ + + + RE1+BC BC − + + ~ + + + + + + + + RE2+BC iLap+BC − + + − − − + + ~ + + + RE2+BC Laplace − + + − − − ~ + ~ + + + RE2+BC LC+BC − + + − − − ~ ~ ~ ~ − ~ RE2+BC BC − + + − − − + + ~ + + +
  • 16. Results Dynamic Royal Road with 𝜏 = 100. β = 1 ( α = 1 curves correspond to the standard UMDA update strategy) ρ = 0.05 ρ = 0.6 ρ = 0.9 RE GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 17. Results Table 2. Statistical analysis of the results in table 1. Dynamic Royal Road with 𝜏 = 100. α = 0.8, β = 1 RE Laplace GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 18. Conclusions RE is capable of outperforming other diversity loss correction techniques RE performs well when compared to Loss Correction and Iterated Laplace Correction RE with boundary correction outperforms other strategies in a wide range of scenarios Laplace Correction attains better results than other techniques (except RE) Diversity of the UMDA with RE may be controlled by α and β parameters RE seems to work well with α between 0.6 and 0.9, depending on β and depending if we hybridize it with Boundary Correction. GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 19. Conclusions RE strategy works well without needing to know when the fitness changes. There DOPs with changes that are not detectable (or that are too costly to detect). GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”
  • 20. Future work In-depth study of the effects of parameter values on performance. Understand how α and β affect UMDA’s behavior. Tests on dynamic trap functions. Extend the strategy to other EDAs. GECCO08 - Atlanta Fernandes, Lima and Rosa – “UMDAs for DOPs”