State of the art in genetic algorithms' research

Similar documents
Estimation-of-Distribution Algorithms. Discrete Domain.

Probabilistic Model-Building Genetic Algorithms

Probabilistic Model-Building Genetic Algorithms

Interaction-Detection Metric with Differential Mutual Complement for Dependency Structure Matrix Genetic Algorithm

Spurious Dependencies and EDA Scalability

Probabilistic Model-Building Genetic Algorithms

Analysis of Epistasis Correlation on NK Landscapes with Nearest-Neighbor Interactions

Evolutionary Computation

Analyzing Probabilistic Models in Hierarchical BOA on Traps and Spin Glasses

Analyzing Probabilistic Models in Hierarchical BOA on Traps and Spin Glasses

Hierarchical BOA, Cluster Exact Approximation, and Ising Spin Glasses

Convergence Time for Linkage Model Building in Estimation of Distribution Algorithms

Hierarchical BOA, Cluster Exact Approximation, and Ising Spin Glasses

Expanding From Discrete To Continuous Estimation Of Distribution Algorithms: The IDEA

Improved Runtime Bounds for the Univariate Marginal Distribution Algorithm via Anti-Concentration

Initial-Population Bias in the Univariate Estimation of Distribution Algorithm

An Implementation of Compact Genetic Algorithm on a Quantum Computer

Evolutionary Computation. DEIS-Cesena Alma Mater Studiorum Università di Bologna Cesena (Italia)

Behaviour of the UMDA c algorithm with truncation selection on monotone functions

CSC 4510 Machine Learning

Search. Search is a key component of intelligent problem solving. Get closer to the goal if time is not enough

Hierarchical BOA Solves Ising Spin Glasses and MAXSAT

Lecture 9 Evolutionary Computation: Genetic algorithms

Evolutionary computation

about the problem can be used in order to enhance the estimation and subsequently improve convergence. New strings are generated according to the join

1. Computação Evolutiva

Finding Ground States of Sherrington-Kirkpatrick Spin Glasses with Hierarchical BOA and Genetic Algorithms

GENETIC ALGORITHM FOR CELL DESIGN UNDER SINGLE AND MULTIPLE PERIODS

V. Evolutionary Computing. Read Flake, ch. 20. Genetic Algorithms. Part 5A: Genetic Algorithms 4/10/17. A. Genetic Algorithms

Evolutionary computation

V. Evolutionary Computing. Read Flake, ch. 20. Assumptions. Genetic Algorithms. Fitness-Biased Selection. Outline of Simplified GA

From Mating Pool Distributions to Model Overfitting

Unit 1A: Computational Complexity

IV. Evolutionary Computing. Read Flake, ch. 20. Assumptions. Genetic Algorithms. Fitness-Biased Selection. Outline of Simplified GA

Fundamentals of Genetic Algorithms

Bayesian Optimization Algorithm, Population Sizing, and Time to Convergence

Scalability of Selectorecombinative Genetic Algorithms for Problems with Tight Linkage

Lecture 22. Introduction to Genetic Algorithms

Bounding the Population Size in XCS to Ensure Reproductive Opportunities

c Copyright by Martin Pelikan, 2002

Schema Theory. David White. Wesleyan University. November 30, 2009

Scaling Up. So far, we have considered methods that systematically explore the full search space, possibly using principled pruning (A* etc.).

Upper Bounds on the Time and Space Complexity of Optimizing Additively Separable Functions

Efficiency of genetic algorithm and determination of ground state energy of impurity in a spherical quantum dot

Linkage Identification Based on Epistasis Measures to Realize Efficient Genetic Algorithms

The Role of Crossover in Genetic Algorithms to Solve Optimization of a Function Problem Falih Hassan

An Analysis of Diploidy and Dominance in Genetic Algorithms

Genetic Algorithms & Modeling

Introduction to Optimization

Genetic Algorithms and Genetic Programming Lecture 17

Local and Stochastic Search

Fitness Inheritance in Multi-Objective Optimization

PBIL-RS: Effective Repeated Search in PBIL-based Bayesian Network Learning

Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor Interactions and Tunable Overlap

