Interface Evaluator

    • Method Detail

      • evaluate

        float evaluate​(Board board,
                       int playerId)
        Evaluate a board from the POV of the player with playerId.
        Parameters:
        board - the position to be evaluated
        playerId - the player that moves next
        Returns:
        the evaluation of the given position from the players point of view