Check out Grant Acedrex, our featured variant for April, 2024.

Enter Your Reply

The Comment You're Replying To
Kevin Pacey wrote on Tue, Dec 15, 2015 07:07 PM UTC:
Fwiw, I once looked at a review for the chess program Houdini (some
version), and the inventor had succeeded in making it very selective as far
as choosing (i.e. pruning for) promising candidate moves to look at more
deeply at a given level. About 5 of the legal moves per turn; the average
is thought to be 35 for chess. With this success, such an engine can see 40
ply ahead in lots of important cases of move sequences. Some pruning done
apparently can risk throwing out some vital sequences once in a while, but
it seems the risk is low enough as to be worth it for such chess engine
programmers.

I was wondering if the above might mean that a program seeing 5/35 deeper
could see a ratio of 1/7 deeper typically for a chess variant, even if it
had significantly more than 35 legal moves available to a side on average.
Note that 5/35 is also not far from (sq. root (35))/35 as a ratio, which
could favour humans less than a flat 1/7 ratio. For example the approx.
(i.e. truncated) value of 100/7 moves examined more deeply would be more than
10 moves (out of 100) examined more deeply. Least favourable of all to
humans would be if an engine could always prune down to exactly 5
continuations to look at more deeply, no matter how many legal moves per
turn on average there are in a given chess variant. So it may be vital what
Houdini pruning to 5/35 means exactly when extrapolating to engines for
chess variants. Sorry if my terminology is not up to snuff.

Also fwiw, as a veteran chess master (Canadian), I have some feeling for
the concern that strong chess engines have caused to players, tournament
directors and organizers over the years, especially due to possible
computer-assisted cheating. Also, on a Canadian chess message board some
years ago, one poster noted that upon hearing chess engines were stronger
than people, some non-chess players he had met immediately lowered their
opinion of chess and chessplayers.

Edit Form
Conduct Guidelines
This is a Chess variants website, not a general forum.
Please limit your comments to Chess variants or the operation of this site.
Keep this website a safe space for Chess variant hobbyists of all stripes.
Because we want people to feel comfortable here no matter what their political or religious beliefs might be, we ask you to avoid discussing politics, religion, or other controversial subjects here. No matter how passionately you feel about any of these subjects, just take it someplace else.
Quick Markdown Guide

By default, new comments may be entered as Markdown, simple markup syntax designed to be readable and not look like markup. Comments stored as Markdown will be converted to HTML by Parsedown before displaying them. This follows the Github Flavored Markdown Spec with support for Markdown Extra. For a good overview of Markdown in general, check out the Markdown Guide. Here is a quick comparison of some commonly used Markdown with the rendered result:

Top level header: <H1>

Block quote

Second paragraph in block quote

First Paragraph of response. Italics, bold, and bold italics.

Second Paragraph after blank line. Here is some HTML code mixed in with the Markdown, and here is the same <U>HTML code</U> enclosed by backticks.

Secondary Header: <H2>

  • Unordered list item
  • Second unordered list item
  • New unordered list
    • Nested list item

Third Level header <H3>

  1. An ordered list item.
  2. A second ordered list item with the same number.
  3. A third ordered list item.
Here is some preformatted text.
  This line begins with some indentation.
    This begins with even more indentation.
And this line has no indentation.

Alt text for a graphic image

A definition list
A list of terms, each with one or more definitions following it.
An HTML construct using the tags <DL>, <DT> and <DD>.
A term
Its definition after a colon.
A second definition.
A third definition.
Another term following a blank line
The definition of that term.