feat : great & brilliant v0

This commit is contained in:
GuillaumeSD
2024-03-10 03:17:52 +01:00
parent 0997e9cf86
commit 7421258e4e
10 changed files with 227 additions and 32 deletions

View File

@@ -38,7 +38,7 @@ export abstract class UciEngine {
this.throwErrorIfNotReady();
}
if (multiPv < 1 || multiPv > 6) {
if (multiPv < 2 || multiPv > 6) {
throw new Error(`Invalid MultiPV value : ${multiPv}`);
}