Details

Optimization in Engineering Sciences


Optimization in Engineering Sciences

Metaheuristic, Stochastic Methods and Decision Support
1. Aufl.

von: Dan Stefanoiu, Pierre Borne, Dumitru Popescu, Florin Gheorghe Filip, Abdelkader El Kamel

162,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 30.10.2014
ISBN/EAN: 9781118648773
Sprache: englisch
Anzahl Seiten: 448

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p>The purpose of this book is to present the main metaheuristics and approximate and stochastic methods for optimization of complex systems in Engineering Sciences. It has been written within the framework of the European Union project ERRIC (Empowering Romanian Research on Intelligent Information Technologies), which is funded by the EU’s FP7 Research Potential program and has been developed in co-operation between French and Romanian teaching researchers. Through the principles of various proposed algorithms (with additional references) this book allows the reader to explore various methods of implementation such as metaheuristics, local search and populationbased methods. It examines multi-objective and stochastic optimization, as well as methods and tools for computer-aided decision-making and simulation for decision-making.</p>
<p>LIST OF FIGURES ix</p> <p>LIST OF TABLES xiii</p> <p>LIST OF ALGORITHMS xv</p> <p>LIST OF ACRONYMS xvii</p> <p>PREFACE xix</p> <p>ACKNOWLEDGEMENTS xxi</p> <p><b>CHAPTER 1. METAHEURISTICS – LOCAL METHODS 1</b></p> <p>1.1. Overview 1</p> <p>1.2. Monte Carlo principle 6</p> <p>1.3. Hill climbing 12</p> <p>1.4. Taboo search 20</p> <p>1.4.1. Principle 20</p> <p>1.4.2. Greedy descent algorithm 20</p> <p>1.4.3. Taboo search method 23</p> <p>1.4.4. Taboo list 25</p> <p>1.4.5. Taboo search algorithm 26</p> <p>1.4.6. Intensification and diversification 30</p> <p>1.4.7. Application examples 31</p> <p>1.5. Simulated annealing 39</p> <p>1.5.1. Principle of thermal annealing 39</p> <p>1.5.2. Kirkpatrick’s model of thermal annealing 41</p> <p>1.5.3. Simulated annealing algorithm 43</p> <p>1.6. Tunneling 46</p> <p>1.6.1. Tunneling principle 46</p> <p>1.6.2. Types of tunneling 48</p> <p>1.6.3. Tunneling algorithm 49</p> <p>1.7. GRASP methods 51</p> <p><b>CHAPTER 2. METAHEURISTICS – GLOBAL METHODS 53</b></p> <p>2.1. Principle of evolutionary metaheuristics 53</p> <p>2.2. Genetic algorithms 55</p> <p>2.2.1. Biology breviary 55</p> <p>2.2.2. Features of genetic algorithms 57</p> <p>2.2.3. General structure of a GA 73</p> <p>2.2.4. On the convergence of GA 77</p> <p>2.2.5. How to implement a genetic algorithm 84</p> <p>2.3. Hill climbing by evolutionary strategies 100</p> <p>2.3.1. Climbing by the steepest ascent 101</p> <p>2.3.2. Climbing by the next ascent 104</p> <p>2.3.3. Hill climbing by group of alpinists 106</p> <p>2.4. Optimization by ant colonies 107</p> <p>2.4.1. Ant colonies 107</p> <p>2.4.2. Basic optimization algorithm by ant colonies 110</p> <p>2.4.3. Pheromone trail update 118</p> <p>2.4.4. Systemic ant colony algorithm 122</p> <p>2.4.5. Traveling salesman example 128</p> <p>2.5. Particle swarm optimization 132</p> <p>2.5.1. Basic metaheuristic 132</p> <p>2.5.2. Standard PSO algorithm 141</p> <p>2.5.3. Adaptive PSO algorithm with evolutionary strategy 146</p> <p>2.5.4. Fireflies algorithm 163</p> <p>2.5.5. Bats algorithm 173</p> <p>2.5.6. Bees algorithm 182</p> <p>2.5.7. Multivariable prediction by PSO 194</p> <p>2.6. Optimization by harmony search 207</p> <p>2.6.1. Musical composition and optimization 207</p> <p>2.6.2. Harmony search model 208</p> <p>2.6.3. Standard harmony search algorithm 212</p> <p>2.6.4. Application example 215</p> <p><b>CHAPTER 3. STOCHASTIC OPTIMIZATION 219</b></p> <p>3.1. Introduction 219</p> <p>3.2. Stochastic optimization problem 221</p> <p>3.3. Computing the repartition function of a random variable 222</p> <p>3.4. Statistical criteria for optimality 230</p> <p>3.4.1. Case of totally admissible solutions 231</p> <p>3.4.2. Case of partially admissible solutions 234</p> <p>3.5. Examples 240</p> <p>3.6. Stochastic optimization through games theory 245</p> <p>3.6.1. Principle 245</p> <p>3.6.2. Wald strategy (maximin) 247</p> <p>3.6.3. Hurwicz strategy 248</p> <p>3.6.4. Laplace strategy 249</p> <p>3.6.5. Bayes–Laplace strategy 249</p> <p>3.6.6. Savage strategy 250</p> <p>3.6.7. Example 251</p> <p><b>CHAPTER 4. MULTI-CRITERIA OPTIMIZATION 253</b></p> <p>4.1. Introduction 253</p> <p>4.2. Introductory examples 255</p> <p>4.2.1. Choosing the first job 255</p> <p>4.2.2. Selecting an IT tool 256</p> <p>4.2.3. Setting the production rate of a continuous process plant 256</p> <p>4.3. Multi-criteria optimization problems 257</p> <p>4.3.1. Two subclasses of problems 257</p> <p>4.3.2. Dominance and Pareto optimality 262</p> <p>4.4. Model solving methods 265</p> <p>4.4.1. Classifications 265</p> <p>4.4.2. Substitution-based methods 266</p> <p>4.4.3. Aggregation-based methods 270</p> <p>4.4.4. Other methods 282</p> <p>4.5. Two objective functions optimization for advanced control systems 292</p> <p>4.5.1. Aggregating identification with the design of a dynamical control system 292</p> <p>4.5.2. Aggregating decision model identification with the supervision 302</p> <p>4.6. Notes and comments 307</p> <p><b>CHAPTER 5. METHODS AND TOOLS FOR MODEL-BASED DECISION-MAKING 309</b></p> <p>5.1. Introduction 309</p> <p>5.2. Introductory examples 310</p> <p>5.2.1. Choosing a job: probabilistic case 310</p> <p>5.2.2. Starting a business 311</p> <p>5.2.3. Selecting an IT engineer 311</p> <p>5.3. Decisions and decision activities. </p> <p>5.3.1. Definition 313</p> <p>5.3.2. Approaches 314</p> <p>5.4. Decision analysis 316</p> <p>5.4.1. Preliminary analysis: preparing the choice 317</p> <p>5.4.2. Making a choice: structuring and solving decision problems 330</p> <p>5.5. Notes and comments 347</p> <p>5.6. Other remarks/comments 347</p> <p><b>CHAPTER 6. DECISION-MAKING – CASE STUDY SIMULATION 351</b></p> <p>6.1. Decision problem in uncertain environment 351</p> <p>6.2. Problem statement 352</p> <p>6.3. Simulation principle 353</p> <p>6.4. Case studies 357</p> <p>6.4.1. Stock management 358</p> <p>6.4.2. Competitive tender 362</p> <p>6.4.3. Queuing process or ATM 365</p> <p>APPENDIX 1 369</p> <p>APPENDIX 2 377</p> <p>BIBLIOGRAPHY 393</p> <p>INDEX 413</p>
<p><b>Dan Stefanoiu</b> is Professor in the fields of Signal Processing and System Identification at Politehnica University of Bucharest. In 2002 he was elected as a member of the American Romanian Academy of Arts and Sciences (ARA).</p> <p><b>Pierre Borne</b> is Professor at École Centrale de Lille, France. He has received honorary degrees from the University of Moscow, Russia, the Politehnica University of Bucharest, Romania, and the University of Waterloo, Canada. He is a Fellow of the IEEE.</p> <p><b>Dumitru Popescu</b> is Professor at Politehnica University of Bucharest, Romania, in the fields of Advanced Control and Systems Optimization and also Associate Professor at major universities in France and Italy. He is Director of the Research Center in Automatics, Process Control and Computers (APCC) affiliated to Politehnica University of Bucharest, a member of the IFAC Technical Committees for the Control of Bioprocesses and Chemical Processes and a corresponding member of the Romanian Academy of Technical Sciences.</p> <p><b>Florin Gh. Filip</b> is a researcher and Professor in the fields of Optimization and Control of Large-scale Systems, applied IT including decision support systems. He was elected as a member of the Romanian Academy (National Academy of Sciences of Romania) in 1991 and President of the "Information Science and Technology" section of the Academy in 2011. He was the Vice President of the Romanian Academy from 2001 to 2010 and the chair of the IFAC TC 5.4 "Large-scale complex systems" from 2002 to 2008.</p> <p><b>Abdelkader El Kamel</b> is Professor in the fields of Advanced Control, System Optimization and Decision-Making at École Centrale de Lille in France. He is also a regular Visiting Professor, mainly in China, Chile and at major engineering and business schools in Tunisia.</p>

Diese Produkte könnten Sie auch interessieren:

Classification, Parameter Estimation and State Estimation
Classification, Parameter Estimation and State Estimation
von: Bangjun Lei, Guangzhu Xu, Ming Feng, Yaobin Zou, Ferdinand van der Heijden, Dick de Ridder, David M. J. Tax
PDF ebook
101,99 €
Bandwidth Efficient Coding
Bandwidth Efficient Coding
von: John B. Anderson
EPUB ebook
114,99 €