SlideShare una empresa de Scribd logo
1 de 27
Why one must
use reweighting

      F. Teytaud, O. Teytaud


            Montréal, 2009




Tao, Inria Saclay Ile-De-France, LRI (Université Paris Sud, France),
UMR CNRS 8623, I&A team, Digiteo, Pascal Network of Excellence.
Outline



 Idea of averaging in evolutionary
 algorithms
 This idea introduces a bias
 How to remove this bias
 The results
 Conclusions



  Teytaud and Teytaud       Gecco 09 is great   2
Idea in ES




 Average of selected points
 = good approximation of
 optimum



 Teytaud and Teytaud   Gecco 09 is great   3
Idea in ES



 Let's assume this is true (for the
 moment)...
 nonetheless, there's a bias.




 Teytaud and Teytaud    Gecco 09 is great   4
EMNA (P. Larranaga and J.-A. Lozano, 2001)


  While (not finished)
      - generate population
      - select best individuals
      - estimate mean / variance
                (and possibly covariance)




 Teytaud and Teytaud                  Gecco 09 is great   5
EMNA (P. Larranaga and J.-A. Lozano, 2001)




 Teytaud and Teytaud         Gecco 09 is great   6
EMNA (P. Larranaga and J.-A. Lozano, 2001)


  While (not finished)
      - generate population
      - select best individuals
      - estimate mean / variance (and possibly covariance)

Highly parallel (more than most ES; T. et al, EvoStar 2001)
Very simple
Can handle covariance matrix easily




 Teytaud and Teytaud                  Gecco 09 is great   7
Please wake up during 3 slides :-)




   Idea of averaging in evolutionary algorithms
   This idea introduces a bias
   How to remove this bias
   The results
   Conclusions



  Teytaud and Teytaud           Gecco 09 is great   8
Bias due to bad (Gaussian) distribution




  High
 density




  Teytaud and Teytaud          Gecco 09 is great   9
Bias due to bad distribution




  Teytaud and Teytaud          Gecco 09 is great   10
Bias due to bad distribution




  Teytaud and Teytaud          Gecco 09 is great   11
Bias due to bad distribution


                             AVERAGE
                           (biased by the
                            distribution)




  Teytaud and Teytaud               Gecco 09 is great   12
Corrected by weighted average



                           AVERAGE
                       (the one we really
                             want !)




 Teytaud and Teytaud                        Gecco 09 is great   13
Outline




   Idea of averaging in evolutionary algorithms
   This idea introduces a bias
   How to remove this bias
   The results
   Conclusions



  Teytaud and Teytaud           Gecco 09 is great   14
American Election of 1936                            (fun)




       Literary digest:    pop size = 2 000 000
          ==> predicts Landon

       Gallup:           pop size =    50 000
         ==> predicts Roosevelt (and was proved right)




 Teytaud and Teytaud                  Gecco 09 is great      15
American Election of 1936

       Literary digest:    pop size = 2 300 000
          ==> predicts Landon

       Gallup:           pop size =    50 000
         ==> predicts Roosevelt (and was proved right)



 The Literary digest failed because of a biased sampling.

 (much more affluent people and much more republicans
                     among Literary Digest readers)

 Correction: Weight of individual = real density / biased density.
 Teytaud and Teytaud                      Gecco 09 is great     16
REMNA (reweighted EMNA)


                           Inverse Gaussian density
        Gaussian density   (=weight for removing the bias!)




 Teytaud and Teytaud            Gecco 09 is great             17
REMNA (reweighted EMNA)



  Very simple modification:
  - compute weight ( individual ) = 1 / density
  - compute mean, variance, covariance
                    with these weights

  ==> not only for Gaussians
  ==> ok for all surrogate models / EDA
  ==> just an application of standard statistics



 Teytaud and Teytaud                Gecco 09 is great   18
REMNA




 Teytaud and Teytaud   Gecco 09 is great   19
Outline




   Idea of averaging in evolutionary algorithms
   This idea introduces a bias
   How to remove this bias
   The results: less premature convergence
   Conclusions



  Teytaud and Teytaud           Gecco 09 is great   20
The results


  We do not prove that
       “there's no more premature convergence.”

  We just show that, for a fixed generation,
       “ IF the center of the level set is the optimum,
                 THEN
         the asymptotic value of the estimated optimum
              = the optimum.”

        ==> is the condition really necessary ?



  Teytaud and Teytaud                   Gecco 09 is great   21
Yes: center = optimum and Yes: situation better




                             Yes and yes




 Teytaud and Teytaud          Gecco 09 is great   22
No: center ≠optimum but Yes: situation better

                         (assumption not really
                         necessary)


                            No... but yes




 Teytaud and Teytaud           Gecco 09 is great   23
Results: convergence rate with  = d       2




 Teytaud and Teytaud          Gecco 09 is great   24
Conclusions




  Idea of averaging in evolutionary algorithms
  This idea introduces a bias
  How to remove this bias
  The results
  Conclusions



 Teytaud and Teytaud           Gecco 09 is great   25
