public interface AdversarialSearch<STATE,ACTION>
makeDecision returns only one action, not a
sequence of actions.| Modifier and Type | Method and Description |
|---|---|
Metrics |
getMetrics()
Returns all the metrics of the search.
|
ACTION |
makeDecision(STATE state)
Returns the action which appears to be the best at the given state.
|