New Epistasis Measures for Detecting Independently Optimizable Partitions of Variables

A Genetic Algorithm for Optimization Design of Thermoacoustic Refrigerators

Binary Particle Swarm Optimization with Crossover Operation for Discrete Optimization

Parallel Genetic Algorithms

A Tractable Walsh Analysis of SAT and its Implications for Genetic Algorithms

Gene Pool Recombination in Genetic Algorithms

Chapter 8: Introduction to Evolutionary Computation

arxiv: v1 [cond-mat.dis-nn] 17 Aug 2016

Multiobjective Evolutionary Algorithms. Pareto Rankings

Bistability of the Needle Function in the Presence of Truncation Selection

Analysis of Epistasis Correlation on NK Landscapes. Landscapes with Nearest Neighbor Interactions

From Mating Pool Distributions to Model Overfitting

Intelligens Számítási Módszerek Genetikus algoritmusok, gradiens mentes optimálási módszerek

Journal of American Science 2015;11(8) Solving of Ordinary differential equations with genetic programming

Variable Dependence Interaction and Multi-objective Optimisation

Lecture 15: Genetic Algorithms

Data Warehousing & Data Mining

A.I.: Beyond Classical Search

WITH. P. Larran aga. Computational Intelligence Group Artificial Intelligence Department Technical University of Madrid

Finding Ground States of SK Spin Glasses with hboa and GAs

Compact representations as a search strategy: Compression EDAs

Evolutionary Algorithms

Adaptive Generalized Crowding for Genetic Algorithms

DETECTING THE FAULT FROM SPECTROGRAMS BY USING GENETIC ALGORITHM TECHNIQUES

Metaheuristics and Local Search

COMBINATION OF TAGUCHI METHOD AND ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE OPTIMAL DESIGN OF FLAT-PLATE COLLECTORS

Crossover Techniques in GAs

Introduction to Evolutionary Computation

4 th ECADA Evolutionary Computation for the Automated Design of Algorithms GECCO WORKSHOP 2014

Biitlli Biointelligence Laboratory Lb School of Computer Science and Engineering. Seoul National University

ARTIFICIAL INTELLIGENCE

Stochastic Search: Part 2. Genetic Algorithms. Vincent A. Cicirello. Robotics Institute. Carnegie Mellon University

Crossover Gene Selection by Spatial Location

AN EVOLUTIONARY ALGORITHM TO ESTIMATE UNKNOWN HEAT FLUX IN A ONE- DIMENSIONAL INVERSE HEAT CONDUCTION PROBLEM

[Read Chapter 9] [Exercises 9.1, 9.2, 9.3, 9.4]

Evolutionary Computation Theory. Jun He School of Computer Science University of Birmingham Web: jxh

Bayesian Networks to design optimal experiments. Davide De March

Haploid & diploid recombination and their evolutionary impact

Directed Graphical Models or Bayesian Networks

Individual learning and population evolution

Implicit Formae in Genetic Algorithms

António Manso Luís Correia

Parallel Genetic Algorithms. Master s Thesis Laurens Jan Pit 30/08/95 Department of Computer Science Leiden University

Landscapes and Other Art Forms.

Bounded Approximation Algorithms

Geometric Semantic Genetic Programming (GSGP): theory-laden design of semantic mutation operators

Transcription:

State of the art in genetic algorithms' Genetic Algorithms research Prabhas Chongstitvatana Department of computer engineering Chulalongkorn university A class of probabilistic search, inspired by natural evolution. "the fittest survives" Prabhas Chongstitvatana, Chulalongkorn University, August 2004 1

GA works on a set of solution, called "population". GA uses fitness function to guide the search. GA improves solutions by genetic operators: selection recombination (crossover) mutation GA pseudo code initialise population P while not terminate evaluate P by fitness function P' = selection.recombination.mutation of P P = P' Prabhas Chongstitvatana, Chulalongkorn University, August 2004 2

terminating conditions: 1 found satisfactory solutions 2 waiting too long Simple Genetic Algorithm represent a solution by a binary string {0,1}* selection: chance to be selected is proportional to its fitness recombination single point crossover Prabhas Chongstitvatana, Chulalongkorn University, August 2004 3

