mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-04 07:06:26 +09:00
add memo
This commit is contained in:
@ -259,6 +259,7 @@ class Session {
|
||||
|
||||
/**
|
||||
* Botにとってある局面がどれだけ有利か取得する
|
||||
* TODO: 確定石の数をスコアとし、 確定石がなければ(現状の実装のように)価値マップを参照してスコアを決めるようにする
|
||||
*/
|
||||
private staticEval = () => {
|
||||
let score = this.o.canPutSomewhere(this.botColor).length;
|
||||
|
Reference in New Issue
Block a user