Weighted-majority algorithm
From Theory
Notes for CS 8803 - Game Theory and Computer Science. Spring 2008
The setting is the repeated n-decision game.
The weighted majority algorithm is very simple. It is as follows:
Parameter: ε > 0 On period: * Let
be the total payoff vector. * Let
, where
. // or simple update:
.
Be sure to take a look at the Weighted majority theorem and its proof.
:
* Let
be the total payoff vector.
* Let
, where
.
// or simple update:
.
