-
next merge makes max value
+
one step ahead
score weight
@@ -715,10 +715,10 @@
cfg.whilePossible = aiDom.querySelectorAll("input[name='whilePossible']")[0].checked;
return new ai.BlindCycle(ui.brdEngine, cfg);
},
- "ai-one-step-deep": function(aiDom) {
+ "ai-one-step-ahead": function(aiDom) {
var cfg = {};
ui.ai.parseCfg(aiDom, cfg);
- return new ai.OneStepDeep(ui.brdEngine, cfg);
+ return new ai.OneStepAhead(ui.brdEngine, cfg);
},
"ai-deep-max-score": function() {
return new ai.DeepMaxScore(ui.brdEngine);