{"id":228,"date":"2017-09-01T13:14:43","date_gmt":"2017-09-01T13:14:43","guid":{"rendered":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/?page_id=228"},"modified":"2017-09-01T13:14:43","modified_gmt":"2017-09-01T13:14:43","slug":"quiz-q-w2-feedback","status":"publish","type":"page","link":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/quiz-q-w2-feedback\/","title":{"rendered":"Quiz q-w2 feedback"},"content":{"rendered":"<p>Question 1:<\/p>\n<p>Options 1 and 4 are correct. The belief state transition function results in a change to B<\/p>\n<p>A x O x B \u2014&gt; B is correct (the left hand side can be any order)<\/p>\n<p>B x A x O \u2014&gt; B is correct<\/p>\n<p>B x O x A \u2014&gt; A is incorrect<\/p>\n<p>A x B x O \u2014&gt; O is incorrect<br \/>\nQuestion 2:<\/p>\n<p>Which of the following options are true.<\/p>\n<p>NO: Breadth-first search is an implementation of the generic, uninformed search algorithm that implements the frontier as a stack<\/p>\n<p>YES: Depth-first search is an implementation of the generic, uninformed search algorithm that implements the frontier as a stack<\/p>\n<p>YES: If the branching factor of a breadth-first search is B, and the next path to be selected on the frontier has N arcs, then the frontier has O(B^N) elements.<\/p>\n<p>From the text and the videos, it should be clear that breadth first search has an exponential space complexity in the depth of the search. With branching factor b, there are b^0 elements (1 element) at depth 0, with no arcs, just a path containing the start node); up to b^1 elements at depth 1 (each element of the frontier contains a path with one arc); up to b^2 elements at depth 2 (each path with two arcs; \u2026.; up to b^N elements at depth N (each element with N arcs), etc<\/p>\n<p>I found the paragraph in section 3.5.1 to be potentially confusing regarding specific numbers, with references to n-1, n, n+1 regards elements, paths, and arcs. Also, \u201cat least b^(n-1) elements\u201d stated as a lower bound, and then the potential for \u201cn+1 arcs\u201d as an upper bound stated in terms of \u2018arcs\u2019 or \u2018paths\u2019. This is why I used big-O notation to remove any ambiguity. b is regarded as a constant, and so b^(n-1), b^N, b^(N+1) are all O(b^N)<\/p>\n<p>YES: Depth-first search is probably a good algorithm for finding a Starbucks in downtown Toronto. (see the first video on iterative deepening search at 45 seconds). This may seem like a silly question, but one goal of the quizzes is to ensure as best can that you are looking at the material \u2014 I didn\u2019t think you were likely to forget the Starbuck\u2019s reference if you watched the videos.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Question 1: Options 1 and 4 are correct. The belief state transition function results in a change to B A x O x B \u2014&gt; B is correct (the left hand side can be any order) B x A x &hellip; <a href=\"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/quiz-q-w2-feedback\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":633,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-228","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/wp-json\/wp\/v2\/pages\/228","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/wp-json\/wp\/v2\/users\/633"}],"replies":[{"embeddable":true,"href":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/wp-json\/wp\/v2\/comments?post=228"}],"version-history":[{"count":1,"href":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/wp-json\/wp\/v2\/pages\/228\/revisions"}],"predecessor-version":[{"id":229,"href":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/wp-json\/wp\/v2\/pages\/228\/revisions\/229"}],"wp:attachment":[{"href":"https:\/\/my.dev.vanderbilt.edu\/cs4260cs5260\/wp-json\/wp\/v2\/media?parent=228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}