|
| boolean | converged (SearchNode< V > dist, double error, double delta, boolean maximize) |
| | Checks whether the distribution dist has converged to a value.
|
- Author
- Brammert Ottens, Oct 24, 2011
- Parameters
-
| <V> | type used for domain values |
◆ converged()
Checks whether the distribution dist has converged to a value.
- Author
- Brammert Ottens, Oct 24, 2011
- Parameters
-
| dist | the distribution |
| error | parameter of termination condition |
| delta | parameter of termination condition |
| maximize | true when maximizing, false otherwise |
- Returns
true when the distribution converged, and false otherwise
The documentation for this interface was generated from the following file: