Package jadex.micro.examples.hunterprey
Interface MoveAction.IMoveEvaluator
-
- Enclosing class:
- MoveAction
public static interface MoveAction.IMoveEvaluator
Interface for evaluating moves.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
evaluateMove(IVector2 position)
Evaluate the move to the given position.
-
-
-
Method Detail
-
evaluateMove
double evaluateMove(IVector2 position)
Evaluate the move to the given position.- Parameters:
position
- The position to move to.- Returns:
- A number representing the move value (bigger=better).
-
-