Question

Artificial Intelligence

The heuristic path algorithm  is a best-first search in which the evaluation function is f(n) = (2 − w)g(n) + wh(n). For what values of w is this complete? For what values is it optimal, assuming that h is admissible? What kind of search does this perform for w = 0, w = 1, and w = 2? 

0 0
Add a comment Improve this question Transcribed image text
Request Professional Answer

Request Answer!

We need at least 10 more requests to produce the answer.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the answer will be notified once they are available.
Know the answer?
Add Answer to:
Artificial Intelligence
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Similar Homework Help Questions
  • Artificial intalligence

    The heuristic path algorithm is a best-first search in which the evaluation function is f(n) = (2 − w)g(n) + wh(n). For what values of w is this complete? For what values is it optimal, assuming that h is admissible? What kind of search does this perform for w = 0, w = 1, and w = 2?

  • Answer the following questions explaining your reasoning briefly but precisely. Why any node in OPEN with...

    Answer the following questions explaining your reasoning briefly but precisely. Why any node in OPEN with f(n) < f^*(n) (the cost of the optimal solution path) will eventually be selected for expansion by A*? Is it true that all admissible heuristics are equal in the sense that A* will search the states in the same order no matter what the heuristic is? Is Breadth-First search complete if the state space has infinite depth but a finite branching factor? Does the...

  • Let h1(s) be an admissible A* heuristic. Let h2(s)=2*h1(s) Is the solution found by A* tree...

    Let h1(s) be an admissible A* heuristic. Let h2(s)=2*h1(s) Is the solution found by A* tree search with h2 guaranteed to be an optimal solution? Justify your answer Is the solution found by A* tree search with h2 guaranteed to have a cost at most twice as much as the optimal path? Justify your answer Consider the state space graph shown below in which some of the states are missing a heuristic value. Determine the possible range for each missing...

  • Consider the following undirected weighted graph where you want to find a path from A to...

    Consider the following undirected weighted graph where you want to find a path from A to G. A / \ B --- C \ / \ G --- H Weights (costs) of the edges are W(AB) = 1; W(AC) = 3; W(BC) = 1; W(BG) = 9; W(CG) = 5; W(CH) = 2; W(GH) = 1, and the heuristic estimates (h(n)) to the goal node, G, are h(A) = 5, h(B) = 4, h(C) = 1, h(G) = 0, h(H)...

  • Artificial Intelligence/ Please answer the following question: Claude Shannon has suggested an evaluation function heuristic to...

    Artificial Intelligence/ Please answer the following question: Claude Shannon has suggested an evaluation function heuristic to allow agents in adversarial search/game playing to make decisions in reasonable time. The evaluation function has to: 1) for the nonterminal states the evaluation function should be strongly correlated with the actual chances of winning 2) All answers are correct 3) the computation must not take too long 4) order the terminal states the same way the true utility function does

  • help please. the goal state is provided where f(n)= g(n) + h(n) g(n) = actual dsitance...

    help please. the goal state is provided where f(n)= g(n) + h(n) g(n) = actual dsitance from n to the start state, and h(n0 = number of tiles out of place Problem 4: (A* Algorithm with Heuristic Search) (25 Points) Apply A* Algorithm to the following 8 Puzzle game: The start state, first moves, and goal state for this 8 puzzle game is shown below Start 12 3 3 1614 g(n) = 0 2 8 3 2 83 g(n) =...

  • 10. Consider the Traveling Salesperson problem (a) Write the brute-force algorithm for this proble that considers...

    10. Consider the Traveling Salesperson problem (a) Write the brute-force algorithm for this proble that considers (b) Implement the algorithm and use it to solve instances of size 6, 7, (c) Compare the performance of this algorithm to that of Algorithm all possible tours 8, 9, 10, 15, and 20 6.3 using the instances developed in (b) Algorithm 6.3 The Best-First Search with Branch-and-Bound Pruning Algorithm for the Traveling Salesperson problem Problem: Determine an optimal tour in a weighted, directed...

  • 110Marks Question No. 4 Eight queens problem: place 8 queens on a chess board so that no two queens attack each other. -state: locations of 0 to 8 queens (with no two queens attacking each other) goa...

    110Marks Question No. 4 Eight queens problem: place 8 queens on a chess board so that no two queens attack each other. -state: locations of 0 to 8 queens (with no two queens attacking each other) goal test: 8 queens placed on the board (with none attacked) operator: place a queen in the left-most empty column such that it is not attacked by any other queen (and does not attack any other queen) path cost: 0 Depth first search: i....

  • and the arrows represent possible action transitions. S is the start state and there are two goal states: G1 and G1. The cost of each action is given by the number next to the arrow. Each state is la...

    and the arrows represent possible action transitions. S is the start state and there are two goal states: G1 and G1. The cost of each action is given by the number next to the arrow. Each state is labelled by an identifying name (S, A-F, G1, G2, H) and also a number. The number is the value of a heuristic function, which gives an estimate of the cost of getting to the nearest goal from that node. (a) Consider the...

  • e. Consider wil wuuu lappen U WULU WIU Laiguu LU 1 AIL formance of the search...

    e. Consider wil wuuu lappen U WULU WIU Laiguu LU 1 AIL formance of the search agent and of the reflex agent vary with n? 3.21 Prove each of the following statements, or give a counterexample: a. Breadth-first search is a special case of uniform-cost search. b. Depth-first search is a special case of best-first tree search. c. Uniform-cost search is a special case of A* search. Chapter 3. Solving Prol 3.22 Compare the performance of 5. Apply A to...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT