Announcements. CS 188: Artificial Intelligence Spring Production Scheduling. Today. Backtracking Search Review. Production Scheduling

Similar documents
Today. CS 188: Artificial Intelligence Fall Example: Boolean Satisfiability. Reminder: CSPs. Example: 3-SAT. CSPs: Queries.

Announcements. CS 188: Artificial Intelligence Fall Reminder: CSPs. Today. Example: 3-SAT. Example: Boolean Satisfiability.

CS 188: Artificial Intelligence Fall 2008

K-Consistency. CS 188: Artificial Intelligence. K-Consistency. Strong K-Consistency. Constraint Satisfaction Problems II

CS 188: Artificial Intelligence Fall 2011

CS 188: Artificial Intelligence

CS 188: Artificial Intelligence Spring Today

Announcements. Reminder: CSPs. Today. Example: N-Queens. Example: Map-Coloring. Introduction to Artificial Intelligence

CS 188: Artificial Intelligence

CS 188: Artificial Intelligence. Recap: Search

Announcements. CS 188: Artificial Intelligence Spring Today. A* Review. Consistency. A* Graph Search Gone Wrong

CS 188: Artificial Intelligence

What is Search For? CSE 473: Artificial Intelligence. Example: N-Queens. Example: N-Queens. Example: Map-Coloring 4/7/17

CS 188: Artificial Intelligence Spring Announcements

What is Search For? CS 188: Artificial Intelligence. Example: Map Coloring. Example: N-Queens. Example: N-Queens. Constraint Satisfaction Problems

CSE 473: Artificial Intelligence

Constraint Satisfaction Problems (CSPs)

CS 188: Artificial Intelligence Fall 2008

Announcements. CS 188: Artificial Intelligence Fall Large Scale: Problems with A* What is Search For? Example: N-Queens

CS 188: Artificial Intelligence Spring Announcements

CS 4100 // artificial intelligence

Lecture 6: Constraint Satisfaction Problems (CSPs)

Local Search Methods. CS 188: Artificial Intelligence Fall Announcements. Hill Climbing. Hill Climbing Diagram. Today

Space of Search Strategies. CSE 573: Artificial Intelligence. Constraint Satisfaction. Recap: Search Problem. Example: Map-Coloring 11/30/2012

Constraint Satisfaction

Constraint Satisfaction Problems

Constraint Satisfaction Problems

Recap: Search Problem. CSE 473: Artificial Intelligence. Space of Search Strategies. Constraint Satisfaction. Example: N-Queens 4/9/2012

Constraint Satisfaction Problems

Example: Map-Coloring. Constraint Satisfaction Problems Western Australia. Example: Map-Coloring contd. Outline. Constraint graph

Constraint Satisfaction Problems. Chapter 6

Constraint Satisfaction. AI Slides (5e) c Lin

Material. Thought Question. Outline For Today. Example: Map-Coloring EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS

Announcements. CS 188: Artificial Intelligence Fall Robot motion planning! Today. Robotics Tasks. Mobile Robots

CS 188: Artificial Intelligence Fall Announcements

Announcements. CS 188: Artificial Intelligence Fall 2010

Announcements. Homework 4. Project 3. Due tonight at 11:59pm. Due 3/8 at 4:00pm

CS 188: Artificial Intelligence Fall 2011

Chapter 6 Constraint Satisfaction Problems

10/11/2017. Constraint Satisfaction Problems II. Review: CSP Representations. Heuristic 1: Most constrained variable

Outline. Best-first search

Constraint Satisfaction Problems

Constraint Satisfaction Problems

Announcements. CS 188: Artificial Intelligence Spring Today. Example: Map-Coloring. Example: Cryptarithmetic.

Week 8: Constraint Satisfaction Problems

Announcements. Homework 1: Search. Project 1: Search. Midterm date and time has been set:

CS 188: Artificial Intelligence. Recap Search I

Local Search. (Textbook Chpt 4.8) Computer Science cpsc322, Lecture 14. May, 30, CPSC 322, Lecture 14 Slide 1

