Package search
Class AI
java.lang.Object
search.AI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringorchestrator(String fen, SearchConfig config) Orchestrates the AI on the given FEN position and search configuration.protected abstract StringReturns the configuration of the AI.toString()
-
Constructor Details
-
AI
public AI()
-
-
Method Details
-
orchestrator
Orchestrates the AI on the given FEN position and search configuration.- 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
Returns the configuration of the AI.- Returns:
- The configuration object
-
toString
-