subject

Consider the following problem setup: The head TA is figuring out the discussion schedule. We have M TAs and N discussion sections. Each discussion section has a known time slot, and fortunately, at most 2 discussions are in the same time slot. In the N discussion sections, we need exactly K of them to be e-prep sections, and the rest to be normal sections. We also want the following conditions to hold:• We would like to have exactly one TA for each discussion section.• A TA cannot be teaching 2 discussion at the same time slot.• Some TAs do not teach regular discussions, some do not teach e-prep, and others can teach either.• If two discussions are in the same time slot, we also don’t want them to be the same type of discussion for the sake of best allocation of resources.(a) Cast this as a search problem. Specifically, appropriately define the state representation, the successor function, the start state and the goal test. State representation:Successor function:Start state:Goal test:(b) Calculate the state space size and the branching factor of the search tree, then suggest a search algorithm to tackle the problem. If you are using DFS/BFS, explain your choice of algorithm in a paragraph. If you are using UCS/Greedy/A* search, please define in a paragraph what cost function and/or heuristic is being used. It doesn’t necessarily need to be a rigorous definition but more of a qualitative description of what the cost function/heuristic does. State space size:Branching factor:Proposed search algorithm:Explanation:

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:00
When jen is planning to upgrade to a monitor with a better resolution, what should she be looking for in the new monitor?
Answers: 1
question
Computers and Technology, 22.06.2019 14:20
Consider a byte-addressable computer with 16mb of main memory, a cache capable of storing a total of 64kb of data and block size of 32 bytes. (a) how many bits in the memory address? (b) how many blocks are in the cache? (c) specify the format of the memory address, including names and sizes, when the cache is: 1. direct-mapped 2. 4-way set associative 3. fully associative
Answers: 2
question
Computers and Technology, 23.06.2019 12:20
When guido van rossum created python, he wanted to make a language that was more than other programming languages. a. code-based b. human-readable c. complex d. functional
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Plz ( which is an example of a good url?
Answers: 1
You know the right answer?
Consider the following problem setup: The head TA is figuring out the discussion schedule. We have M...
Questions
Questions on the website: 13722360