Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 2 . Search Each of the following problems is something you may consider solving using some form of graph search, local search or optimization

Part 2. Search
Each of the following problems is something you may consider solving using some form of graph search,
local search or optimization approach:
1. An agent to control the ghosts in Pac Man when Pac Man himself is controlled by unknown
agents/algorithms.
2. An agent playing Chess with humans for their entertainment.
3. An agent to help unit coordinators with assigning students into project groups. The input will be
a list of students and information on their academic performance (such as Course Weighted
Average). You are also given a list of students that are unable to be in a group with one another
(perhaps due to past conflicts, conflicts of interest, or that they have simply been in groups with
one another before). Your agent should fairly assign groups of students for use in units like
COMP2009 or capstone units.
For each of the above problems, consider the application of each of the following search methods. Which
of the methods below are more appropriate and which are possibly not appropriate (or impossible)? Why?
You dont need to apply all of them, but you should consider their appropriateness.
Hint: The reason should relate to the problem, not your (dis)like of an approach.
BFS
A*
Hill Climbing with Random Restart
Minimax with alpha-beta pruning
AC-3
For each problem, choose one appropriate method from the list above and apply that, either by coding it
or on paper. If no methods are applicable at all, be prepared to justify this in detail. If you do not have
enough information to apply the chosen method, consider (in detail) how you would apply it for some
different scenarios. As with the tutorials, you do not need to do all of it, just enough to get an idea of
whats happening.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

=+ Are unions company-wide, regional, or national?

Answered: 1 week ago

Question

=+j Explain the litigation risks in international labor relations.

Answered: 1 week ago

Question

=+j What rules will apply to the process of negotiations?

Answered: 1 week ago