Uses of Class
benchmark.simulation.ConnectionSimulation.GameResult
Packages that use ConnectionSimulation.GameResult
-
Uses of ConnectionSimulation.GameResult in benchmark.simulation
Methods in benchmark.simulation that return ConnectionSimulation.GameResultModifier and TypeMethodDescriptionConnectionSimulation.playGame(AI firstAI, SearchConfig firstConfig, AI secondAI, SearchConfig secondConfig, String fen, boolean showGame, ConnectionSimulationConfig timeConfigFirst, ConnectionSimulationConfig timeConfigSecond) Plays a full game between two AIs using the provided configurations and initial board state.