Skip to main content

Version 11.03: some bugs fixed

Bugs fixed:

  • Analisys, reduced the number of nags produced by analysis (Giovanni di María)
  • Database, save to PGN when select codec = same as file.
  • Playing against a game when mate.
  • Database: to create polyglot books doesn´t works
  • Training positions, bad message when tutor disabled and the training is guided (variator)


News:
  • Scanner of positions, added Alt left, Alt key-left, Alt key-up, Alt key-right, Alt key-down to scan non-square cells
  • Turn on the lights, added more info 
Downloads : 

Comments

  1. Thanks for the very interesting program.
    I faced a problem after analyzing a game, saving it in PGN format and opening this file in Aquarium. The moves after a move evaluation symbol (e.g. "!!") are not displayed. At this position in the PGN file I find e.g. "$ $3". After the removal of the first "$" Aquarium is able to show the following moves.

    ReplyDelete
    Replies
    1. Thank you very much, I have fixed the bug, if you want to fix in your copy, you need to download the file Jugada.pyo and replace this file in your installation copy (it is in the subfolder Code), the file is:
      https://drive.google.com/file/d/1WbNRkdfSkbTsVLOIDkkNRynBHvZSzT7X/view?usp=sharing

      Delete
    2. Wonderful. Now the PGN file is correct. Thanks.

      Delete
  2. Elo perfomance is doing wrong measurement. Elo performance is very low even though there are not many errors

    ReplyDelete
    Replies
    1. If you have a game where this is clearly showed then send me to lukasmonk at gmail, by example.

      Delete
  3. Hello, how can I edit an external engine according to your elo rating? I want to set up for different elo rating, ranging from 1000 to 2800 from 100 to 100.

    ReplyDelete
    Replies
    1. You can start by working with the Tools-Engines-STS option, creating a new section, and testing at different depths, starting with 3, for example, and increasing it to 2000.
      The associated score in the elo option is a mixture of this STS and other external, playing against actual games.
      One alternative is to play a tournament against a 2000 engine, with a fixed depth or a fixed time.

      Delete
    2. Thanks for the info. Is there any pre-move option? Would be useful in blitz game.

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

Installing Lucas Chess on Linux from the latest sources in two easy steps

First step Check that git is installed.  git --version If it is not, then: sudo apt-get install git  (for Debian/Ubuntu based systems) sudo yum install git (for RedHat/CentOS/Fedora based systems) Second step Download the script: https://github.com/lukasmonk/lucaschessR2/releases/download/R2.12c/LinuxInstaller.sh And launch it from a terminal. The whole installation is created in the ~/lucaschess folder, and there the program launcher and an update script are created: cd ~/lucaschess ./LucasR.sh ./update_lucaschess