Uses of Class
benchmark.simulation.ConnectionSimulationConfig
Packages that use ConnectionSimulationConfig
-
Uses of ConnectionSimulationConfig in benchmark.simulation
Methods in benchmark.simulation with parameters of type ConnectionSimulationConfigModifier 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.voidConnectionSimulation.simulate(AI firstAI, SearchConfig firstConfig, AI secondAI, SearchConfig secondConfig, String fen, int iterations, boolean showGame, ConnectionSimulationConfig timeConfigFirst, ConnectionSimulationConfig timeConfigSecond) Simulates a series of games between two AIs using the provided configurations and initial board state.