public interface TerminationCondition
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
terminate(double cost,
double oldCost,
java.lang.Object[] otherParams)
Whether to terminate based on the given metadata
|