Or Q&a
Or Q&a
UNIT V
GAME THEORY
• What is a strategy?
It is the course of action by a player in a game
• What are the two types of strategy employed in a game?/Differentiate between pure strategy
and mixed strategy.
There are two types of strategies. They are pure strategy and mixed strategy.
Pure strategy: If a player selects a particular strategy with a probability of 1, then that is pure
strategy i.e., the player is selecting that particular strategy alone ignoring strategies. If player A
follows a pure strategy then only one of the pi = 1, and the remaining pi values will be equal to 0. p1
= 0, p2 = 1, p3 = 0. The sum pi + pi + pi = 1.
Mixed Strategy: If a player follows more than one strategy then it is said to follow a mixed strategy.
The probability of selection of individual strategy ≤ 1. and their sum =1. If the game has no saddle
point, the it is said to have mixed strategy.
Minimax Principle: It minimizes the maximum losses. The minimum of these maximum losses is
known as the minimax value and the corresponding alternative is called as minimax strategy.
b. In the payoff matrix of player A, if each of the average of the entries of any two columns [X and Y]
≤ corresponding entry of a third column [Z].Then column [Z]. is dominated by row[ X and Y]. Then
column [Z] is eliminated.
DYNAMIC PROGRAMMING
It is a function which links the measure of performance of interest of the current state with the
cumulative measure of performance of the previous stages/succeeding stages as a function of the
state variable of the current stage is known as the recursive function of the current stage.
Forward recursive function: While defining the stages of the original problem, the first subproblem
will be numbered as stage 1 and last subproblem will be numbered as the last stage. Then, the
recursive function will be defined as per this assumption. This type of recursive function is known as
forward recursive function.
UNIT III
TRANSPORTATION PROBLEM
Unbalanced Transportation Problem: If the sum of the supplies of all the sources is not equal to the
sum of the demands of all the destinations, then the problem is termed as unbalanced
transportation problem.
4. Mention the various methods of finding initial basic feasible solution to a transportation
problem.
An unbalanced transportation problem can be resolved by adding a dummy row with zeroes is added
as an additional source, if the total demand is greater than the total source.
A dummy column with zeroes is added as an additional destination , if the total source is greater than
the total demand.
6. What do you mean by degeneracy in a transportaition problem? How can you resolve it?
Degeneracy occurs when the number of basic cells are less than (m+n-1), where m is the number of
sources and n is the number of destinations.
Degeneracy can occur either during initial solution or during iterative process. For both the cases,
allocate an infinitesimally small quantity ε , to any independent unoccupied cell and proceed as if it is a
basic cell.
Identify the non-basic cell, which has the maximum positive penalty and term that as the new basic cell.
Starting from the new cell, draw a closed loop consisting of only horizontal and vertical lines passing
through some basic cells.[The change of direction of the loop should be with 90o only at some basic
cell].Starting from the new basic cell, alternatively assign positive and negative signs at the corners of
the closed loop.
Situation may arise such as road hazards such as snow, flood etc traffic regulations, when it is not
possible to transport goods from certain sources to certain destinations. Such problems can be handled
by assigning a very large cost say M to that route/cell.
The maximization problem, can be solved by converting it into minimization problem by subtracting all
the cell values from the largest cost/profit in the matrix.
The transshipment problem is an extension of the transportation problem. Instead of direct shipments
to destinations, the commodity can be transported to a particular destination through one or more
intermediate or trans-shipment point. Each of these points, in turn, supply to other points.Thus, when
the shipments pass from source to source, we have a transshipment problem
UNIT 1V
ASSIGNMENT PROBLEM
• Write down the basic conditions or route conditions for solving a traveling salesman
problem.
• The salesman should go through every city exactly once, except the head quarters[starting city]
• The salesman starts from one city[HQ] and comes back to that city[HQ]
• Obviously moving from any city to the same city directly is not allowed.[i.e., no assignments
should be made going on the diagonal line].
Salesman has to visit various cities no visiting twice to the same place and return to the starting
place by spending minimum transportation cost.
• The number of assignees and the number of tasks are the same.
• Each assignee is to be assigned to exactly one task.
• Each task is to be performed by exactly one assignee
• There is a cost cij associated with assignee [i = 1,2,3….n] performing task j [j =12……n]
• The objective is to determine how all n assignments should be made to minimize the total
cost.
9. Differentiate between balanced and unbalanced assignment problem.
The assignment problem is said to be balanced if the number of rows[jobs] is equal to the number of
columns[operators].
If the number of rows[jobs] is not equal to the number of columns[operators], then it is an unbalanced
assignment problem. It can be resolved by adding dummy rows or columns as needed depending upon
the given cost matrix, to make it a square matrix.
The maximization problem, can be solved by converting it into minimization problem by subtracting all
the cell values from the largest cost/profit in the matrix.
INTEGER PROGRAMMING
The maximization problem, can be solved by converting it into minimization problem by subtracting
all the cell values from the largest cost/profit in the matrix.
Mixed integer Programming: If only some of the variables in the optimal solution are restrict ted to
assume non-negative integer values, while the remaining are free to take any non-negative values,
then it is mixed IPP.