select a cut point cut two parents, exchange parts AAAAAA 111111 cut at bit 2 AA AAAA 11 1111 exchange parts AA1111 11AAAA mutation single bit flip 111111 --> 111011 flip at bit 4 Prabhas Chongstitvatana, Chulalongkorn University, August 2004 4

GA compare to other methods indirect -- setting derivatives to 0 direct -- hill climber enumerative search them all random just keep trying simulated annealing single-point method Tabu search What problem GA is good for? Highly multimodal functions Discrete or discontinuous functions Prabhas Chongstitvatana, Chulalongkorn University, August 2004 5

High-dimensionality functions, including many combinatorial ones Nonlinear dependencies on parameters (interactions among parameters) -- epistasis makes it hard for others Often used for approximating solutions to NPcomplete combinatorial problems Applications optimisation problems combinatorial problems Prabhas Chongstitvatana, Chulalongkorn University, August 2004 6

binpacking 3D (container loading) representation 1352689... fitness function: num. of bin + empty space in the last bin evolve robot programs for a biped <video of biped walking> Prabhas Chongstitvatana, Chulalongkorn University, August 2004 7

representation mn... m = {0+,0-,1+,1-,...6+,6-} n is num. of repeat fitness function: six stages of walking Prabhas Chongstitvatana, Chulalongkorn University, August 2004 8

Why GA work? Schema theorem schema represents set of individual {0,1,*} * = any 1****** **0** 1*****1 Prabhas Chongstitvatana, Chulalongkorn University, August 2004 9

schema compete with each other and go through genetic operations How many schema are there? (2^l) - 1 schemata GA sampling schema in parallel and search for solutions (implicit parallelism) O(n^3) n is population size Prabhas Chongstitvatana, Chulalongkorn University, August 2004 10

Simple Genetic Algorithm Analysis m(h,t) num. of schema H at time t reproduction m(h,t+1) = m(h,t) f(h)/f' f' = average fitness m(h,t+1) = m(h,0) (1+c)^t Prabhas Chongstitvatana, Chulalongkorn University, August 2004 11

where c is the portion of schema that is has its fitness above average recombination Let p survival probability pc crossover probability d(h) defining length l length of individual p >= 1 - pc d(h)/(l-1) Prabhas Chongstitvatana, Chulalongkorn University, August 2004 12

m(h,t+1) >= m(h,t) f(h)/f' [ 1 - pc d(h)/(l-1) ] mutation Let pm a single position mutation probability o(h) order of schema probability of surviving mutation (1 - pm)^ o(h) Prabhas Chongstitvatana, Chulalongkorn University, August 2004 13

pm << 1, approx. 1 - o(h) pm conclusion m(h,t+1) >= m(h,t) f(h)/f'[1 - pc d(h)/(l-1)- o(h)pm ] short, low order, above average, schema grows exponentially. Prabhas Chongstitvatana, Chulalongkorn University, August 2004 14

Building Block Hypothesis BBs are sampled, recombined, form higher fitness individual. "construct better individual from the best partial solution of past samples." (Goldberg 1989) Prabhas Chongstitvatana, Chulalongkorn University, August 2004 15

Probabilistic model-building GA (Estimation of distribution algorithms) GA + Machine learning current population -> selection -> model-building -> next generation replace crossover+mutation with learning and sampling probabilistic model Prabhas Chongstitvatana, Chulalongkorn University, August 2004 16

simple example probability vector p = (p1, p2,.. pn) pi = prob. of 1 in position i learn p: compute proportion of 1 in each position sample p: sample 1 in position i with prob. pi 11001 10101 1.0, 0.5, 0.5, 0.0, 1.0 10101 10001 11101 11001 Prabhas Chongstitvatana, Chulalongkorn University, August 2004 17

PBIL (Baluja, 1995) Compact GA (Harik, Lobo, Goldberg, 1998) UMDA (Muhlenbein, Paass, 1996) improvement consider n-bit statistics instead of 1-bit How to learn and use context for each position? Then, we could solve problems decomposable into statistics of order at most k with O(n^2) evaluations. Prabhas Chongstitvatana, Chulalongkorn University, August 2004 18

