|
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.List;import org.jdom2.Document;import org.jdom2.Element;import frodo2.algorithms.AbstractDCOPsolver;import frodo2.algorithms.SolutionCollector;import frodo2.algorithms.SolutionWithConvergence;import frodo2.algorithms.StatsReporter;import frodo2.solutionSpaces.Addable;
Classes | |
| class | frodo2.algorithms.localSearch.mgm.MGMsolver< V extends Addable< V >, U extends Addable< U > > |
| This is a solver that reads in the problem, creates the agents, runs the problem and then collects the statistics . More... | |
Packages | |
| package | frodo2.algorithms.localSearch.mgm |
| The MGM algorithm. | |