Skip to main content

Development version 11.00.19: Director changed

Bugs fixed:

  • Find best move training, doesn't show correct moves when using a language different from english to show pieces. (Max Aloyau)
  • Order in analysis when score is over 10000 centipawns. (Max Aloyau)
  • Transsiberian, automatic save doesn't include Date field (Pedro José)
  • Challenge 101, bad score when time used is less than 5.0 secs. (Max Aloyau)
  • Transiberian, level 2, error in a tactic. (David Parkin)


News:

  • Database added two tools to change the order of registers (TheIgnobleSavage)
  • Updated McBrain to version 2.7
  • Director:
    • Main change: graphic elements are added directly on the main board.
    • After saving a position the added elements are visible from any other board.
    • It is possible to change the file that has the information, which can facilitate sharing with other users.
    • Can be added text in a blackboard.
    • Activated with F1..F10.
    • A simbol appears in the board when the position has info.


11.00.19 -> 11.00.19a: bug fixed in the panel of results to Compete-Singular moves-Calculate your strength (thanks to Max Aloyau)


Comments

  1. I take note of both suggestions, I have many doubts about the first one.

    ReplyDelete
  2. Fantastic chess program! Will definitely recommend...I'd like to use an external engine as a tutor. Is this possible? I checked an FAQ but it doesn't seem possible as the options when selecting the tutor are limited.

    ReplyDelete
    Replies
    1. Option Tools-Engines-External Engines, to add an external engine.
      Then Options-Configuration-Tutor, an select the external engine.
      The external engine must have the MultiPV option.

      Delete
  3. In the Personal Openings Guide it would be useful to go up and down moves with the arrow keys instead of having to click on the move and then use the arrow buttons. Otherwise good upgrade :)

    ReplyDelete
  4. Hi.
    Lucas Chess is FANTASTIC !!!!!
    But I have some doubts about ELO Performances, in analisys game.
    In the following game of mine, White (me) has a performance of 2648 Elo and Black has a performance of 3018!!!
    But the problem of an overestimation is for all my games.
    I remember that Carlsen has an ELO of 2800.
    I have done the analisys with MCbrain 2.7.
    What is the reality?
    Thank you.
    Giovanni

    1.d4 d5 2.Bf4 e6 3.e3 Nf6 4.Nf3 Bd6 5.Bxd6 Qxd6 6.Bd3 Nbd7 7.O-O O-O 8.Nbd2 b6 9.Re1 Bb7 10.c3 e5 11.dxe5 Nxe5 12.Qc2 Nxd3 13.Qxd3 Rfe8 14.Rac1 Rad8 15.b3 c5
    16.c4 Ne4 17.Nxe4 dxe4 18.Qxd6 Rxd6 19.Nh4 Red8 20.Nf5 Rd2 21.Ra1 g6 22.Ng3 f5 23.Nf1 R2d7 24.h3 Kf7 25.Ng3 Kf6 26.Ne2 g5 27.Nc3 Rd2 28.Kf1 Rc2 29.Rac1 Rdd2
    30.Rxc2 Rxc2 31.Nd5+ Bxd5 32.cxd5 Rd2 33.f3 Rxd5 34.Re2 Ke5 35.Kf2 exf3 36.gxf3 h6 37.Kg3 Rd3 38.e4 h5 39.exf5+ Kxf5 40.Re7 h4+ 41.Kf2 Rd2+ 42.Ke3 Rxa2 0-1

    ReplyDelete
    Replies
    1. The elo calculated depends on the time used for analysis. The longer, the more accurate. With 10 seconds per movement McBrain has calculated that the black elo is 2855 in my pc. It is only a relative measure. Maintain this level, against different users is not easy.

      Delete
  5. Is there a way in Personal Openings Guide to make a training for a specific line? Whenever I click training it makes a training session for the main line but I can't work out how to do it for any other lines I'm interested in training with

    ReplyDelete
    Replies
    1. Not at the moment. This is a long overdue issue, I haven't found the time to work on it.

      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...