[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU chess in exaequos.com
From: |
Antonio Ceballos |
Subject: |
Re: GNU chess in exaequos.com |
Date: |
Thu, 14 Sep 2023 23:38:52 +0200 |
Hi Benoit,
The program is strong indeed. I am too weak for it too.
You can compute its approximate rating (ELO like, but of course, not ELO) as
described in test/iq6.epd. The file is not in the published tarball, but
you can
download it from git:
https://git.savannah.gnu.org/cgit/chess.git/tree/test/iq6.epd
Run gnuchess, and then enter the following commands:
st 10
solve iq6.epd
Replace 'iq6.epd' by the complete path where the file is placed, e.g.
'~/Downloads/iq6.epd'.
It will take GNU Chess slightly longer than half an hour to solve the 188
positions contained
in the file.
Once it is done, you will get a result like this:
Correct=160 Total=188
Then, apply the following formula to compute the score:
score = (percent_correct x 6.7) + 1995
For instance:
160/188*100 + 1995 = 2565
The score you will get depends on your hardware.
There are ways to make GNU Chess play online games against other computer
or human players, but it is more difficult.
Have fun!
Cheers,
Antonio
On Thu, Sep 14, 2023 at 9:36 PM Baudaux Benoit <baudaux@yahoo.fr> wrote:
> Hi Antonio,
>
> Thank you for your test and your reply. I fear the program is too strong
> for me :-)
>
> I do not know how I can evaluate this version of gnu chess. Do you have an
> idea ?
>
> Cheers,
> Benoit
>
>
>
> Le 14 sept. 2023 à 19:36, Antonio Ceballos <aceballos@gmail.com> a écrit :
>
> Hi Benoit,
>
> Great! Thanks for that! It works, I have just played a game.
>
> Cheers,
> Antonio
>
>
> On Thu, Sep 14, 2023 at 2:51 PM Benoit Baudaux via Info-gnu-chess <
> info-gnu-chess@gnu.org> wrote:
>
>> Hi GNU chess team and users,
>>
>> I put GNU chess 6.2.9 in exaequos.com, the new machine I am creating
>> that runs in the web browser
>>
>> You can start it by typing /usr/games/gnuchess (after login, no
>> password). All is executed locally
>>
>> Regards,
>> Benoit
>>
>>
>>
>>
>> _______________________________________________
>> Info-gnu-chess mailing list
>> Info-gnu-chess@gnu.org
>> https://lists.gnu.org/mailman/listinfo/info-gnu-chess
>>
>
>