|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
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. | |
Interface used to implement the different decision strategies of DSA.
| <Val> | type used for variable values |
| <U> | type used for utility values |
| 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.
| var | The ID of the variable for which the assignment must be determined |