Interface StopCondition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A stop condition for B* search. Mostly used by B*-squared to limit the extent of second-level searches.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault StopConditionand(StopCondition other) default StopConditionnot()default StopConditionor(StopCondition other) booleanstopSearching(GameTreeNode<?, ?> node, MetricKeeper... metrics)
-
Field Details
-
NONE
-
SEPARATION
-
-
Method Details
-
stopSearching
-
and
-
or
-
not
-