Uses of Class
featurecat.lizzie.analysis.MoveData
Packages that use MoveData
-
Uses of MoveData in featurecat.lizzie.analysis
Methods in featurecat.lizzie.analysis that return MoveDataModifier and TypeMethodDescriptionstatic MoveData
static MoveData
MoveData.fromInfoKatago
(String line) Parses a leelaz ponder output line.static MoveData
MoveData.fromSummary
(String summary) Parses a leelaz summary output line.Methods in featurecat.lizzie.analysis that return types with arguments of type MoveDataMethod parameters in featurecat.lizzie.analysis with type arguments of type MoveDataModifier and TypeMethodDescriptionvoid
LeelazListener.bestMoveNotification
(List<MoveData> bestMoves) static int
MoveData.getPlayouts
(List<MoveData> moves) -
Uses of MoveData in featurecat.lizzie.gui
Methods in featurecat.lizzie.gui that return types with arguments of type MoveData -
Uses of MoveData in featurecat.lizzie.rules
Fields in featurecat.lizzie.rules with type parameters of type MoveDataMethod parameters in featurecat.lizzie.rules with type arguments of type MoveDataModifier and TypeMethodDescriptionvoid
Board.bestMoveNotification
(List<MoveData> bestMoves) static double
BoardData.getScoreMeanFromBestMoves
(List<MoveData> bestMoves) static double
BoardData.getWinrateFromBestMoves
(List<MoveData> bestMoves) void
BoardData.tryToSetBestMoves
(List<MoveData> moves)