Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Summary

COMPSCI 367 Course Summary

Rating
-
Sold
-
Pages
13
Uploaded on
04-11-2023
Written in
2023/2024

A complete week-by-week summary of the material discussed in COMPSCI 367 at The University of Auckland.

Institution
Course

Content preview

Week 1: Agents and Environments

PEAS: Performance measure, Environment, Actions, Sensors
Classifying Environment Type (vs)

Agents:
Simple Reflex (Reactive) Model-Based (Reflex) Planning




No past, no future Past, no future Past, future

Goal-Based (Teleological) Utility-Based (Happiness) Game Playing Learning




May involve search/plan Uses utility function World and opponent model




Week 2: Uninformed Search

A state space problem consists of: a state space, start state, set of actions, action function,
goal state, and path cost.

Uninformed Search methods:

, Week 3: Informed Search and Constraint Satisfaction Problems

Informed Search methods: All implemented using a priority queue.
A* Search = g(n) + h(n) = Uniform-cost search + Greedy search
Even after a goal node has been generated, A* will keep searching so long as there is a possibility of finding a
short solution. Once a goal node is selected for expansion, we know it must be optimal.
If h is not consistent but still admissible then A* admissibility is not guaranteed.




An admissible heuristic never overestimates the cost to reach the goal.
A heuristic is consistent if h(n) ≤ c(n, n’) + h(n’) where n’ is the successor of n.
A heuristic h1 is better than h2 if it means less nodes expanded (and therefore less time/memory) which happens
if h1(n) ≥ h2(n) for all n.


Constraint Satisfaction Problem methods:
Backtracking search: assign variables one by one, whenever a constraint is violated, go
abc to the most recently assigned variable and assign it a new value.
Improve backtracking search with:
1. Minimum remaining values (MRV): choose the variable with the fewest legal values
2. Degree heuristic: tie-breaker among MRV variables. Choose the variable with the
most constraints on remaining values
3. Least constraining value: choose the value that rules out the least values in the
remaining variables
4. Forwarding checking: keep track of remaining legal values for unassigned variables,
terminate search when any variable has no legal values, and backtrack.
5. Arc consistency: make each arc consistent i.e. for every x of X there is
some allowed y of Y for a function X → Y.

Variable elimination: combine tables where X appears to remove X and simply the
problem.

Written for

Institution
Course

Document information

Uploaded on
November 4, 2023
Number of pages
13
Written in
2023/2024
Type
SUMMARY

Subjects

$10.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
laurac4

Get to know the seller

Seller avatar
laurac4 The University of Auckland
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
2 year
Number of followers
0
Documents
2
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions