|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.util.ArrayList;import java.util.HashMap;import java.util.Map;import frodo2.communication.MessageType;import frodo2.communication.MessageWith2Payloads;import frodo2.solutionSpaces.Addable;
Classes | |
| interface | frodo2.algorithms.StatsReporterWithConvergence< Val extends Addable< Val > > |
| A StatsReporter that monitors the convergence of the algorithm. More... | |
| class | frodo2.algorithms.StatsReporterWithConvergence< Val extends Addable< Val > >.CurrentAssignment< Val > |
| A convenience class to store an assignment. More... | |
| class | frodo2.algorithms.StatsReporterWithConvergence< Val extends Addable< Val > >.ConvStatMessage< Val > |
| A message containing information about the convergence of the algorithm. More... | |
Packages | |
| package | frodo2.algorithms |
| Package containing various algorithms. | |