Details

Constraint Satisfaction Problems


Constraint Satisfaction Problems

CSP Formalisms and Techniques
1. Aufl.

von: Khaled Ghedira

139,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 05.02.2013
ISBN/EAN: 9781118575017
Sprache: englisch
Anzahl Seiten: 240

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

Beschreibungen

<p>A Constraint Satisfaction Problem (CSP) consists of a set of variables, a domain of values for each variable and a set of constraints. The objective is to assign a value for each variable such that all constraints are satisfied. CSPs continue to receive increased attention because of both their high complexity and their omnipresence in academic, industrial and even real-life problems. This is why they are the subject of intense research in both artificial intelligence and operations research. This book introduces the classic CSP and details several extensions/improvements of both formalisms and techniques in order to tackle a large variety of problems. Consistency, flexible, dynamic, distributed and learning aspects are discussed and illustrated using simple examples such as the n-queen problem.</p> <p>Contents</p> <p>1. Foundations of CSP.<br /> 2. Consistency Reinforcement Techniques.<br /> 3. CSP Solving Algorithms.<br /> 4. Search Heuristics.<br /> 5. Learning Techniques.<br /> 6. Maximal Constraint Satisfaction Problems.<br /> 7. Constraint Satisfaction and Optimization Problems.<br /> 8. Distibuted Constraint Satisfaction Problems.</p> <p>About the Authors</p> <p>Khaled Ghedira is the general managing director of the Tunis Science City in Tunisia, Professor at the University of Tunis, as well as the founding president of the Tunisian Association of Artificial Intelligence and the founding director of the SOIE research laboratory. His research areas include MAS, CSP, transport and production logistics, metaheuristics and security in M/E-government. He has led several national and international research projects, supervised 30 PhD theses and more than 50 Master’s theses, co-authored about 300 journal, conference and book research papers, written two text books on metaheuristics and production logistics and co-authored three others.</p>
<p>Preface ix</p> <p>Introduction xi</p> <p><b>Chapter 1 Foundations of CSP 1</b></p> <p>1.1.Basicconcepts 1</p> <p>1.2.CSPframework 3</p> <p>1.2.1.Formalism 4</p> <p>1.2.2.Areasofapplication 6</p> <p>1.2.3.Extensions 17</p> <p>1.3.Bibliography 22</p> <p><b>Chapter 2 Consistency Reinforcement Techniques 29</b></p> <p>2.1.Basicnotions 29</p> <p>2.1.1.Equivalence 29</p> <p>2.1.2.K-consistency 30</p> <p>2.2.Arcconsistencyreinforcementalgorithms 32</p> <p>2.2.1.ac-1 33</p> <p>2.2.2.ac-2 36</p> <p>2.2.3.ac-3 38</p> <p>2.2.4.ac-4 41</p> <p>2.2.5.ac-5 44</p> <p>2.2.6.ac-6 50</p> <p>2.2.7.ac-7 54</p> <p>2.2.8 Ac2000 61</p> <p>2.2.9 Ac2001 65</p> <p>2.3.Bibliography 69</p> <p><b>Chapter 3 CSP Solving Algorithms 73</b></p> <p>3.1.Completeresolutionmethods 73</p> <p>3.1.1.Thebacktrackingalgorithm 74</p> <p>3.1.2.Look-backalgorithms 76</p> <p>3.1.3.Look-aheadalgorithms 86</p> <p>3.2.Experimentalvalidation 92</p> <p>3.2.1.Randomgenerationofproblems 92</p> <p>3.2.2.Phasetransition 94</p> <p>3.3.Bibliography 96</p> <p><b>Chapter 4 Search Heuristics 99</b></p> <p>4.1.Organizationofthesearchspace 99</p> <p>4.1.1.Parallelapproaches 99</p> <p>4.1.2.Distributedapproaches 100</p> <p>4.1.3 Collaborative approaches 102</p> <p>4.2 Ordering heuristics 102</p> <p>4.2.1 Illustrative example 102</p> <p>4.2.2 Variable ordering 109</p> <p>4.2.3 Value ordering 115</p> <p>4.2.4 Constraints-based ordering 116</p> <p>4.3 Bibliography 117</p> <p><b>Chapter 5 Learning Techniques 121</b></p> <p>5.1.The“nogood”concept 122</p> <p>5.1.1.Exampleofunionandprojection 123</p> <p>5.1.2.Useofnogoods 125</p> <p>5.1.3.Nogoodhandling 125</p> <p>5.2.Nogood-recordingalgorithm 126</p> <p>5.3.Thenogood-recording-forward-checkingalgorithm 129</p> <p>5.4.Theweak-commitment-nogood-recordingalgorithm 132</p> <p>5.5.Bibliography 133</p> <p>Table of Contents vii</p> <p><b>Chapter 6. Maximal Constraint Satisfaction Problems 135</b></p> <p>6.1 Branch and bound algorithm 136</p> <p>6.2.PartialForward-Checkingalgorithm 138</p> <p>6.3.Weak-commitmentsearch 142</p> <p>6.4.GENETmethod 144</p> <p>6.5.Distributedsimulatedannealing 146</p> <p>6.6.Distributedandguidedgeneticalgorithm 147</p> <p>6.6.1.Basicprinciples 148</p> <p>6.6.2.Themulti-agentmodel 150</p> <p>6.6.3.Geneticprocess 152</p> <p>6.6.4.Extensions 158</p> <p>6.7 Bibliography 162</p> <p><b>Chapter 7 Constraint Satisfaction and Optimization Problems 165</b></p> <p>7.1.Formalism 166</p> <p>7.2 Resolution methods 166</p> <p>7.2.1 Branch-and-bound algorithm 167</p> <p>7.2.2 Tunneling algorithm 170</p> <p>7.3 Bibliography 178</p> <p><b>Chapter 8 Distributed Constraint Satisfaction Problems 181</b></p> <p>8.1.DisCSPframework 183</p> <p>8.1.1.Formalism 183</p> <p>8.1.2.Distributionmodes 185</p> <p>8.1.3.Communicationmodels 191</p> <p>8.1.4.Convergenceproperties 193</p> <p>8.2.Distributedconsistencyreinforcement 195</p> <p>8.2.1.TheDisAC-4algorithm 196</p> <p>8.2.2.TheDisAC-6algorithm 197</p> <p>8.2.3.TheDisAC-9algorithm 198</p> <p>8.2.4.TheDRACalgorithm 199</p> <p>8.3 Distributed resolution 200</p> <p>8.3.1.Asynchronousbacktrackingalgorithm 201</p> <p>8.3.2.Asynchronousweak-commitmentsearch 204</p> <p>8.3.3 Asynchronous aggregation search 205</p> <p>8.3.4.Approachesbasedoncanonicaldistribution 207</p> <p>8.3.5.DOCapproach 208</p> <p>8.3.6 Generalization of DisCSP algorithms to several variables 214</p> <p>8.4.Bibliography 215</p> <p>Index 221</p>
<p><strong>Khaled Ghedira</strong> is Professor at the University of Tunis, Tunisia.

Diese Produkte könnten Sie auch interessieren:

Globale Optimierung von Niveaulinien
Globale Optimierung von Niveaulinien
von: Ludwig Stammler, Edeltraud Buchsteiner-Kießling
PDF ebook
39,99 €
Classical Algebra
Classical Algebra
von: Roger L. Cooke
PDF ebook
71,99 €
The Ellipse
The Ellipse
von: Arthur Mazer
PDF ebook
61,99 €