diff -r 28613a54c71c -r 434fa4b14209 ai.js --- 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);