From 7401a5f748d48e2dc22d2c32c33d8dc3ee9997ff Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Tue, 5 Dec 2023 20:42:54 -0800 Subject: [PATCH] Adjust weights --- board.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board.go b/board.go index 9e78b18..07f86ef 100644 --- a/board.go +++ b/board.go @@ -8,9 +8,9 @@ import ( ) var ( - WeightBlot = 0.6 - WeightHit = -0.3 - WeightOppScore = -3.5 + WeightBlot = 1.0 + WeightHit = -1.0 + WeightOppScore = -10.0 ) const (