All Classes and Interfaces
Class
Description
Entry point for the Dice Chess Java bot starter template.
Evaluates board positions using an ONNX value model or falls back to engine heuristics.
Strategy implementation using an ONNX value model (or fallback engine evaluation) over every legal full turn
available from the current position, via the engine's
JvmApi facade.Common functional interface for Java bot strategies mapping a TurnContext to move notations.