Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
game_summary_plotters.py File Reference

Go to the source code of this file.

Classes

class  xiangqipy.game_summary_plotters.GameSummaryPlotter
 Abstract base class for plotting data stored in pandas dataframes (one df for each player) to a numpy array of matplotlib Axes. More...
 
class  xiangqipy.game_summary_plotters.SearchResultsByTypePlotter
 Implements GameSummaryPlotter, and produces stacked plots of Minimax search result counts grouped by MinimaxResultType. More...
 
class  xiangqipy.game_summary_plotters.SearchTimePlotter
 Implements GameSummaryPlotter, and produces plots showing time spent by core MinimaxMoveEvaluator(s) evaluating nodes and selecting Moves. More...
 
class  xiangqipy.game_summary_plotters.EvalScorePlotter
 Implements GameSummaryPlotter, and plots evaluated score of each move of each Player using a Minimax algorithm in a Game. More...
 

Namespaces

namespace  xiangqipy
 Python package that wraps the C++ core.
 
namespace  xiangqipy.game_summary_plotters
 Contains the GameSummaryPlotter abstract base class, and multiple subclasses that implement it.