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

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

CS 343: Artificial Intelligence

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

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

CS 188: Artificial Intelligence Fall 2011

Constraint Satisfaction Problems

Announcements. CS 188: Artificial Intelligence Fall 2010

CS 4100 // artificial intelligence

CSE 473: Artificial Intelligence

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

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

Constraint Satisfaction Problems (CSPs)

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

CS 188: Artificial Intelligence Fall 2008

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

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

CS 188: Artificial Intelligence. Recap: Search

Constraint Satisfaction Problems

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

Constraint Satisfaction

Constraint Satisfaction Problems. Chapter 6

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

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

Constraint Satisfaction Problems

Constraint Satisfaction Problems

Constraint Satisfaction Problems

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

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

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

CS W4701 Artificial Intelligence

CS 188: Artificial Intelligence Spring Announcements

CS 188: Artificial Intelligence Spring Announcements

Lecture 6: Constraint Satisfaction Problems (CSPs)

CS 188: Artificial Intelligence Fall 2011

Chapter 6 Constraint Satisfaction Problems

Constraint Satisfaction. AI Slides (5e) c Lin

Constraint Satisfaction Problems

Outline. Best-first search

Constraint Satisfaction Problems Part 2

DIT411/TIN175, Artificial Intelligence. Peter Ljunglöf. 30 January, 2018

Artificial Intelligence

Constraint Satisfaction Problems

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

Artificial Intelligence Constraint Satisfaction Problems

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

CS 188: Artificial Intelligence Fall 2008

CS 188: Artificial Intelligence

Constraint Satisfaction Problems

CS 188: Artificial Intelligence

Constraint Satisfaction Problems

Week 8: Constraint Satisfaction Problems

CS 771 Artificial Intelligence. Constraint Satisfaction Problem

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

Games and Adversarial Search II Alpha-Beta Pruning (AIMA 5.3)

Constraint Satisfaction Problems

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

Iterative improvement algorithms. Today. Example: Travelling Salesperson Problem. Example: n-queens

Constraint Satisfaction Problems

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

CONSTRAINT SATISFACTION

Constraint Satisfaction Problems (CSPs) Introduction and Backtracking Search

Constraint satisfaction problems. CS171, Winter 2018 Introduction to Artificial Intelligence Prof. Richard Lathrop

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

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

ARTIFICIAL INTELLIGENCE (CS 370D)

CSE 573: Artificial Intelligence

Constraint Satisfaction. CS 486/686: Introduction to Artificial Intelligence

CS 188: Artificial Intelligence

Constraint Satisfaction Problems. Chapter 6

Constraint Satisfaction Problems

Constraint Satisfaction Problems

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

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

Foundations of Artificial Intelligence

Outline. Best-first search

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

Moving to a different formalism... SEND + MORE MONEY

Spezielle Themen der Künstlichen Intelligenz

CS 4100/5100: Foundations of AI

CS 188: Artificial Intelligence Spring Today

Artificial Intelligence

Artificial Intelligence

CS 188: Artificial Intelligence. Recap Search I

Map Colouring. Constraint Satisfaction. Map Colouring. Constraint Satisfaction

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

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

CONSTRAINT SATISFACTION

General Methods and Search Algorithms

CMU-Q Lecture 7: Searching in solution space Constraint Satisfaction Problems (CSPs) Teacher: Gianni A. Di Caro

CONSTRAINT SATISFACTION

Mathematical Programming Formulations, Constraint Programming

Constraint Satisfaction Problems

Constraint Satisfaction Problems (CSP)

Discussion Section Week 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

G53CLP Constraint Logic Programming

Example: Map coloring

Comments about assign 1. Quick search recap. Constraint Satisfaction Problems (CSPs) Search uninformed BFS, DFS, IDS. Adversarial search

Solving Problems by Searching: Constraint Satisfaction Problems

Today. Introduction to Artificial Intelligence COMP 3501 / COMP Lecture 5. Constraint Satisfaction Problems (CSP) CSP Definition

Transcription:

CS 188: Artificial Intelligence Constraint Satisfaction Problems Constraint Satisfaction Problems N variables domain D constraints x 1 x 2 Instructor: Marco Alvarez University of Rhode Island (These slides were created/modified by Dan Klein, Pieter Abbeel, Anca Dragan for CS188 at UC Berkeley) states goal test successor function partial assignment complete; satisfies constraints assign an unassigned variable What is Search For? Constraint Satisfaction Problems Assumptions about the world: a single agent, deterministic actions, fully observed state, discrete state space Planning: sequences of actions The path to the goal is the important thing Paths have various costs, depths Heuristics give problem-specific guidance Identification: assignments to variables The goal itself is important, not the path All paths at the same depth (for some formulations) CSPs are specialized for identification problems Standard search problems: State is a black box : arbitrary data structure Goal test can be any function over states Successor function can also be anything Constraint satisfaction problems (CSPs): A special subset of search problems State is defined by variables X i with values from a domain D (sometimes D depends on i) Goal test is a set of constraints specifying allowable combinations of values for subsets of variables Simple example of a formal representation language Allows useful general-purpose algorithms with more power than standard search algorithms

CSP Examples Example: Map Coloring Variables: Domains: Constraints: adjacent regions must have different colors Implicit: Explicit: Solutions are assignments satisfying all constraints, e.g.: Constraint Graphs Constraint Graphs Binary CSP: each constraint relates (at most) two variables Binary constraint graph: nodes are variables, arcs show constraints General-purpose CSP algorithms use the graph structure to speed up search. E.g., Tasmania is an independent subproblem!

