feat : add live position evaluation
This commit is contained in:
@@ -30,3 +30,10 @@ export interface GameEval {
|
||||
accuracy: Accuracy;
|
||||
settings: EngineSettings;
|
||||
}
|
||||
|
||||
export interface EvaluatePositionWithUpdateParams {
|
||||
fen: string;
|
||||
depth?: number;
|
||||
multiPv?: number;
|
||||
setPartialEval: (moveEval: MoveEval) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user