Conclusions



Reduces the risk of premature convergence
No proof on the complete algorithm (just
  step-wise consistency)
Empirically quite good for EMNA (should be
   tested on other EDA / surrogate)
Simple, sound, widely applicable
Bias of step-size adaptation not yet
analyzed (==> seemingly works quite well!)

 Teytaud and Teytaud       Gecco 09 is great   26
Related work



  Papers from D.V. Arnold et al. around
     reweighting for improved convergence
     rate (sphere, ridge) of ES
                    (to be combined ?)
  Work from CMA-people around weights for
      improved conv. rate in CMA-ES

                       Thanks! Questions ?

 Teytaud and Teytaud                     Gecco 09 is great   27

Más contenido relacionado

Destacado

Monte Carlo Tree Search in 2014 (MCMC days in Marseille)
Monte Carlo Tree Search in 2014 (MCMC days in Marseille)Monte Carlo Tree Search in 2014 (MCMC days in Marseille)
Monte Carlo Tree Search in 2014 (MCMC days in Marseille)Olivier Teytaud
 
Artificial intelligence for power systems
Artificial intelligence for power systemsArtificial intelligence for power systems
Artificial intelligence for power systemsOlivier Teytaud
 
Fuzzy control - superfast survey
Fuzzy control - superfast surveyFuzzy control - superfast survey
Fuzzy control - superfast surveyOlivier Teytaud
 
Simulation-based optimization: Upper Confidence Tree and Direct Policy Search
Simulation-based optimization: Upper Confidence Tree and Direct Policy SearchSimulation-based optimization: Upper Confidence Tree and Direct Policy Search
Simulation-based optimization: Upper Confidence Tree and Direct Policy SearchOlivier Teytaud
 
Bias correction, and other uncertainty management techniques
Bias correction, and other uncertainty management techniquesBias correction, and other uncertainty management techniques
Bias correction, and other uncertainty management techniquesOlivier Teytaud
 
Combining games artificial intelligences & improving random seeds
Combining games artificial intelligences & improving random seedsCombining games artificial intelligences & improving random seeds
Combining games artificial intelligences & improving random seedsOlivier Teytaud
 
Planning for power systems
Planning for power systemsPlanning for power systems
Planning for power systemsOlivier Teytaud
 
Réseaux neuronaux profonds & intelligence artificielle
Réseaux neuronaux profonds & intelligence artificielleRéseaux neuronaux profonds & intelligence artificielle
Réseaux neuronaux profonds & intelligence artificielleOlivier Teytaud
 
Examples of operational research
Examples of operational researchExamples of operational research
Examples of operational researchOlivier Teytaud
 

Destacado (9)

Monte Carlo Tree Search in 2014 (MCMC days in Marseille)
Monte Carlo Tree Search in 2014 (MCMC days in Marseille)Monte Carlo Tree Search in 2014 (MCMC days in Marseille)
Monte Carlo Tree Search in 2014 (MCMC days in Marseille)
 
Artificial intelligence for power systems
Artificial intelligence for power systemsArtificial intelligence for power systems
Artificial intelligence for power systems
 
Fuzzy control - superfast survey
Fuzzy control - superfast surveyFuzzy control - superfast survey
Fuzzy control - superfast survey
 
Simulation-based optimization: Upper Confidence Tree and Direct Policy Search
Simulation-based optimization: Upper Confidence Tree and Direct Policy SearchSimulation-based optimization: Upper Confidence Tree and Direct Policy Search
Simulation-based optimization: Upper Confidence Tree and Direct Policy Search
 
Bias correction, and other uncertainty management techniques
Bias correction, and other uncertainty management techniquesBias correction, and other uncertainty management techniques
Bias correction, and other uncertainty management techniques
 
Combining games artificial intelligences & improving random seeds
Combining games artificial intelligences & improving random seedsCombining games artificial intelligences & improving random seeds
Combining games artificial intelligences & improving random seeds
 
Planning for power systems
Planning for power systemsPlanning for power systems
Planning for power systems
 
Réseaux neuronaux profonds & intelligence artificielle
Réseaux neuronaux profonds & intelligence artificielleRéseaux neuronaux profonds & intelligence artificielle
Réseaux neuronaux profonds & intelligence artificielle
 
Examples of operational research
Examples of operational researchExamples of operational research
Examples of operational research
 

Último

Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 

Último (20)

Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

