ai.js
changeset 104 47d42234dd5c
parent 99 df4736e659f2
child 109 6d5a9d8b00be
--- a/ai.js	Sat Sep 20 23:47:48 2014 +0300
+++ b/ai.js	Sat Sep 20 23:56:02 2014 +0300
@@ -76,7 +76,7 @@
     this.threshold2 = (this.cfg.left + this.cfg.down)/total;
     this.threshold3 = (this.cfg.left + this.cfg.down + this.cfg.right)/total;
 }
-ai.BlindWeightRandom.bestCfg = { left: 1, down: 10, right: 5, up: 1 };
+ai.BlindWeightRandom.bestCfg = { left: 1, right: 16, up: 4, down: 8 };
 ai.BlindWeightRandom.prototype.analyse = function(brd) {
     var origBrd = new this.brdEngine(brd);
     while (true) {