At every iteration, the heuristic value is calculated for every possible postion of the queen in a particular column for each column in each of the boards. The queen positions with the 2 (beam width) lowest heuristic values are then chosen to move to. The boards "exchange Information" in this manner. If multuple positions have the same value, a random position is chosen
Question:
Hint