Assignment Problem
Assignment Problem
Assignment Problem
contents
Problem Definition
Problem description
successive moves can take us away from the goal rather than
bringing closer.
The search of state space tree follows leftmost path from the root
But no matter what the initial state is, the algorithm attempts
the same sequence of moves like DFS.
Solution 4: Finding Optimal Solution using Branch and Bound
The selection rule for the next node in BFS and DFS is
“blind”. i.e. the selection rule does not give any preference
to a node that has a very good chance of getting the search
to an answer node quickly.
The search for an optimal solution can often be speeded
b→1, c→4, d →3} with the total cost of 25. Since its cost is
larger than the cost of the solution represented by leaf 8,
node 9 is simply terminated.
Now, as we inspect each of the live leaves of the last