Example: N-Queens Example: N-Queens Formulation 1: Variables: Domains: Constraints Formulation 2: Variables: Domains: Constraints: Implicit: Explicit: Example: Sudoku Varieties of CSPs and Constraints Variables: Each (open) square Domains: {1,2,,9} Constraints: 9-way alldiff for each column 9-way alldiff for each row 9-way alldiff for each region (or can have a bunch of pairwise inequality constraints)

Varieties of CSPs Varieties of Constraints Discrete Variables Finite domains Size d means O(d n ) complete assignments E.g., Boolean CSPs, including Boolean satisfiability (NPcomplete) Infinite domains (integers, strings, etc.) E.g., job scheduling, variables are start/end times for each job Linear constraints solvable, nonlinear undecidable Varieties of Constraints Unary constraints involve a single variable (equivalent to reducing domains), e.g.: Binary constraints involve pairs of variables, e.g.: Higher-order constraints involve 3 or more variables: Continuous variables E.g., start/end times for Hubble Telescope observations Linear constraints solvable in polynomial time by LP methods (see cs170 for a bit of this theory) Preferences (soft constraints): E.g., red is better than green Often representable by a cost for each variable assignment Gives constrained optimization problems (We ll ignore these until we get to Bayes nets) Real-World CSPs Solving CSPs Assignment problems: e.g., who teaches what class Timetabling problems: e.g., which class is offered when and where? Hardware configuration Transportation scheduling Factory scheduling Circuit layout Fault diagnosis lots more! Many real-world problems involve real-valued variables

Standard Search Formulation Search Methods Standard search formulation of CSPs What would BFS do? States defined by the values assigned so far (partial assignments) Initial state: the empty assignment, {} Successor function: assign a value to an unassigned variable Goal test: the current assignment is complete and satisfies all constraints {WA=g} {WA=r} {} {NT=g} We ll start with the straightforward, naïve approach, then improve it [Demo: coloring -- dfs] Search Methods Video of Demo Coloring -- DFS What would BFS do? What would DFS do? What problems does naïve search have? [Demo: coloring -- dfs]

Backtracking Search Backtracking Search Backtracking search is the basic uninformed algorithm for solving CSPs Idea 1: One variable at a time Variable assignments are commutative, so fix ordering I.e., [WA = red then NT = green] same as [NT = green then WA = red] Only need to consider assignments to a single variable at each step Idea 2: Check constraints as you go I.e. consider only values which do not conflict previous assignments Might have to do some computation to check the constraints Incremental goal test Depth-first search with these two improvements is called backtracking search (not the best name) Can solve n-queens for n 25 Backtracking Example Video of Demo Coloring Backtracking [Demo: coloring -- backtracking]

Backtracking Search Improving Backtracking General-purpose ideas give huge gains in speed Ordering: Which variable should be assigned next? In what order should its values be tried? Filtering: Can we detect inevitable failure early? Backtracking = DFS + variable-ordering + fail-on-violation What are the choice points? Structure: Can we exploit the problem structure? Ordering Ordering: Minimum Remaining Values Variable Ordering: Minimum remaining values (MRV): Choose the variable with the fewest legal left values in its domain Why min rather than max? Also called most constrained variable Fail-fast ordering

Ordering: Least Constraining Value Filtering Value Ordering: Least Constraining Value Given a choice of variable, choose the least constraining value I.e., the one that rules out the fewest values in the remaining variables Note that it may take some computation to determine this! (E.g., rerunning filtering) Why least rather than most? Combining these ordering ideas (and filtering) makes 1000 queens feasible Keep track of domains for unassigned variables and cross off bad options Filtering: Forward Checking Video of Demo Coloring Backtracking with Forward Checking Filtering: Keep track of domains for unassigned variables and cross off bad options Forward checking: Cross off values that violate a constraint when added to the existing assignment WA NT Q SA NSW V [Demo: coloring -- forward checking]

Filtering: Constraint Propagation Forward checking propagates information from assigned to unassigned variables, but doesn't provide early detection for all failures: Consistency of A Single Arc An arc X Y is consistent iff for every x in the tail there is some y in the head which could be assigned without violating a constraint WA NT SA Q NSW V WA NT SA Q NSW V NT and SA cannot both be blue! Why didn t we detect this yet? Constraint propagation: reason from constraint to constraint Forward checking? Enforcing consistency of arcs pointing to each new assignment Delete from the tail! Arc Consistency of an Entire CSP Enforcing Arc Consistency in a CSP A simple form of propagation makes sure all arcs are consistent: WA NT SA Q NSW V Important: If X loses a value, neighbors of X need to be rechecked! Arc consistency detects failure earlier than forward checking Can be run as a preprocessor or after each assignment What s the downside of enforcing arc consistency? Remember: Delete from the tail! Runtime: O(n 2 d 3 ), can be reduced to O(n 2 d 2 ) but detecting all possible future problems is NP-hard why?

Limitations of Arc Consistency Video of Demo Coloring Backtracking with Forward Checking Complex Graph After enforcing arc consistency: Can have one solution left Can have multiple solutions left Can have no solutions left (and not know it) Arc consistency still runs inside a backtracking search! [Demo: coloring -- forward checking] [Demo: coloring -- arc consistency] Video of Demo Coloring Backtracking with Arc Consistency Complex Graph