|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Interface for all modules that should be able to store convergence data. More...

Public Member Functions | |
| HashMap< String, ArrayList< CurrentAssignment< V > > > | getAssignmentHistories () |
Interface for all modules that should be able to store convergence data.
| <V> | type used for domain values |
| HashMap< String, ArrayList< CurrentAssignment< V > > > frodo2.algorithms.ConvergenceInterface< V extends Addable< V > >.getAssignmentHistories | ( | ) |
Implemented in frodo2.algorithms.asodpop.ASODPOPsolution< V extends Addable< V >, U >.