|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|

Public Member Functions | |
| boolean | converged (SearchNode< V > dist, double error, double delta, boolean maximize) |
| Public Member Functions inherited from frodo2.algorithms.duct.termination.TerminationCondition< V > | |
| boolean | converged (SearchNode< V > dist, double error, double delta, boolean maximize) |
Checks whether the distribution dist has converged to a value. | |
| <V> | type used for domain values |
| boolean frodo2.algorithms.duct.termination.TerminateBest_Child< V extends Addable< V > >.converged | ( | SearchNode< V > | dist, |
| double | error, | ||
| double | delta, | ||
| boolean | maximize ) |
References frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.averageUtil, frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.convergenceBound(), frodo2.solutionSpaces.AddableReal.doubleValue(), frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.localCosts, frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.maxValue, frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.maxValueIndex, and frodo2.algorithms.duct.SearchNode< V extends Addable< V > >.numberOfValues.
