rent-now

Rent More, Save More! Use code: ECRENTAL

5% off 1 book, 7% off 2 books, 10% off 3+ books

9781584886297

Genetic Algorithms and Genetic Programming: Modern Concepts and Practical Applications

by ;
  • ISBN13:

    9781584886297

  • ISBN10:

    1584886293

  • Edition: 1st
  • Format: Hardcover
  • Copyright: 2009-04-09
  • Publisher: Chapman & Hall/

Note: Supplemental materials are not guaranteed with Rental or Used book purchases.

Purchase Benefits

List Price: $220.00 Save up to $63.25
  • Rent Book $156.75
    Add to Cart Free Shipping Icon Free Shipping

    TERM
    PRICE
    DUE
    USUALLY SHIPS IN 3-5 BUSINESS DAYS
    *This item is part of an exclusive publisher rental program and requires an additional convenience fee. This fee will be reflected in the shopping cart.

How To: Textbook Rental

Looking to rent a book? Rent Genetic Algorithms and Genetic Programming: Modern Concepts and Practical Applications [ISBN: 9781584886297] for the semester, quarter, and short term or search our site for other textbooks by Affenzeller; Michael. Renting a textbook can save you up to 90% from the cost of buying.

Summary

Genetic algorithms and genetics programming are known to achieve robust and high-quality solutions to difficult problems. Due to increasing computing power, these methods have been successfully applied to problems in logistics, data mining, and various other fields with complex data. Genetic Algorithms and Genetic Programming in Practice introduces basic concepts in an intuitive way. Designed as both a reference and self-study guide for readers from different backgrounds, this book provides theoretical material as well as practical applications. It also includes an accompanying CD-ROM with software and source code for heuristic laboratory work, along with illustrative examples.

Table of Contents

