Uses of Class
search.SearchConfig
Packages that use SearchConfig
-
Uses of SearchConfig in benchmark.simulation
Methods in benchmark.simulation with parameters of type SearchConfigModifier 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.static Simulation.GameResultSimulation.playGame(AI firstAI, SearchConfig firstConfig, AI secondAI, SearchConfig secondConfig, String fen, boolean showGame) 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.voidSimulation.simulate(AI firstAI, SearchConfig firstConfig, AI secondAI, SearchConfig secondConfig, String fen, int iterations, boolean showGame) Simulates a series of games between two AIs using the provided configurations and initial board state. -
Uses of SearchConfig in search
Methods in search that return SearchConfigModifier and TypeMethodDescriptionSearchConfig.copy()Method to create a copy of this configuration.Methods in search with parameters of type SearchConfigModifier and TypeMethodDescriptionabstract StringAI.orchestrator(String fen, SearchConfig config) Orchestrates the AI on the given FEN position and search configuration.Minimax_noAB.orchestrator(String fen, SearchConfig config) RandomAI.orchestrator(String fen, SearchConfig config) -
Uses of SearchConfig in search.ab
Fields in search.ab declared as SearchConfigMethods in search.ab with parameters of type SearchConfig -
Uses of SearchConfig in search.mcts
Methods in search.mcts with parameters of type SearchConfig