FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.ConvergenceInterface< V extends Addable< V > > Interface Template Reference

Interface for all modules that should be able to store convergence data. More...

Inheritance diagram for frodo2.algorithms.ConvergenceInterface< V extends Addable< V > >:

Public Member Functions

HashMap< String, ArrayList< CurrentAssignment< V > > > getAssignmentHistories ()

Detailed Description

Interface for all modules that should be able to store convergence data.

Author
Brammert Ottens, 30 nov 2010
Parameters
<V>type used for domain values

Member Function Documentation

◆ getAssignmentHistories()

HashMap< String, ArrayList< CurrentAssignment< V > > > frodo2.algorithms.ConvergenceInterface< V extends Addable< V > >.getAssignmentHistories ( )
Author
Brammert Ottens, 30 nov 2010
Returns
the history of variable assignments

Implemented in frodo2.algorithms.asodpop.ASODPOPsolution< V extends Addable< V >, U >.


The documentation for this interface was generated from the following file: