Class HippolytaEvaluator
- java.lang.Object
-
- org.swtpra1.alphabetaplayer.hippolyta.HippolytaEvaluator
-
- All Implemented Interfaces:
Evaluator
public class HippolytaEvaluator extends java.lang.Object implements Evaluator
Hippolyta - Queen of the Amazons, an evaluation function for the Game of the AmazonsPartly based on the following works:
- Julien Kloetzer, Monte-Carlo Techniques: Applications to the Game of the Amazons (http://hdl.handle.net/10119/8867)
- Jens Lieberum, An Evaluation Function for the Game of Amazons (https://www.sciencedirect.com/science/article/pii/S0304397505005979)
-
-
Constructor Summary
Constructors Constructor Description HippolytaEvaluator()
HippolytaEvaluator(float kappa)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
evaluate(Board originalBoard, PlayerColor player)
float
evaluate(Board board, int playerId)
Evaluate a board from the POV of the player with playerId.
-
-
-
Method Detail
-
evaluate
public float evaluate(Board originalBoard, PlayerColor player)
-
-