List of Tablesp. xi
List of Figuresp. xv
List of Algorithmsp. xxiii
Introductionp. xxv
Simulating Evolution: Basics about Genetic Algorithmsp. 1
The Evolution of Evolutionary Computationp. 1
The Basics of Genetic Algorithmsp. 2
Biological Terminologyp. 3
Genetic Operatorsp. 6
Models for Parent Selectionp. 6
Recombination (Crossover)p. 7
Mutationp. 9
Replacement Schemesp. 9
Problem Representationp. 10
Binary Representationp. 11
Adjacency Representationp. 12
Path Representationp. 13
Other Representations for Combinatorial Optimization Problemsp. 13
Problem Representations for Real-Valued Encodingp. 14
GA Theory: Schemata and Building Blocksp. 14
Parallel Genetic Algorithmsp. 17
Global Parallelizationp. 18
Coarse-Grained Parallel GAsp. 19
Fine-Grained Parallel GAsp. 20
Migrationp. 21
The Interplay of Genetic Operatorsp. 22
Bibliographic Remarksp. 23
Evolving Programs: Genetic Programmingp. 25
Introduction: Main Ideas and Historical Backgroundp. 26
Chromosome Representationp. 28
Hierarchical Labeled Structure Treesp. 28
Automatically Defined Functions and Modular Genetic Programmingp. 35
Other Representationsp. 36
Basic Steps of the GP-Based Problem Solving Processp. 37
Preparatory Stepsp. 37
Initializationp. 39
Breeding Populations of Programsp. 39
Process Termination and Results Designationp. 41
Typical Applications of Genetic Programmingp. 43
Automated Learning of Multiplexer Functionsp. 43
The Artificial Antp. 44
Symbolic Regressionp. 46
Other GP Applicationsp. 49
GP Schema Theoriesp. 50
Program Component GP Schematap. 51
Rooted Tree GP Schema Theoriesp. 52
Exact GP Schema Theoryp. 54
Summaryp. 59
Current GP Challenges and Research Areasp. 59
Conclusionp. 62
Bibliographic Remarksp. 62
Problems and Success Factorsp. 65
What Makes GAs and GP Unique among Intelligent Optimization Methods?p. 65
Stagnation and Premature Convergencep. 66
Preservation of Revelant Building Blocksp. 69
What Can Extended Selection Concepts Do to Avoid Premature Convergence?p. 69
Offspring Selection (OS)p. 70
The Revelant Alleles Preserving Genetic Algorithm (RAPGA)p. 73
Consequences Arising out of Offspring Selection and RAPGAp. 76
Sasegasa-More than the Sum of All Partsp. 79
The Interplay of Distributed Search and Systematic Recovery of Essential Genetic Informationp. 80
Migration Revisitedp. 81
Sasegasa: A Novel and Self-Adaptive Parallel Genetic Algorithmp. 82
The Core Algorithmp. 83
Interactions among Genetic Drift, Migration, and Self-Adaptive Selection Pressurep. 86
Analysis of Population Dynamicsp. 89
Parent Analysisp. 89
Genetic Diversityp. 90
In Single-Population GAsp. 90
In Multi-Population GAsp. 91
Application Examplesp. 92
Characteristics of Offspring Selection and the RAPGAp. 97
Introductionp. 97
Building Block Analysis for Standard GAsp. 98
Building Block Analysis for GAs Using Offspring Selectionp. 103
Building Block Analysis for the Relevant Alleles Preserving GA (RAPGA)p. 113
Combinatorial Optimization: Route Planningp. 121
The Traveling Salesman Problemp. 121
Problem Statement and Solution Methodologyp. 122
Review of Approximation Algorithms and Heuristicsp. 125
Multiple Traveling Salesman Problemsp. 130
Genetic Algorithm Approachesp. 130
The Capacitated Vehicle Routing Problemp. 139
Problem Statement and Solution Methodologyp. 140
Genetic Algorithm Approachesp. 147
Evolutionary System Identificationp. 157
Data-Based Modeling and System Identificationp. 157
Basicsp. 157
An Examplep. 159
The Basic Steps in System Identificationp. 166
Data-Based Modeling Using Genetic Programmingp. 169
GP-Based System Identification in HeuristicLabp. 170
Introductionp. 170
Problem Representationp. 171
The Functions and Terminals Basisp. 173
Solution Representationp. 178
Solution Evaluationp. 182
Local Adaption Embedded in Global Optimizationp. 188
Parameter Optimizationp. 189
Pruningp. 192
Similarity Measures for Solution Candidatesp. 197
Evaluation-Based Similarity Measuresp. 199
Structural Similarity Measuresp. 201
Applications of Genetic Algorithms: Combinatorial Optimizationp. 207
The Traveling Salesman Problemp. 208
Performance Increase of Results of Different Crossover Operators by Means of Offspring Selectionp. 208
Scalability of Global Solution Quality by SASEGASAp. 210
Comparison of the SASEGASA to the Island-Model Coarse-Grained Parallel GAp. 214
Genetic Diversity Analysis for the Different GA Typesp. 217
Capacitated Vehicle Routingp. 221
Results Achieved Using Standard Genetic Algorithmsp. 222
Results Achieved Using Standard Genetic Algorithms with Offspring Selectionp. 226
Data-Based Modeling with Genetic Programmingp. 235
Time Series Analysisp. 235
Time Series Specific Evaluationp. 236
Application Example: Design of Virtual Sensors for Emissions of Diesel Enginesp. 237
Classificationp. 251
Introductionp. 251
Real-Valued Classification with Genetic Programmingp. 251
Analyzing Classifiersp. 252
Classification Specific Evaluation in GPp. 258
Application Example: Medical Data Analysisp. 263
Genetic Propagationp. 285
Test Setupp. 285
Test Resultsp. 286
Summaryp. 288
Additional Tests Using Random Parent Selectionp. 289
Single Population Diversity Analysisp. 292
GP Test Strategiesp. 292
Test Resultsp. 293
Conclusionp. 297
Multi-Population Diversity Analysisp. 300
GP Test Strategiesp. 300
Test Resultsp. 301
Discussionp. 303
Code Bloat, Pruning, and Population Diversityp. 306
Introductionp. 306
Test Strategiesp. 307
Test Resultsp. 309
Conclusionp. 318
Conclusion and Outlookp. 321
Symbols and Abbreviationsp. 325
Referencesp. 327
Indexp. 359
Table of Contents provided by Ingram. All Rights Reserved.

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Rewards Program