FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
Package frodo2.algorithms.adopt

Classes implementing the ADOPT algorithm. More...

Packages

package  test
 Unit tests for the ADOPT algorithm.

Classes

class  ADOPT
 This class implements the ADOPT algorithm as described in: More...
class  ADOPTsolver
 A DCOP solver using ADOPT. More...
class  BoundsMsg
 A message containing the heuristics for the lower bound. More...
class  COSTmsg
 The message used to send a VALUE message to a variable's pseudochildren in ADOPT. More...
class  ENDmsg
 The message used to send a terminate message to a variable's children. More...
class  HeuristicMsg
 Message used to send the minimal utility of the agents local sub problem. More...
class  Preprocessing
class  VALUEmsg
 The message used to send a VALUE message to a variable's pseudochildren. More...

Detailed Description

Classes implementing the ADOPT algorithm.