Check out Symmetric Chess, our featured variant for March, 2024.

Enter Your Reply

The Comment You're Replying To
H. G. Muller wrote on Sun, Oct 23, 2022 10:56 AM UTC:

To get a reasonable value for the gost I had to adapt the way the Diagram calculates piece values; the usual formula M*(33+0.7*M) for a piece with M moves values it more than a Queen even when I do count non-captures only for 1/3 (and captures for 2/3) as I did. But it turns out that (0.11*N+0.89*C)*(22+0.7*N), with N the number of non-captures and C the number of captures, gives exactly the same result when C = N (as it is for non-divergent pieces), and puts more emphasis on captures. And it still predicts the same devaluation when a piece with 24 moves gets one captures or non-captures removed, from which I concluded that captures were worth twice as much as non-captures.

This still predicts a value of about a Rook, though. I guess the problem here is that non-captures contribute a lot through future mobility, where you can go after 2, 3, 4... moves. But for a Universal Leaper this provides no extra value, as it can get anywhere in a single move anyway. I now made the hack to discount the number of non-captures above 1/3 of the board area by a factor 10. That still makes the Ghost worth more than a Pawn. But some comments below claim it is worth more than Betza thought, so perhaps this is correct. In any case the Diagram would not sacrifice a minor for the Ghost now.


Edit Form

Comment on the page Black Ghost

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.