summaryrefslogtreecommitdiff
path: root/src/strategy/minimax.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-22 19:57:40 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-22 19:57:40 +0200
commit4ceec65b088f05d4ad03f9ac70b1d63452fd8197 (patch)
treefe9eac6cbe3c62841704c4f454c14ee987be7d7d /src/strategy/minimax.rs
parent74f593bb27b19c8d021918a46a6447a80e25f828 (diff)
Updated to default config
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.,
}
}