FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.localSearch.dsa.DSA< Val extends Addable< Val >, U extends Addable< U > >.DetermineAssignment< Val extends Addable< Val >, U extends Addable< U > > Interface Template Reference

Interface used to implement the different decision strategies of DSA. More...

Public Member Functions

boolean determineAssignment (String var)
 Method that is used to determine a variable's new assignment based on the neighbours' assignments and the local problem.

Detailed Description

Interface used to implement the different decision strategies of DSA.

Author
Brammert Ottens, 10 aug 2009
Parameters
<Val>type used for variable values
<U>type used for utility values

Member Function Documentation

◆ determineAssignment()

boolean frodo2.algorithms.localSearch.dsa.DSA< Val extends Addable< Val >, U extends Addable< U > >.DetermineAssignment< Val extends Addable< Val >, U extends Addable< U > >.determineAssignment ( String var)

Method that is used to determine a variable's new assignment based on the neighbours' assignments and the local problem.

Author
Brammert Ottens, 10 aug 2009
Parameters
varThe ID of the variable for which the assignment must be determined
Returns
whether the current assignment has changed

The documentation for this interface was generated from the following file:
  • src/frodo2/algorithms/localSearch/dsa/DSA.java