Local Search. (Textbook Chpt 4.8) Computer Science cpsc322, Lecture 14. Oct, 7, CPSC 322, Lecture 14 Slide 1

CS 343: Artificial Intelligence

CS 188: Artificial Intelligence. What is Search For? Constraint Satisfaction Problems. Constraint Satisfaction Problems

Map Colouring. Constraint Satisfaction. Map Colouring. Constraint Satisfaction

Constraint Satisfaction Problems. Chapter 6

CS 771 Artificial Intelligence. Constraint Satisfaction Problem

What is Search For? CS 188: Artificial Intelligence. Constraint Satisfaction Problems

Reading: Chapter 6 (3 rd ed.); Chapter 5 (2 nd ed.) For next week: Thursday: Chapter 8

Constraint Satisfaction Problems

Lecture 18. Questions? Monday, February 20 CS 430 Artificial Intelligence - Lecture 18 1

Constraint Satisfaction Problems Chapter 3, Section 7 and Chapter 4, Section 4.4 AIMA Slides cstuart Russell and Peter Norvig, 1998 Chapter 3, Section

Local Search for CSPs

CSE 573: Artificial Intelligence

CS W4701 Artificial Intelligence

Recap Hill Climbing Randomized Algorithms SLS for CSPs. Local Search. CPSC 322 Lecture 12. January 30, 2006 Textbook 3.8

AI Fundamentals: Constraints Satisfaction Problems. Maria Simi

Lars Schmidt-Thieme, Information Systems and Machine Learning Lab (ISMLL), University of Hildesheim, Germany, Course on Artificial Intelligence,

Robotics Tasks. CS 188: Artificial Intelligence Spring Manipulator Robots. Mobile Robots. Degrees of Freedom. Sensors and Effectors

Outline. Best-first search

Constraint Satisfaction Problems. slides from: Padhraic Smyth, Bryan Low, S. Russell and P. Norvig, Jean-Claude Latombe

Artificial Intelligence

Constraint Satisfaction Problems

Artificial Intelligence Constraint Satisfaction Problems

Constraint Satisfaction Problems. A Quick Overview (based on AIMA book slides)

Constraints. CSC 411: AI Fall NC State University 1 / 53. Constraints

Recap Randomized Algorithms Comparing SLS Algorithms. Local Search. CPSC 322 CSPs 5. Textbook 4.8. Local Search CPSC 322 CSPs 5, Slide 1

Constraint Satisfaction Problems

CMU-Q Lecture 8: Optimization I: Optimization for CSP Local Search. Teacher: Gianni A. Di Caro

CS 4100/5100: Foundations of AI

Constraint Satisfaction Problems

Australia Western Australia Western Territory Northern Territory Northern Australia South Australia South Tasmania Queensland Tasmania Victoria

DIT411/TIN175, Artificial Intelligence. Peter Ljunglöf. 6 February, 2018

Constraint Satisfaction Problems

Example: Map coloring

Local Search and Optimization Chapter 4. Mausam (Based on slides of Padhraic Smyth, Stuart Russell, Rao Kambhampati, Raj Rao, Dan Weld )

Local Search and Optimization Chapter 4. Mausam (Based on slides of Padhraic Smyth, Stuart Russell, Rao Kambhampati, Raj Rao, Dan Weld )

Local Search and Optimization Chapter 4. Mausam (Based on slides of Padhraic Smyth, Stuart Russell, Rao Kambhampati, Raj Rao, Dan Weld )

Foundations of Artificial Intelligence

Constraint Satisfaction Problems Part 2

Hill Climbing. Assume a heuristic value for each assignment of values to all variables. Maintain an assignment of a value to each variable.

Local Search (Greedy Descent): Maintain an assignment of a value to each variable. Repeat:

Constraint Satisfaction Problems

Module 4. Constraint satisfaction problems. Version 2 CSE IIT, Kharagpur

Artificial Intelligence

CS 331: Artificial Intelligence Local Search 1. Tough real-world problems

Artificial Intelligence

Artificial Intelligence

Set 5: Constraint Satisfaction Problems

Recap Arc Consistency Example Local Search Hill Climbing. Local Search. CPSC 322 CSPs 4. Textbook 4.8. Local Search CPSC 322 CSPs 4, Slide 1

EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS

What is Search For? CS 188: Ar)ficial Intelligence. Constraint Sa)sfac)on Problems Sep 14, 2015

Review I" CMPSCI 383 December 6, 2011!

Transcription:

CS 188: Artificial Intelligence Spring 2009 Lecture : Constraint Satisfaction 2/3/2009 Announcements Project 1 (Search) is due tomorrow Come to office hours if you re stuck Today at 1pm (Nick) and 3pm (John) Tomorrow at 11am (John) Up to 2 slip days (Friday at 11:9pm) Issues: nodes expanded and hashing lists John DeNero UC Berkeley Slides adapted from Dan Klein, Stuart Russell or Andrew Moore Written assignment 1 is due next Tuesday Work in groups, write up alone Printed copies are available after lecture today Due at the beginning of Tuesday lecture Today Production Scheduling F30 Spyder 99 GTB 12 Scaglietti Backtracking Search Recap Structure in CSPs Local Search Algorithms Can t schedule two convertibles or two V12 engines in a row th th th 3 rd Convertible V12 Example Adapted from Edward Tsang Production Scheduling Backtracking Search Review F()30 Spyder ()99 GTB ()12 Scaglietti Variables: C 1, C 2, C 3, Values:,, Constraints: (C i, C i+1 ) in { (,), (,), (,),(,) } Backtracking: Pick a variable (MRV, degree) Order values (LCV) For each value: Instantiate variable Forward checking Arc consistency Backtracking C 1 C 2 C 3 C C 1 C2 C3 C 1

Limitations of Arc Consistency After running arc consistency: Can have one solution left Can have multiple solutions left Can have no solutions left (and not know it) K-Consistency Increasing degrees of consistency 1-Consistency (Node Consistency): Each single node s domain has a value which meets that node s unary constraints 2-Consistency (Arc Consistency): For each pair of nodes, any consistent assignment to one can be extended to the other K-Consistency: For each k nodes, any consistent assignment to k-1 can be extended to the k th node. Higher k more expensive to compute (You need to know the k=2 algorithm) 8 Strong K-Consistency Problem Structure Strong k-consistency: also k-1, k-2, 1 consistent Claim: strong n-consistency means we can solve without backtracking! Why? Choose any assignment to any variable Choose a new variable By 2-consistency, there is a choice consistent with the first Choose a new variable By 3-consistency, there is a choice consistent with the first 2 Lots of middle ground between arc consistency and n- consistency! 9 Tasmania and mainland are independent subproblems Identifiable as connected components of constraint graph Suppose each subproblem has c variables out of n total Worst-case solution cost is O((n/c)(d c )), linear in n E.g., n = 80, d = 2, c =20 2 80 = billion years at 10 million nodes/sec ()(2 20 ) = 0. seconds at 10 million nodes/sec 10 Tree-Structured CSPs Example Tree-Structured CSP F()30 Spyder ()99 GTB ()12 Scaglietti Dino compatible + Tree structured mean no loops in the constraint graph Theorem: A tree-structured CSP can be solved in O(n d 2 ) time Compare to general CSPs, where worst-case time is O(d n ) Efficient algorithms for tree-structured problems also appear in probabilistic reasoning, where we have probability distributions over the values of each variable 11 Variables C i in {,, } D i in {True, False} C1 C2 C3 C D 2 D 3 Constraints (C i, C i+1 ) in { (,), (,), (,), (,) } (C i, D i ) in { (,T), (,F), (,F), (,F) } D 3 = True 2

