author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 15 Sep 2014 02:56:52 +0300 | |
changeset 60 | 434fa4b14209 |
parent 59 | 28613a54c71c |
child 61 | eed17c93d420 |
--- a/ai.js Mon Sep 15 02:54:09 2014 +0300 +++ b/ai.js Mon Sep 15 02:56:52 2014 +0300 @@ -76,8 +76,6 @@ this.threshold2 = (this.cfg.left + this.cfg.down)/total; this.threshold3 = (this.cfg.left + this.cfg.down + this.cfg.right)/total; } -/** @{link ai.BlindWeightRandom.cfg} - @namespace */ ai.BlindWeightRandom.bestCfg = { left: 1, down: 10, right: 5, up: 1 }; ai.BlindWeightRandom.prototype.analyse = function(brd) { var origBrd = new this.brdEngine(brd);