Check out Glinski's Hexagonal Chess, our featured variant for May, 2024.

Enter Your Reply

The Comment You're Replying To
Johnny Luken wrote on Thu, Oct 11, 2012 10:06 PM UTC:

When it comes to chess variants, theres quite a few concepts I've thought about and would like to at some point share on this website, a lot of them are vague and essentially none have I thought through to an actual meaningful conclusion, if its even possible to do so in the first place with these kind of things. I have no idea if people would even be interested in hearing them, but for those that are I'll post them regardless. This topic seems about as good a place to start as any other, so to get the ball rolling...

Introduction

This is just an outline I have on how to calculate Ultima piece values, not sure if anyones tried something like this (someone probably has), but thought I'd share and outline some of my (incomplete) work...

Ultima pieces are generally characterised by homogenous movement and differing capture technique. For a chess piece, its power is essentially just a matter of mobility. How effective an Ultima piece however is not as immediately obvious as with a chess piece. What we require is a brute force technique of calculating its power...

Statistical capture probability

This essentially involves calculating the probability of a piece making a capture across all situations. The pieces value comes out as an equation involving up to 3 variables-number of friendly pieces on the board=f, number of enemies on the board=e, board length=l. I'll spare people the actual maths, but the idea is to get an equation that can then be plotted across 3 axis, for all values of each piece.

Basic Method

So to carry out the calculation, you basically have to place the piece on every part of the board, and calculate the possibility of it making a capture from there. Anyone who knows anything about probability theory knows that it will come down to two basic words; AND (multiplying), OR (adding), with the net result being a value between 0 and 1 of an event happening.

So for a piece on square X the process becomes basically; probability of capturing in this direction, added to probability of then capturing in THIS direction if you couldn't previously capture and so on till you have a sum of variables.

The ultimate point is to get an average of all positions to get the final equation. You can simplify it by the symmetry of the board to only work it out for squares in one quarter and then half that again as only the central diagonal from the corner out has no mirror squares in that quarter, then you get the final polynomial.

Simple example; Remover

Probably the simplest to work with would be a "remover" piece (rifle captures any adjacent piece). So for this, taking e=no. of enemies pieces on board, f=no. of friendlies, l=length of board, A=area of board/number of squares on board, P=capture probability, the equation will be 4*(P for corner squares)+24*(P for edge squares)+36*(P for inner squares), as there are 4 corner squares, 24 edge squares and 36 inner squares, with no more differentiation needed between squares the remover can be on, as the remover only attacks adjacent squares. This is then divided by the total number of squares, 64 in this case, to get the average per square-the pieces actual value at a point in a game.

So the equation for P for a corner square is e/A+[1-(e/A)][(e-1)/A]+[1-[1-(e/A)]][(e-2/A)], which is about as simple as calculations get with this. Here the idea is P for a particular direction for a remover is (no. of enemies)/(number of spaces on the board), with for the next you using the unitary compliment (1-X) to multiply, in other words, probability of capturing in this square IF you didn't capture in the previous.

I won't bother doing any further calculations or finishing the equation for the remover, needless to say it gets drastically more complicated. I myself gave up for more complex pieces like the coordinator and pincer pawn, having only been able to slug it out for one night...

Open question; how to calculate for noncapturing Ultima pieces?

Its much more difficult to calculate any clean values for noncapturing pieces, by these methods at least, as for one thing there are so many types, each of what of which would require their own approach, one might reduce enemy mobility (immobiliser) and have a value proportional to enemy mobility, the other may force enemy movement and/or increase own mobility (pusher/swapper) with a value inversely proportional to piece mobility, or maybe a piece may do something else entirely eg a protector preventing friendly pieces from being captured, which would have a value proportional to the capture threat of the enemy. Then you could have pieces more abstract again...

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.