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

Enter Your Reply

The Comment You're Replying To
Greg Strong wrote on Fri, Sep 2, 2016 03:45 AM UTC:

Ok, with colors reversed, the side with the augmented knights still won at all three time controls.

So I changed the evaluation for the augmented knight to 3.75 and reran.  Still won at 5 and 10 minutes.  At 20 minutes it was a draw by repetition.  So I kicked it off again with an hour a side before leaving for work.  That ended in a draw by repetition too.  This does not necessarily say which evaluation is better (although H.G. is probably right - he's done a lot more work on piece evaluations that I have with his program, FairyMax.)  We're likely to get more draws when we tell the engine that the position is balanced by tweaking values.  To really establish, you'd need to run tests between different engines that are same except that each has a different idea what the augmented knight is worth, and see which performs better.

Regarding balance, also consider the possibility that the extra pawn you added may be worth less than a pawn.  It can't make a double move, and it prevents the pawn behind it from making a double move.  You'd have to move the new pawn twice before the existing d-pawn can make a double move.  And blocking the d-pawn hinders the development of the queen's bishop.

Regarding open vs. closed play - yes, this, or any other evaluation criteria or paramaters can certainly alter results with unpredictable results.  As such, my tests aren't really proof of anything, but are still a useful indicator.  Confidence increases as you run more and more tests with different engines, different openings, different tuning ...

Regarding adding Enep to old ChessV, this should not be very difficult but does require recompiling the source code.  There may be value in doing this as, at present at least, the old version contains a stronger engine then the new version (a complete re-write in C# designed more for universality than playing strength.)  You could also look at adding this to SjaakII and/or FairyMax.  They are programmed with text files, so if they can support Enep there's no recompiling involved.  I think both programs are capable.  Then you can run tests with WinBoard.


Edit Form

Comment on the page Enep

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.