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


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Comments/Ratings for a Single Item

Earlier Reverse Order LaterLatest
Enep. An experimental variant with enhanced knights and an extra pawn. (8x8, Cells: 64) [All Comments] [Add Comment or Rating]
💡📝Aurelian Florea wrote on Wed, Aug 31, 2016 10:48 PM UTC:

I've done several other experiments by hand with this setup and figured out that the side with the extra pawn seems in advantage, although I never tried a bishop pawn setup, maybe that is the key to equality. The second setup seems an always victory for white after several attempts. What do you guys think?


💡📝Aurelian Florea wrote on Wed, Aug 31, 2016 11:05 PM UTC:

My first instinct after hand play against myself and noticing not only the winner but also the very limited use of the knight enhancement, is that in this case the enhancement worth less than .5 pawns. That is mostly because the knight enhacement doesn't offer much. I'm already thinking about a Grand chess (Cristian Freeling's version) knight enchaced with a threeleaper or tripper (i.e. an (3,0) jumper or an (3,3) jumper). It would matter as it makes the knight faster in a similar manner to the enhanced knight in Omega chess. This could be worth comparable or more to a Grand pawn. What do you guys think about it? This discussion can be applied to Fergus Duniho's Eurasian chess or Jean Louis Cazaux's (I took part of my Ph.D. in Toulouse) Shako. What do you guys think about it?


Greg Strong wrote on Thu, Sep 1, 2016 03:36 AM UTC:

Hi Aurelian,

Congratulations on your first submission and welcome to the CVP!

I would estimate the knight augmented with a non-capturing wazir move to be worth about 4.  Even without capture ability it still increases mobility significantly.  The side with two augmented knights should win.

This won't be difficult to program - I'll run a few computer test matches and let you know how it goes.


💡📝Aurelian Florea wrote on Thu, Sep 1, 2016 04:21 AM UTC:

Hello Greg,

How will you program it, I use c++ to program my other chess variants (not out yet). Will you use Zillions of Games?


Greg Strong wrote on Thu, Sep 1, 2016 04:41 AM UTC:

No, I use my program, ChessV.  (old version here - http://samiam.org/chessv/ - new version in progress, which is what I'm using to test, but not released yet.)

I ran games at 5 minutes, 10 minutes, and 20 minutes per game and white won all three.  I'll reverse the colors to give the side with the extra pawn the first move and see what happens.


💡📝Aurelian Florea wrote on Thu, Sep 1, 2016 05:00 AM UTC:

I have chessV installed for a long time now. Big Congrats on it, can I program Enep with it, the old version?


💡📝Aurelian Florea wrote on Thu, Sep 1, 2016 05:27 AM UTC:

One more thing, I play chess rather closed and in my working experience chessV plays rather open, could this matter, if so probably not much. Still 4 points for a knightwa seems a bit much to me, maybe 3.8. Should we try a vs 2 pawns aproach meaning depraving the knightwa side of an pawn? 3.8 could be "lying with numbers" as mister Betza says in a few articles!


H. G. Muller wrote on Thu, Sep 1, 2016 07:31 PM UTC:

Rule of thumb is that captures are about twice as valuable as non-captures. Pieces with 12 non-divergent target squares (i.e both capture andnon-capture) are approximately worth a Rook. Soone would expect that adding 4 non-captures to a Knight increases the value by about 1/3 of the Knight-Rook difference. That brings you indeed very close to 3.8 (N=3.2, R= 5).


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.


💡📝Aurelian Florea wrote on Fri, Sep 2, 2016 06:19 AM UTC:

@HG

I was aware of your rule of thumb, from somewhere on the internet, I don't remember where. I was out to check it and maybe improve it. But actually what I was most interested in, is there a way to derive these coeficients? I see no reason for them to be linear, although linear (the relationship between capturing strength and movement strength) is always the simplest case, and I don't know all your work, but to me it seems fine in 8x8 settings. Not sure about the enhanced knight in enhanced Omega chess, but I think it is a good aproximation there,too.

All in all I'm very interested for the desing purpose of my own large board variants of an way to derive the "rules of thumb". If you have any ideeas on that I'll be highly apreciative!


💡📝Aurelian Florea wrote on Fri, Sep 2, 2016 06:38 AM UTC:

@Greg

Thank you very much for all your help, it is highly apreciated!

I added an extra pawn on purpose, mostly to do something different but also as you say it provides a smaller increment in power, if not for any other reason just because 1/9<1/8.


💡📝Aurelian Florea wrote on Fri, Sep 2, 2016 06:42 AM UTC:

@Greg,

The fact that altering internal values of pieces changes the outcome of the game is very funny, have we accidently discovered computer self-confidence? :)


🕸Fergus Duniho wrote on Fri, Sep 2, 2016 05:31 PM UTC:

When Steve Evans was working on how to make Zillions-of-Games play Shogi better, his area of focus was on changing the piece values. Instead of releasing his own Shogi ZRF, though, he let me combine our efforts together. So, the Shogi ZRF I put out has various tweakings of the piece values to get it to play better. The point being that knowledge of piece values is important for deciding which moves to make. If a Chess program, for example, evaluated a Queen as worth one point and a Pawn as worth nine, it would usually lose against humans.


💡📝Aurelian Florea wrote on Fri, Sep 2, 2016 06:17 PM UTC:

@Greg

I was not familiar with sjaakII and fairy max, I'll check on those, too. Thanks for this, too, Greg!


H. G. Muller wrote on Fri, Sep 2, 2016 09:54 PM UTC:

I usually measure piece values by playing games where I pit the 'piece under test' against several combinations of material of known value, expected to be nearly equal, in an otherways complete opening position. I then have the same engine (with the same idea of the piece values) play both sides. The remaining difference can then be derived from the result of a match of a few hundred games, by comparing it to the effect of deleting a Pawn. This takes ordersof magnitude fewer games than when you play computers with different ideas about the piece values against each other from symmetric positions.

By subjecting large numbers of short-range leapers to such tests, I found that the values of pieces that are not obviously defective (e.g. because they an access oly a small part of the board, or cannot return to squares they once left) primarily depends on the number of moves N they have in the center of an empty board, according to the formula 1.1*(5/8*N + 30)*N centi-Pawn. So there indeed is a non-linearity there, but it is comparatively small.

Then I tested the effect of taking away one or a symmetric pair of moves from the 'ultimate' short-range leaper with 24 moves, which can go to all squares in the surrounding 5x5 area. I had that piece play against a handicapped version of itself, which could make certain jumps only as captures or non-captures, or not at all. According to the formula taking away a single move (N=23 instead of 24) would already lower the value by ~2/3 of a Pawn, so such differences are easy to measure. It turned out that changing a move or pair ofmoves to non-capture only depressed the value twice as much  as changing it to capture only. Also, taking away a forward move hurt twice as much as taking away a backward or sideway move. Apart from that it did not matter very much which move you took away.


💡📝Aurelian Florea wrote on Sat, Sep 3, 2016 04:58 AM UTC:

HG,

I was thinking that the 1/2 ratio of power of movement vs power of capture is equal to the 1/2 ratio of enemy pieces vs empty squares. Is that a coincidence? If not the power of movement should increase in importance and I don't think that is true.

I think captures are the important thing in the game as captures could change the material balance. So, I was thinking rather than captures and movement to think in terms of captures and future captures (i.e. captures in 2 moves, captures in 3 moves, etc.). As the board empties capturing in two moves increases via the increased power of movement and decreases via decreased number of targets so it seems to be a better model, giving the fact that for example in my Enep knightwas are fairly constant through the game. This line of thinking is reasonable I think for pieces like pao and vao in Eurasian chess. There is a catch with those specific pieces as the power of capture is related to the number of pieces, too.


💡📝Aurelian Florea wrote on Sat, Sep 3, 2016 07:41 AM UTC:

  Based on 3.8 knightwa (or any other knight enhancement) value that should be a balanced game.  Is an very akward game, though.  I admit the original to be a failure at least from the point of view of balance but Enep has it's flavour from the point of view of having advantages from two different worlds- the world of pawns, and the world of short range leapers. I guess I have to work on the concept as is quite promising.


💡📝Aurelian Florea wrote on Sat, Sep 3, 2016 09:05 AM UTC:

Greg,

Could you guide me through the process of adding Enep to the old ChessV, with your help I think I can recompile myself!


💡📝Aurelian Florea wrote on Sat, Sep 3, 2016 01:06 PM UTC:

HG,

I see it is you who has written fairy-max, now I feel silly for not documenting myself enough! I'll try to get it, but I don't know how I can top your research. I care about larger board variants, but I think if the ratio of enemy pieces vs empty squares is the same then your research into different moves and captures holds!


💡📝Aurelian Florea wrote on Tue, Sep 6, 2016 04:44 PM UTC:

H.G. and Greg,

This Enep page has been out for a while, have you noticed my last comments? How would you conclude a view on Enep?

Thanks!


H. G. Muller wrote on Thu, Sep 8, 2016 01:02 PM UTC:

I don't believe the relative importance of captures andnon-captures for the piece value has much to do with the ratio empty squares - occupied squares. Both have a factor 2, but in opposite directions: there are only half as much capture targets, yet the captures are twice as important. Furthermore, tests of end-game values, on a much emptier board, usually give very similar conclusions as for opening values, for 'normal' pieces. (Pieces where the moves depend on 'spectator pieces', such as Pao / Vao,or lame leapers are exceptions.) I guess that even when there is ot much to capture, capture moves represent much of the value of the piece, as they can be used to cast a mate net around the enemy King.

The value of a piece in Chess is much dominated by its end-game value anyway, as sooner or later the board will get empty. This would be very different in games with drops, such as Shogi or Crazyhouse. There the pieces tend to relocate by drops much more than by board moves, so that differences in (non-capture) mobility are much less important.

Most of my piecevalue determinations were done on 8x8 or 10x8 boards, and even from that it seemed the size of the board can have a significant effect on the value of sliders versus leapers. E.g.on 8x8 a lone Bishop or Knight are approximately equal, but on 10x8 the Bishop was half a Pawn stronger. (Wide boards favor diagonal sliders, as the chance that both their forward moves hit the enemy gets larger.In Cylinder Chess the difference etween Bishop and Rook is even smaller than on 10x8.) The latest version of Fairy-Max can handle boards up to 14x12, but I have not used that in systematic piece-value testing yet.


💡📝Aurelian Florea wrote on Wed, Jan 18, 2017 12:51 AM UTC:

I have made experiments using chessV to play Enep (the online available variant I think is still bugged). The extra pawn side has played white, the enhanced knight side has played black in the usual setup. Time control was 30secs/move. The results are:

white extra pawn wins           50
black enhanced knight wins   35
draws                                   15

That means a 59% ratio win for white. According to HG Muller's rule of thumb the knight enhancement should worth 0.5 pawns. According to HG Muller with Fairy Max pawn odds give 68%. In the enep experiment, assuming linearity and same level of play for fairymax and ChessV, we get half a pawn for the 2 enhanced knights, 0.25 pawns per knight. When seeing that my first instinct was to cast aside HG's rule of thumb. Second thinking though I posed the extra half point not on the weak knightwa but on better center control for the extra pawn side. Could that worth half a pawn?

Any thoughts on this HG?

What about you Greg?

Now I'm in the process of making the same experiment with colors reversed.


💡📝Aurelian Florea wrote on Fri, Jan 20, 2017 02:23 PM UTC:

I've finished the same experiment with reversed colours:

white enhanced knight wins    40    
black extra pawn wins            54
draws                                     6

That means a 57% victory for black. So the color difference is not that important. 


Greg Strong wrote on Fri, Jan 27, 2017 05:09 PM UTC:

I find it hard to believe that the knight enhancement is worth less than half a pawn.  How many games were played and how did you prevent it from playing the same game over and over?


Kevin Pacey wrote on Fri, Jan 27, 2017 08:37 PM UTC:

Greg Strong wrote:  "I find it hard to believe that the knight enhancement is worth less than half a pawn..."

My own primative way of estimating the value of Aurelian's enhanced knight (i.e. a 'knightwa') would be to add the value of a knight (on an 8x8 board) to the value of a wazir, plus a pawn, to get my estimate for such a compound piece. On an 8x8 board I'd say a knight is worth 3.5 and a wazir is worth about half a king's fighting value (thought to be 4 pawns, by chess theoreticians) minus half a pawn, i.e. I think a wazir worth about (4-1)/2 or 1.5 (since a king's fighting value [or equivalently, a man's value] itself is worth a wazir + a ferz + 1 pawn, in my way of estimating, noting a wazir and a ferz are worth about the same numerically in pawns in spite of the ferz' handicap of being colour-bound, IMHO, since we're dealing with such small values). Thus Aurelian's enhanced knight (i.e. 'knightwa') I'd put tentatively at 3.5 + 1.5 +1 , or 6 pawns. Quite a difference in value assigned to the enhanced knight. Perhaps the true value of the enhanced knight is somewhere in between?

P.S.: My own estimate for a N and Man compound piece (known by at least some as a Centaur, i.e. which has both wazir AND ferz movement capability, besides a N's) on an 8x8 board would be N+Man+P = 3.5 + 4 + 1 = 8.5, which may or may not be fully in line with Dr. Muller's previously expressed (on CVP, I seem to recall) opinion to the effect that a Centaur is quite a strong piece.

P.P.S.: Fwiw, Ralph Betza once gave the value of a N and wazir compound piece (i.e. Aurelian's enhanced knight) as worth about a rook (which I think is 5.5 pawns, on an 8x8 board): http://www.chessvariants.com/piececlopedia.dir/ideal-and-practical-values.html


25 comments displayed

Earlier Reverse Order LaterLatest

Permalink to the exact comments currently displayed.