Extended compact GA (Harik, 1999) model ABCDEF AB C DEF 00 16% 0 86% 000 17% 01 45% 1 14% 001 2% 10 35%... 11 4% 111 24% Prabhas Chongstitvatana, Chulalongkorn University, August 2004 19

iterative merge two groups metrics: minimum description length minimise num. of bits to store model+data MDL(M,D) = D_model + D_data D_data = - N sum_x p(x) log p(x) D_model = sum_g 2^(g-1) log N Prabhas Chongstitvatana, Chulalongkorn University, August 2004 20

Bayesian Optimisation Algorithm (BOA) (Pelikan, Goldberg, Cantu-paz, 1998) Bayesian network as a model acyclic directed graph nodes are variables conditional dependencies (edges) conditional independencies (implicit) learning scoring metric (as MDL in ECGA) search procedure (as merge in ECGA) Prabhas Chongstitvatana, Chulalongkorn University, August 2004 21

search procedure execute primitive op. that improves the metric most primitive op. edge addition edge removal edge reversal Prabhas Chongstitvatana, Chulalongkorn University, August 2004 22

BOA theory BOA solves order-k decomposable problems in O(n^1.55) to O(n^2) evaluations for Hierarchical problem hboa (Pelikan & Goldberg, 2000, 2001) use local structure of BN Prabhas Chongstitvatana, Chulalongkorn University, August 2004 23

representation for conditional prob. x2 x3 P(x1=0 x2 x3) 00 26% 01 44% 10 15% 11 15% x1 /\ / \ x2 x3 x2 0/\1 / \ x3 15% 0/\1 / \ 26% 44% Prabhas Chongstitvatana, Chulalongkorn University, August 2004 24

Another approach Simulaneity matrix (Aporntewan & Chongstitvatana, 2003, 2004) <show GECCO ppt> similar work Dependency structure matrix (Yu & Goldberg, 2004) Prabhas Chongstitvatana, Chulalongkorn University, August 2004 25

Conclusion GA has been used successfully in many real world applications GA theory is well developed Research community continue to develop more powerful GA Model-building GA (PMBGA) is a recent development PMBGA scales well http://www.cp.eng.chula.ac.th/~piak/ prabhas@chula.ac.th Prabhas Chongstitvatana, Chulalongkorn University, August 2004 26

References Goldberg, D., Genetic algorithms, Addison-Wesley, 1989. Whitley, D., "Genetic algorithm tutorial", www.cs.colostate.edu/~genitor/miscpubs/tutorial.pdf Ponsawat, J. and Chongstitvatana, P., "Solving 3-dimensional bin packing by modified genetic algorithms", National Computer Science and Engineering Conference, Thailand, 2003. Chaisukkosol, C. and Chongstitvatana, P., "Automatic synthesis of robot programs for a biped static walker by evolutionary computation", 2nd Asian Symposium on Industrial Automation and Robotics, Bangkok, Thailand, 17-18 May 2001, pp.91-94. Aportewan, C. and Chongstitvatana, P., "Linkage Learning by Simultaneity Matrix", Genetic and Evolutionary Computation Conference, Late Breaking paper, Chicago, 12-16 July 2003. Aporntewan, C. and Chongstitvatana, P., "Building block identification by simulateneity matrix for hierarchical problems", Genetic and Evolutionary Computation Conference, Seattle, USA, 26-30 June 2004, Proc. part 1, pp.877-888. Yu, Tian-Li, Goldberg, D., "Dependency structure matrix analysis: offline utility of the DSM genetic algorithm", Genetic and Evolutionary Computation Conference, Seattle, USA, 2004. Introductory material of PMBGAs Goldberg, D., Design of Innovation,?, 2002. Pelikan et al. (2002). A survey to optimization by building and using probabilistic models. Computational optimization and applications, 21(1). Larraaga & Lozano (editors) (2001). Estimation of distribution algorithms: A new tool for evolutionary computation. Kluwer. Program code, ECGA, BOA, and BOA with decision trees/graphs http://www-illigal.ge.uiuc.edu/ Prabhas Chongstitvatana, Chulalongkorn University, August 2004 27