mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05:08:00 +00:00
add memo
This commit is contained in:
parent
5fa5ae6a27
commit
db1fcf82cb
|
@ -259,6 +259,7 @@ class Session {
|
|||
|
||||
/**
|
||||
* Botにとってある局面がどれだけ有利か取得する
|
||||
* TODO: 確定石の数をスコアとし、 確定石がなければ(現状の実装のように)価値マップを参照してスコアを決めるようにする
|
||||
*/
|
||||
private staticEval = () => {
|
||||
let score = this.o.canPutSomewhere(this.botColor).length;
|
||||
|
|
Loading…
Reference in a new issue