From 4ceec65b088f05d4ad03f9ac70b1d63452fd8197 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 22 Aug 2019 19:57:40 +0200 Subject: Updated to default config --- src/strategy/minimax.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strategy/minimax.rs') diff --git a/src/strategy/minimax.rs b/src/strategy/minimax.rs index 5ddd928..656ee36 100644 --- a/src/strategy/minimax.rs +++ b/src/strategy/minimax.rs @@ -24,9 +24,9 @@ impl Default for ScoreConfig { max_health_weight: 100., total_health_weight: 10., points_weight: 1., - victory_weight: 3000., + victory_weight: 4500., snowball_weight: 10., - bomb_weight: 0., + bomb_weight: 10., explore_exploit_weight: 100., } } -- cgit v1.2.3