did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9783540921509

Differential Evolution

by ;
  • ISBN13:

    9783540921509

  • ISBN10:

    3540921508

  • Edition: CD
  • Format: Hardcover
  • Copyright: 2009-02-01
  • Publisher: Springer Verlag

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

Purchase Benefits

  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $179.99 Save up to $45.00
  • Buy Used
    $134.99
    Add to Cart Free Shipping Icon Free Shipping

    USUALLY SHIPS IN 2-4 BUSINESS DAYS

Supplemental Materials

What is included with this book?

Summary

This is the first book devoted entirely to Differential Evolution (DE) for global permutative-based combinatorial optimization.Since its original development, DE has mainly been applied to solving problems characterized by continuous parameters. This means that only a subset of real-world problems could be solved by the original, classical DE algorithm. This book presents in detail the various permutative-based combinatorial DE formulations by their initiators in an easy-to-follow manner, through extensive illustrations and computer code. It is a valuable resource for professionals and students interested in DE in order to have full potentials of DE at their disposal as a proven optimizer. All source programs in C and Mathematica programming languages are downloadable from the website of Springer.

Table of Contents

Motivation for Differential Evolution for Permutative-Based Combinatorial Problemsp. 1
Introductionp. 1
Continuous Space Optimization DE Problemsp. 2
Permutative-Based Combinatorial Optimization DE Problemp. 2
Suitability of Differential Evolution as a Combinatorial Optimizerp. 3
Canonical Differential Evolution for Continuous Optimization Problemsp. 4
Differential Evolution for Permutative-Based Combinatorial Optimization Problemsp. 9
Conclusionsp. 10
Referencesp. 11
Differential Evolution for Permutation-Based Combinatorial Problemsp. 13
Introductionp. 13
Wide-Sense Combinatorial Optimizationp. 13
Strict-Sense Combinatorial Optimizationp. 14
Feasible Solutions versus "Repairing" Infeasible Solutions for Strict-Sense Combinatorial Optimizationp. 14
Combinatorial Problemsp. 14
Knapsack Problemp. 15
Travelling Salesman Problem (TSP)p. 15
Automated Drilling Location and Hit Sequencingp. 20
Dynamic Pick and Place (DPP) Model of Placement Sequence and Magazine Assignmentp. 22
Vehicle Routing Problemp. 25
Facility Location Problemp. 25
Permutation-Based Combinatorial Approachesp. 26
The Permutation Matrix Approachp. 26
Adjacency Matrix Approachp. 27
Relative Position Indexingp. 27
Forward/Backward Transformation Approachp. 28
Smallest Position Value Approachp. 29
Discrete/Binary Approachp. 30
Discrete Set Handling Approachp. 31
Anatomy of Some Approachesp. 31
Conclusionsp. 32
Referencesp. 33
Forward Backward Transformationp. 35
Introductionp. 35
Differential Evolutionp. 36
Tuning Parametersp. 38
Discrete Differential Evolutionp. 38
Permutative Populationp. 39
Forward Transformationp. 39
Backward Transformationp. 40
Recursive Mutationp. 40
Enhanced Differential Evolutionp. 41
Repairmentp. 42
Improvement Strategiesp. 45
Local Searchp. 46
Worked Examplep. 48
Flow Shop Schedulingp. 59
Flow Shop Scheduling Examplep. 60
Experimentation for Discrete Differential Evolution Algorithmp. 62
Experimentation for Enhanced Differential Evolution Algorithmp. 65
Quadratic Assignment Problemp. 68
Quadratic Assignment Problem Examplep. 69
Experimentation for Irregular QAPp. 71
Experimentation for Regular QAPp. 72
Traveling Salesman Problemp. 73
Traveling Salesman Problem Examplep. 74
Experimentation on Symmetric TSPp. 76
Experimentation on Asymmetric TSPp. 76
Analysis and Conclusionp. 77
Referencesp. 78
Relative Position Indexing Approachp. 81
Introductionp. 81
Two Simple Examplesp. 84
Pythagorean Triplesp. 84
Maximal Determinantsp. 86
Partitioning a Setp. 88
Set Partitioning via Relative Position Indexingp. 90
Set Partitioning via Knapsack Approachp. 93
Discussion of the Two Methodsp. 95
Minimal Covering of a Set by Subsetsp. 95
An Ad Hoc Approach to Subset Coveringp. 96
Subset Covering via Knapsack Formulationp. 98
An Assignment Problemp. 101
Relative Position Indexing for Permutationsp. 104
Representing and Using Permutations as Shufflesp. 106
Another Shuffle Methodp. 109
Hybridizing Differential Evolution for the Assignment Problemp. 112
Future Directionsp. 118
Referencesp. 119
Smallest Position Value Approachp. 121
Introductionp. 121
Differential Evolution Algorithmp. 123
Solution Representationp. 125
An Example Instance of the GTSPp. 126
Complete Computational Procedure of DEp. 127
Insertion Methodsp. 129
Hybridization with Local Searchp. 131
Computational Resultsp. 132
Conclusionsp. 136
Referencesp. 137
Discrete/Binary Approachp. 139
Introductionp. 139
Discrete Differential Evolution Algorithmp. 141
Solution Representationp. 144
Complete Computational Procedure of DDEp. 145
NEH Heuristicp. 146
Insertion Methodsp. 147
Destruction and Construction Procedurep. 149
PTL Crossover Operatorp. 151
Insert Mutation Operatorp. 151
DDE Update Operationsp. 152
Hybridization with Local Searchp. 153
Computational Resultsp. 154
Solution Qualityp. 155
Computation Timep. 157
Comparison to Other Algorithmsp. 157
Conclusionsp. 160
Referencesp. 160
Discrete Set Handlingp. 163
Introductionp. 163
Permutative Optimizationp. 164
Travelling Salesman Problemp. 164
Flow Shop Scheduling Problemp. 165
2 Opt Local Searchp. 165
Discrete Set Handling and Its Applicationp. 166
Introduction and Principlep. 166
DSH Applications on Standard Evolutionary Algorithmsp. 167
DSH Applications on Class of Genetic Programming Techniquesp. 169
Differential Evolution in Mathematica Codep. 174
DE Flow Shop Schedulingp. 182
DE Traveling Salesman Problemp. 183
DE Examplep. 184
Initializationp. 185
DSH Conversionp. 185
Fitness Evaluationp. 186
DE Applicationp. 186
Experimentationp. 189
Flow Shop Scheduling Tuningp. 190
Traveling Salesman Problem Tuningp. 194
Flow Shop Scheduling Resultsp. 197
Traveling Salesman Problem Resultsp. 201
Conclusionp. 203
Referencesp. 203
Smallest Position Value Approachp. 207
Clusters for the Instance 11EIL51p. 207
Pseudo Code for Distance Calculationp. 207
Distance (ij, dij) Information for the Instance 11EIL51p. 208
Author Indexp. 213
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