subject

The functions for a node n are: g(n)- the cost to reach the node (from the start) h(n) - the cost to get from the node to the goal often an estimate). f(n) - an evaluation function which is the sum of g(n) and h(n) Select the best choice for each informed search strategy. - A. linear _tries to expand the node that is closest to the goal, on the grounds that this is likely to lead to a solution quickly. Thus, it evaluates nodes by using just the heuristic function; that is, f (n) = h(n). B. A* search _evaluates nodes by combining g(n), the cost to reach the node, and h(n), the cost to get from the node to the goal: f(n)= g(n) +h(n). C. RBFS D. IDA* -_is identical to UNIFORM COST SEARCH except that this uses g(n) + h(n) instead of g(n). - is a simple recursive algorithm that attempts to mimic the operation of standard best-first search, but using E. memory-efficient only linear space. E overestimating _ expands nodes with minimal f(n). G. consistent _ is complete and optimal, provided that h(n) is admissible (for TREE-SEARCH) or consistent (for GRAPH-SEARCH). H. Greedy best-first search - expands nodes with minimal h(N). It is not optimal but is often efficient. I. admissible - If h(n) is__, then the values of f(n) along any path are nondecreasing. - _ is the simplest way to reduce memory requirements for A* is to adapt the idea of iterative deepening where the cutoff used is f(n) rather than the depth. - h(n) which is_ is one that never overestimates the cost to reach the goal. - because the shortest path between Straight-line distance (for example, in Romanian routing problem) is_ any two points is a straight line. - This condition is also called sometimes monotonicity. - A heuristic h(n) is if, for every node n and every successor n' of n generated by any action a, the estimated cost of reaching the goal from n is no greater than the step cost of getting to n' plus the estimated cost of reaching the goal from n'

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:10
Look at the far left lane in the picture. explain what the red car is doing and what it needs to do to travel safely.
Answers: 2
question
Computers and Technology, 22.06.2019 12:20
Usually, when we sniff packets, we are only interested certain types of packets. we can do that by setting filters in sniffing. scapy’s filter use the bpf (berkeley packet filter) syntax; you can find the bpf manual from the internet. set the following filters and demonstrate your sniffer program again (each filter should be set separately): (a) capture only the icmp packet. (b) capture any tcp packet that comes from a particular ip and with a destination port number 23. (c) capture packets comes from or to go to a particular subnet. you can pick any subnet, such as 128.230.0.0/16; you should not pick the subnet that your vm is attached to.
Answers: 3
question
Computers and Technology, 23.06.2019 06:30
You are consulting for a beverage distributor who is interested in determining the benefits it could achieve from implementing new information systems. what will you advise as the first step?
Answers: 1
question
Computers and Technology, 23.06.2019 20:50
3.11.3 quiz: comparing and analyzing function typesquestion 4 of 102 pointswhat can you say about the y-values of the two functions f(x) = 3x2-3 andg(x)=2* - 3?
Answers: 2
You know the right answer?
The functions for a node n are: g(n)- the cost to reach the node (from the start) h(n) - the cost to...
Questions
question
Business, 22.01.2021 05:30
question
Mathematics, 22.01.2021 05:30
Questions on the website: 13722363