(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

What is it about?

The search processes range from minimax to alpha beta search. Many search enhancements are discussed, such as hash tables, killer heuristics. Moreover proof-number search is dealt with as is Monte Carlo Tree Search.

Why is it important?

The increase of the playing strength is most remarkable of all, with as milestones: (1) the defeat of the human world champion, (2) the defeat of the computer world champion machine by a deep-learning machine.

Read more on Kudos…
The following have contributed to this page:
h. jaap van den herik
' ,"url"));