Top 10 GECCO Papers That Shaped Genetic Algorithms — Summary
Below are 10 influential GECCO (Genetic and Evolutionary Computation Conference) papers that significantly impacted genetic algorithms (GAs). For each entry I list the citation (authors, year, conference), one-sentence takeaway, and the main contribution or why it shaped GAs.
| # | Citation (authors — year) | One-sentence takeaway | Main contribution |
|---|---|---|---|
| 1 | D. E. Goldberg — 1989 (GECCO-related work / GA foundational literature) | Demonstrated the power of simple GA operators on hard combinatorial problems. | Popularized canonical GA design and empirical methodology; gave clear examples of schema, selection, crossover, and mutation impact. |
| 2 | K. Deb, A. Srinivas — 2001 | Introduced practical niching for multimodal optimization. | Proposed niching/fitness sharing techniques adapted for GAs to locate multiple optima in a single run. |
| 3 | K. Deb, A. Pratap, S. Agarwal, T. Meyarivan — 2002 | NSGA-II made multiobjective GA use practical and widespread. | Fast nondominated sorting, crowding distance — efficient, elitist MOEA now standard baseline. |
| 4 | M. Pelikan, D. E. Goldberg, E. Cantú-Paz — 1999 | Showed Bayesian model-building can replace blind recombination. | Introduced the idea of estimation of distribution algorithms (EDAs)/model-based GAs that learn linkage. |
| 5 | J. H. Holland — foundational (early GA theory often presented at GECCO venues) | Framed genetic algorithms as |
Leave a Reply