|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StateEvaluationFunction<K extends AgentAction,S extends GameState,P extends GameProblem<K,S>>
A function which evaluates a state in a game tree and returns an exact or estimate utility of the game from a given position.
Method Summary | |
---|---|
java.util.ArrayList<java.lang.Double> |
evaluateStateForProblem(S theState,
P theProblem)
Evaluates a game state for a given problem, and returns an exact or estimated utility for each player in the game starting from the given state. |
Method Detail |
---|
java.util.ArrayList<java.lang.Double> evaluateStateForProblem(S theState, P theProblem)
theState
- theProblem
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |