subject

Write down the short answer of the following. Please justify your answer with proper mathematical functions. i. Suppose you are asking to design the problem solver; this solver is used the tree structured based constraint satisfaction problem. What should be th e running time of this solver. Justify your answer with logical reasoning.
ii. suppose you are running the minimax with Alpha-beta pruning. What should be the space and time complexity of the tree with branching factor P and the depth limited Q.
iii. for uniform cost search, what effect on the path return by the search algorithm when we add some positive constant P to step cost.
iv. Suppose we have two heuristics P(S) and Q(S) for A* search. Suppose the A* is admissible for these two heuristics, when should happen with the average of these two heuristics

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 13:50
Implement the dining philosophers problem (described on pages 167-170 in the textbook (chapter 2.5. create a graphical user interface - showing which philosopher is eating, and which is waiting/thinking at any given time. show the forks. use java programming language for this project.
Answers: 2
question
Computers and Technology, 23.06.2019 01:20
Me with this program in c++ ! computers represent color by combining sub-colors red, green, and blue (rgb). each sub-color's value can range from 0 to 255. thus (255, 0, 0) is bright red. (130, 0, 130) is a medium purple. (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (in other word, equal amounts of red, green, blue yield gray).given values for red, green, and blue, remove the gray part. ex: if the input is 130 50 130, the output is: 80 0 80. thus, find the smallest value, and then subtract it from all three values, thus removing the gray.
Answers: 3
question
Computers and Technology, 23.06.2019 15:20
An ou structure in your domain has one ou per department, and all the computer and user accounts are in their respective ous. you have configured several gpos defining computer and user policies and linked the gpos to the domain. a group of managers in the marketing department need different policies that differ from those of the rest of the marketing department users and computers, but you don't want to change the top-level ou structure. which of the following gpo processing features are you most likely to use? a, block inheritance b, gpo enforcement c, wmi filtering d, loopback processing
Answers: 3
question
Computers and Technology, 24.06.2019 00:30
The best definition of an idiom is a. a word or phrase that describes a noun b. a word or phrase describing a verb c. a phrase containing figurative language in which the word expresses a different idea from its exact meaning d. a phrase that compares two unlike objects or ideas
Answers: 2
You know the right answer?
Write down the short answer of the following. Please justify your answer with proper mathematical fu...
Questions
Questions on the website: 13722359