190 likes | 202 Views
Explore the role of common components in heuristic search by identifying and preserving above-average components while changing below-average ones. Utilize the Commonality Hypothesis to enhance search operators for better performance in globally convex search spaces. This study emphasizes the importance of respecting common components for improved search outcomes.
E N D
A Little Respect (for the Role of Common Components in Heuristic Search) Stephen Chen York University
Heuristic Search • Search Operators • Control Strategies IFIP WCC 2006
An Obvious Failing • Point search operators do not have historical information! • Most research focuses on the control strategies IFIP WCC 2006
Search Operator Strategies • What can be improved? • What is worth keeping? • Most search operators focus on what they change, not what they keep IFIP WCC 2006
What Should Search Operators Keep? • Would like to keep “above-average” components of existing solutions and change their “below-average” components • Use Commonality Hypothesis to identify “above-average” components IFIP WCC 2006
The Commonality Hypothesis • Schemata common to above-average solutions are above average • Search operators should keep common components and change uncommon components IFIP WCC 2006
A Simple Example Parent 1 1 1 1 0 0 1 0 1 1 1 Parent 2 1 0 1 1 0 1 1 0 1 1 Common 1 1 0 1 1 1 Uncommon 1 1 0 0 1 Uncommon 2 0 1 1 0 IFIP WCC 2006
TSP Nearest Neighbour Tours Tour 1 Tour 2 IFIP WCC 2006
Common and Uncommon Components Common Uncommon IFIP WCC 2006
Random Local Minima IFIP WCC 2006
Simulated Annealing IFIP WCC 2006
Summary • Random search space, random search strategy • All the intelligence of simulated annealing is in the control strategy IFIP WCC 2006
Distribution of Local Minima (Boese) Length Average distance from other local minima IFIP WCC 2006
“Big-Valley” – Globally Convex IFIP WCC 2006
“Directed” Simulated Annealing IFIP WCC 2006
Coordination with Common Components IFIP WCC 2006
TSP Results IFIP WCC 2006
Summary • Globally convex search space, “respectful” search operator • Add some intelligence to the search operator IFIP WCC 2006
Conclusion • The preservation of common components can improve the performance of heuristic search procedures in globally convex search spaces IFIP WCC 2006