mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +00:00
memo
This commit is contained in:
parent
d3c719034b
commit
0824fefaa1
|
@ -364,6 +364,7 @@ class Session {
|
||||||
let a = alpha;
|
let a = alpha;
|
||||||
let b = beta;
|
let b = beta;
|
||||||
|
|
||||||
|
// TODO: 残りターン数というよりも「空いているマスが12以下」の場合に完全読みさせる
|
||||||
const nextDepth = (this.strength >= 4) && ((this.maxTurn - this.currentTurn) <= 12) ? Infinity : depth + 1;
|
const nextDepth = (this.strength >= 4) && ((this.maxTurn - this.currentTurn) <= 12) ? Infinity : depth + 1;
|
||||||
|
|
||||||
// 次のターンのプレイヤーにとって最も良い手を取得
|
// 次のターンのプレイヤーにとって最も良い手を取得
|
||||||
|
|
Loading…
Reference in a new issue