Hurwicz criterion

From Systems Analysis Wiki
Jump to navigation Jump to search

Hurwicz's Criterion is one of the methods for decision-making under uncertainty, which offers a balanced approach between extreme optimism and extreme pessimism.

The Essence of the Criterion

When choosing a strategy in a situation where the outcome of events is unknown, Hurwicz's criterion proposes considering simultaneously:

  • the worst possible outcome (pessimistic approach),
  • the best possible outcome (optimistic approach).

For this, a special parameter is used—the coefficient of optimism, which takes a value from zero to one. The closer the coefficient is to one, the more attention is given to the best outcomes; the closer it is to zero, the more the worst possible results are taken into account.

Mathematical Formulation

Let the following be given:

  • S={s1,s2,,sm} — the set of available strategies (alternatives).
  • Θ={θ1,θ2,,θn} — the set of possible states of nature.
  • u(si,θj) — the payoff (utility) function for choosing strategy si when state θj occurs. It is often represented by a payoff matrix A=[aij], where aij=u(si,θj).


Hurwicz's criterion introduces a coefficient of optimism α (alpha), which is chosen by the decision-maker (DM) in the range 0α1. This coefficient reflects the DM's degree of optimism:

  • α=1 corresponds to complete optimism (only the best possible outcome is considered).
  • α=0 corresponds to complete pessimism (only the worst possible outcome is considered, reducing the criterion to Wald's criterion).
  • The value (1α) can be interpreted as the coefficient of pessimism.

The procedure for applying Hurwicz's criterion is as follows:

  1. Finding the minimum and maximum payoff for each strategy: For each strategy siS, the following are determined:
    **Worst outcome (minimum payoff):**
    uimin=minj=1,,nu(si,θj)=minθΘu(si,θ)
    **Best outcome (maximum payoff):**
    uimax=maxj=1,,nu(si,θj)=maxθΘu(si,θ)
  1. Calculating the Hurwicz value for each strategy: For each strategy si, a weighted value is calculated that combines the best and worst outcomes, taking into account the coefficient of optimism α:
    H(si,α)=αuimax+(1α)uimin
    This value represents the expected payoff of strategy si according to the DM's preferences, as expressed through α.
  1. Selecting the optimal strategy: The strategy sHurwicz* that maximizes the calculated Hurwicz value is chosen:
    sHurwicz*=argmaxi=1,,mH(si,α)=argmaxsiS(αuimax+(1α)uimin)

The optimal value of the Hurwicz criterion (the guaranteed level given optimism α) is: VHurwicz=maxi=1,,mH(si,α)=maxsiS(α(maxθΘu(si,θ))+(1α)(minθΘu(si,θ)))

Note on the Loss Function

If a loss function L(si,θj) is used, which needs to be minimized, then Hurwicz's criterion is applied to minimize the weighted combination of the best (minimum loss) and worst (maximum loss) outcomes:

  1. For each strategy si, the minimum Limin and maximum Limax losses are found.
  2. The value is calculated: HL(si,α)=αLimin+(1α)Limax
  3. The strategy that minimizes this value is chosen: sHurwicz*=argminsiSHL(si,α)

Here, α is still the coefficient of optimism: when α=1, the DM focuses on minimizing the minimum losses (optimistically hoping for the best outcome), and when α=0, on minimizing the maximum losses (pessimistically preparing for the worst).


Applying the Criterion

The process of applying Hurwicz's criterion includes the following steps:

  1. The minimum and maximum outcomes are determined for each possible strategy.
  2. For each strategy, a final score is calculated, which is a weighted value between its worst and best outcomes, depending on the chosen level of optimism.
  3. The strategy with the highest final score is selected.

Thus, the decision-maker selects a strategy that best accounts for their own attitude toward risk and uncertainty.

Advantages and Disadvantages

Advantages:

  • It allows the selection process to be adapted based on the character and preferences of the decision-maker.
  • It considers both risk and potential rewards.

Disadvantages:

  • It requires a subjective choice of the coefficient of optimism, which can affect the objectivity of the decision.