summaryrefslogtreecommitdiff
path: root/src/strategy/minimax.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/strategy/minimax.rs')
-rw-r--r--src/strategy/minimax.rs4
1 files changed, 2 insertions, 2 deletions
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.,
}
}