1 / 11

A Cooperative Coevolutionary Genetic Algorithm

A Cooperative Coevolutionary Genetic Algorithm. Mitchell A. Potter kenneth A. De Jong Speaker: Lin, Wei-Kai (2008/11/25). Background. This framework was published in 1994 Intended to solve problems with complex structure

xena
Download Presentation

A Cooperative Coevolutionary Genetic Algorithm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Cooperative Coevolutionary Genetic Algorithm Mitchell A. Potter kenneth A. De Jong Speaker: Lin, Wei-Kai (2008/11/25)

  2. Background • This framework was published in 1994 • Intended to solve problems with complex structure • Using a single population or a fixed number of competing subpopulations had been explored • But “evolving” structures is diffcult • How about using user-specified information?

  3. Cooperative CoevolutionaryGenetic Algorithm • A species represents a subcomponent of a potential solution • The complete solution is combined from each species • The credit assignment of each species is defined by the complete solution • The number of species (subpopulations) should itself evolve if required • The evolution of each species is done by standard GA

  4. The Algorithm of CCGA • For each species • Randomly initialize a population • Evaluate each individual in this population • Until termination, repeat • For each species • Do selection, crossover and mutation • Evaluate the fitness of each individual • The evaluation depends on other populations

  5. Evaluating CCGA-1 • Using some N-dimensional functions • Each variable is a species and then a subpopulation • The fitness of an individual in a subpopulation comes from assembling it with other best species (that is, a greedy approach)

  6. Testing Function • Minimize these functions with n = 20 • Rastrigin • Schwefel • Griewangk • Ackley

  7. Results • All 4 testing functions out-performed stadard GA • Evaluating a species with other best species is quite similar to some numerical techqinues • If variables are independent, then it works well • The improvement on the Griewangk is smaller (which may comes from the product term) • How about more interactions between variables?

  8. Results on Rosenbrock function • A “trap” between two variables

  9. CCGA-2 • Apply random fitness evaluation on each species (and also the best one) • Choose the better of the two • That is, use a the fitness from random selection if the greedy way is not better • Requiring twice function evaluations

  10. Conclusions • Showing that the cooperative coevolutionary framework has the capability to enhance the performance • This framework can also be applied to other evolutionary algorithms • Parallelizing such system is easy • Apply on complex structures

More Related