Package search
Class RandomAI
java.lang.Object
search.AI
search.RandomAI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorchestrator(String fen, SearchConfig config) Orchestrates the AI on the given FEN position and search configuration.protected StringReturns the configuration of the AI.
-
Constructor Details
-
RandomAI
public RandomAI()
-
-
Method Details
-
orchestrator
Description copied from class:AIOrchestrates the AI on the given FEN position and search configuration.- Specified by:
orchestratorin classAI- Parameters:
fen- The current position in FEN notationconfig- The configuration object specifying the AI search parameters- Returns:
- The best move determined by the search algorithm
-
showConfig
Description copied from class:AIReturns the configuration of the AI.- Specified by:
showConfigin classAI- Returns:
- The configuration object
-