Skip to main content

Development version 11.00.06: stability control in game analysis

When analyzing a game, a tab has been added that is the Stability control.
After finishing the analysis of a position with the parameters of time and depth indicated, it continues to analyze until in the last depths the calculated move is the same and the difference in the evaluation does not exceed the number of centipawns indicated.
This option can add a lot of time to the analysis of certain moves. Perhaps some option must be added to control this.





Comments

  1. Hello!

    Thanks for the awesome program, extra thanks for keeping it free & open source.

    Bug report: "GM Engines" & "Tourney-Elo" don't work in version 11, nothing comes up.

    Feature request: most tactics problems are about offense, that is, the side to move can win something. but for many (myself included), defense is more critical, that is, seeing the threat in advence and doing something to avoid the danger (and not blundering). so maybe it's possible to add an option to duplicate the problems, with the side to move reversed?

    Thank you!

    ReplyDelete
    Replies
    1. The next update fix that problem.

      In relation to the feature request, there is not defense in the tactics included with the program.
      It is necessary a collection of tactics, like positions that are draws to the engine, and fight against it, maintaining the draw. Perhaps this is a good training to think.

      Delete
  2. This is actually not limited to draws. As an extreme example, in
    4k3/1ppppppp/8/8/8/8/8/R3K3 b Q - 0 1
    black is in fact ahead, but anything other than moving the d-e-f pawns loses on the spot to Ra8#
    This position is not realistic, of course, but serves well to illustrate the point. The point is, many (most?) novice's games are lost not by slowly losing a drawn game, but by critical blunders, often giving away a won game.
    Maybe a good start would be mass-analysing a huge collection (from FICS etc) of players bellow a certain Elo (say 1600) for blunders, and save that as a tactics file. I just don't have the CPU for that...

    One more recommendation: Chess Vision exercises, as explained in De la Maza's Rapid Chess Improvement, Wetzell's Chess Master At Any Age, Heisman's Guide to Chess Improvement, and many more. Some examples: given a position, rapidly indicate which pieces & pawns are attacked (& how many times). given a square name (such as f4), quickly answer its color (dark) and location (crossroads of g3-e5 and e3-g5), and what squares a knight positioned there would attack (e2, g2, d3, h3, d5, h5, e6, g6). given a position, and then a few moves (in algebraic notation), create the resulting position. And so on.

    Thank you again!

    ReplyDelete
    Replies
    1. I like the idea that the user in a draw position maintain the draw playing against stockfish by example.
      Your idea is in a position a FICS player has a mistake, then this position is presented to the user, to test if select the best option, ok ? For this there is an automatic way in the program to get this positions (Utilities/Massive analysis in reading a PGN file).
      In relation to chess vision, there is a training, Resources for zebras, the board at a glance that is a primitive way to work in chess vision.
      Also Moves between two positions.
      But as you says there are a lot of more.
      I take note of that.
      Thanks.

      Delete
  3. Of course maintaining a draw against stockfish is a very good idea. maybe I can add to that maintaining a narrow win, for example in grandmaster games (they typically resign before the the win is obvious).
    I know about Massive analysis in reading a PGN file (and it's great!), but I don't have a good enough computer to analyze thousands of games, so my idea was maybe the Lucas Chess team could do it and distribute it within Lucas.
    One more comment about analyzing games: a blunder is defined as doing a move that loses a certain number of centipawns from the previous ply, so if my opponent blundered and I didn't take advantage, that's my blunder. This is fine, but sometimes I want to see just my own blunders (not missed opportunities), so maybe there should be an option to define a blunder as losing a certain number of centipawns relative to my previous move?

    Thanks for the pleasant discussion.

    ReplyDelete
    Replies
    1. I have to think about your idea of detect blunders.

      Delete

Post a Comment

Popular posts from this blog

R 1.06 Maia

 This update contains a major improvement with the inclusion of Maia. Maia is a neural network chess engine, created with the purpose of making her movements as human as possible. The Maia creation team has prepared 9 versions, from 1100 to 1900 of elo, and thus they have been included in Lucas Chess. You have all the information about Maia at: https://maiachess.com/

LINUX - First binary version

The first official binary version of Lucas Chess on Linux has just been released. It has only been made possible by the great work done by Laudecir Daniel , choosing and compiling the 67 engines, as well as laying the groundwork so that the binaries can be more widely used and others such as shortcut creation, installation scripts, ...... In addition,  Graham O'Neill  has provided Linux-specific drivers for several digital boards. This version has two limitations : 64-bit Linux OS only. Minimum GNU libc version: 2.26 (ldd --version shows it) Installation has been made as simple as possible: The installer is a .sh file, generated with the  makeself  tool, and can be downloaded from: SourceForge , GitHub The file must be run from a terminal with user permissions only: sh ./LucasChessR123_LINUX.sh Launches a GUI with very basic options: Install: Installs in LucasChessR folder inside the home user folder. Generates a shortcut in Applications > Games Launch the ap...

Future version 10 step 05: Scanner of positions

Some days ago Juan Carlos Antón, head of UNED chess school , does give me permission to include tactical positions from the PDFs on the downloads of UNED web, which I consider very educational. The problem is there is no possibility of obtaining  original fens. The solution to ease my work, has been to create something like an OCR of image positions, which at this specific case is working very well. Only three concepts are handled : mark, deduce, and learn. First, mark the board, the next step is to deduce, if there are errors the user corrects them manually and asked the program to learn from them. At the beginning there are quite a few errors, but less and less. To mark the Board a transparent window is launched that occupies the desk and lets see the PDF and select a position. It is selected with the mouse by dragging a corner to the other, and it is fitted with the arrow keys. At the end the Enter key is pressed to accept the selected and continue in the program wi...