MGM2

MGM2 : a 2-coordinated DCOP algorithm

Mgm2 algorithm as described in ‘Distributed Algorithms for DCOP: A Graphical-Game-Base Approach’ (R. Maheswaran, J. Pearce, M. Tambe, 2004)

Algorithm’s parameters:

  • threshold: float

    the threshold under which the agent is an offerer. This must be between 0 and 1. Defaults to 0.5.

  • favor: str

    the type of move that is favored by the algorithm : ‘unilateral’, ‘no’ or ‘coordinated’. Defaults to ‘unilateral’.

  • stop_cycle: int

    number of cycles before stopping. If None, the computation does not stop autonomously.