This commit is contained in:
syuilo 2020-11-19 21:28:32 +09:00
parent 5fa5ae6a27
commit db1fcf82cb

View file

@ -259,6 +259,7 @@ class Session {
/**
* Botにとってある局面がどれだけ有利か取得する
* TODO: 確定石の数をスコアとし ()
*/
private staticEval = () => {
let score = this.o.canPutSomewhere(this.botColor).length;