Solving a Tree-Structured CSP Tree-Structured CSPs Choose any variable as root Order variables from root to leaves such that every node s parent precedes it in the ordering (topological order) C 1 C 2 C 3 C D 2 D 3 Why does this work? Claim: After each node is processed leftward, all nodes to the right can be assigned in any way consistent with their parent. Proof: Induction on position C 1 C 2 C 3 C D 3 D 2 Apply unary constraints For i = n : 2, apply Remove_Inconsistent(Parent(X i ), X i ) For i = 1 : n, assign X i consistently with Parent(X i ) T F T F 13 C 1 C 2 C 3 C D 3 D 2 Why doesn t this algorithm work with loops? Note: we ll see this basic idea again with Bayes nets 1 Nearly Tree-Structured CSPs Tree Decompositions Create a tree-structured graph of subproblems Solve each subproblem to enforce local constraints Solve the CSP over subproblem mega-variables using our efficient tree-structured CSP algorithm Constraint: Every convertible must be two steps after another (C3, C) in { (,), Conditioning: instantiate a variable, prune its neighbors' domains (,), (,), (,), (,) } Cutset conditioning: instantiate (in all ways) a set of variables such that the remaining constraint graph is a tree Cutset size c gives runtime O( (d c ) (n-c) d 2 ), very fast for small c 1 Constraint graph: C1 C2 C3 C C Tree Decompositions Create a tree-structured graph of subproblems Solve each subproblem to enforce local constraints Solve the CSP over subproblem mega-variables using our efficient tree-structured CSP algorithm Constraint graph: C 1 C 2 C 3 C C C 1 C 2 C 3 C 2 C 3 C C 3 C C (,,) (,,) (,,) (C 1 =, C 2 =, C 3 = ) (,,) (,,) (,,) (C 2 =, C 3 =, C = ) (,,) (,,) (,,) (C 3 =, C =, C = ) (,,) (,,) (,,) (,,) (,,) (,,) (,,) (,,) (,,) Iterative Algorithms for CSPs Local search methods typically work with complete states, i.e., all variables assigned To apply to CSPs: Start with some assignment with unsatisfied constraints Operators reassign variable values Variable selection: randomly select any conflicted variable Value selection by min-conflicts heuristic: Choose value that violates the fewest constraints I.e., hill climb with h(n) = total number of violated constraints 18 3

Example: -Queens Performance of Min-Conflicts Given random initial state, can solve n-queens in almost constant time for arbitrary n with high probability (e.g., n = 10,000,000) The same appears to be true for any randomly-generated CSP except in a narrow range of the ratio States: queens in columns ( = 2 states) Operators: move queen in column Goal test: no attacks Evaluation: h(n) = number of attacks 19 20 Summary Local Search Methods CSPs are a special kind of search problem: States defined by values of a fixed set of variables Goal test defined by constraints on variable values Backtracking = depth-first search with one legal variable assigned per node Variable ordering and value selection heuristics help significantly Forward checking prevents assignments that guarantee later failure Constraint propagation (e.g., arc consistency) does additional work to constrain values and detect inconsistencies Constraint graphs allow for analysis of problem structure Tree-structured CSPs can be solved in linear time Iterative min-conflicts is usually effective in practice 21 Tree search keeps unexplored alternatives on the fringe (ensures completeness) Local search: improve what you have until you can t make it better Generally much faster and more memory efficient (but incomplete) 22 Types of Search Problems Hill Climbing Planning problems: We want a path to a solution (examples?) Usually want an optimal path Incremental formulations Identification problems: We actually just want to know what the goal is (examples?) Usually want an optimal goal Complete-state formulations Iterative improvement algorithms 23 Simple, general idea: Start wherever Always choose the best neighbor If no neighbors have better scores than current, quit Why can this be a terrible idea? Complete? Optimal? What s good about it? 2 [Demo]

Hill Climbing Diagram Simulated Annealing Idea: Escape local maxima by allowing downhill moves But make them rarer as time goes on Random restarts? Random sideways steps? 2 2 Simulated Annealing Theoretical guarantee: If T decreased slowly enough, simulated annealing will converge to the highest value (lowest cost) state! How useful is this guarantee? Sounds like magic, but reality is reality: The more downhill steps you need to escape, the less likely you are to every make them all in a row People think hard about ridge operators which let you jump around the space in better ways 27