Changes

Jump to: navigation, search

Improving

283 bytes added, 5 July
integral example for improving MCP
else
improving = true;
</pre>
 
This following code is from [[Integral]]. It demonstrates one common way to adjust LMP margin with improving.
 
<pre>
const int lmp_threshold = (3 + depth * depth) / (2 - improving);
if (is_quiet && moves_seen >= lmp_threshold) {
move_picker.SkipQuiets();
continue;
}
</pre>
166
edits

Navigation menu