On weighted averaging in optimization

  • 1. Why one must use reweighting F. Teytaud, O. Teytaud Montréal, 2009 Tao, Inria Saclay Ile-De-France, LRI (Université Paris Sud, France), UMR CNRS 8623, I&A team, Digiteo, Pascal Network of Excellence.
  • 2. Outline Idea of averaging in evolutionary algorithms This idea introduces a bias How to remove this bias The results Conclusions Teytaud and Teytaud Gecco 09 is great 2
  • 3. Idea in ES Average of selected points = good approximation of optimum Teytaud and Teytaud Gecco 09 is great 3
  • 4. Idea in ES Let's assume this is true (for the moment)... nonetheless, there's a bias. Teytaud and Teytaud Gecco 09 is great 4
  • 5. EMNA (P. Larranaga and J.-A. Lozano, 2001) While (not finished) - generate population - select best individuals - estimate mean / variance (and possibly covariance) Teytaud and Teytaud Gecco 09 is great 5
  • 6. EMNA (P. Larranaga and J.-A. Lozano, 2001) Teytaud and Teytaud Gecco 09 is great 6
  • 7. EMNA (P. Larranaga and J.-A. Lozano, 2001) While (not finished) - generate population - select best individuals - estimate mean / variance (and possibly covariance) Highly parallel (more than most ES; T. et al, EvoStar 2001) Very simple Can handle covariance matrix easily Teytaud and Teytaud Gecco 09 is great 7
  • 8. Please wake up during 3 slides :-) Idea of averaging in evolutionary algorithms This idea introduces a bias How to remove this bias The results Conclusions Teytaud and Teytaud Gecco 09 is great 8
  • 9. Bias due to bad (Gaussian) distribution High density Teytaud and Teytaud Gecco 09 is great 9
  • 10. Bias due to bad distribution Teytaud and Teytaud Gecco 09 is great 10
  • 11. Bias due to bad distribution Teytaud and Teytaud Gecco 09 is great 11
  • 12. Bias due to bad distribution AVERAGE (biased by the distribution) Teytaud and Teytaud Gecco 09 is great 12
  • 13. Corrected by weighted average AVERAGE (the one we really want !) Teytaud and Teytaud Gecco 09 is great 13
  • 14. Outline Idea of averaging in evolutionary algorithms This idea introduces a bias How to remove this bias The results Conclusions Teytaud and Teytaud Gecco 09 is great 14
  • 15. American Election of 1936 (fun) Literary digest: pop size = 2 000 000 ==> predicts Landon Gallup: pop size = 50 000 ==> predicts Roosevelt (and was proved right) Teytaud and Teytaud Gecco 09 is great 15
  • 16. American Election of 1936 Literary digest: pop size = 2 300 000 ==> predicts Landon Gallup: pop size = 50 000 ==> predicts Roosevelt (and was proved right) The Literary digest failed because of a biased sampling. (much more affluent people and much more republicans among Literary Digest readers) Correction: Weight of individual = real density / biased density. Teytaud and Teytaud Gecco 09 is great 16
  • 17. REMNA (reweighted EMNA) Inverse Gaussian density Gaussian density (=weight for removing the bias!) Teytaud and Teytaud Gecco 09 is great 17
  • 18. REMNA (reweighted EMNA) Very simple modification: - compute weight ( individual ) = 1 / density - compute mean, variance, covariance with these weights ==> not only for Gaussians ==> ok for all surrogate models / EDA ==> just an application of standard statistics Teytaud and Teytaud Gecco 09 is great 18
  • 19. REMNA Teytaud and Teytaud Gecco 09 is great 19
  • 20. Outline Idea of averaging in evolutionary algorithms This idea introduces a bias How to remove this bias The results: less premature convergence Conclusions Teytaud and Teytaud Gecco 09 is great 20
  • 21. The results We do not prove that “there's no more premature convergence.” We just show that, for a fixed generation, “ IF the center of the level set is the optimum, THEN the asymptotic value of the estimated optimum = the optimum.” ==> is the condition really necessary ? Teytaud and Teytaud Gecco 09 is great 21
  • 22. Yes: center = optimum and Yes: situation better Yes and yes Teytaud and Teytaud Gecco 09 is great 22
  • 23. No: center ≠optimum but Yes: situation better (assumption not really necessary) No... but yes Teytaud and Teytaud Gecco 09 is great 23
  • 24. Results: convergence rate with  = d 2 Teytaud and Teytaud Gecco 09 is great 24
  • 25. Conclusions Idea of averaging in evolutionary algorithms This idea introduces a bias How to remove this bias The results Conclusions Teytaud and Teytaud Gecco 09 is great 25
  • 26. Conclusions Reduces the risk of premature convergence No proof on the complete algorithm (just step-wise consistency) Empirically quite good for EMNA (should be tested on other EDA / surrogate) Simple, sound, widely applicable Bias of step-size adaptation not yet analyzed (==> seemingly works quite well!) Teytaud and Teytaud Gecco 09 is great 26
  • 27. Related work Papers from D.V. Arnold et al. around reweighting for improved convergence rate (sphere, ridge) of ES (to be combined ?) Work from CMA-people around weights for improved conv. rate in CMA-ES Thanks! Questions ? Teytaud and Teytaud Gecco 09 is great 27

Notas del editor

  1. I am Frederic Lemoine, PhD student at the University Paris Sud. I will present you my work on GenoQuery, a new querying module adapted to a functional genomics warehouse