Zangdar - petit sorcier deviendra grand

Discussion of chess software programming and technical issues.

Moderator: Ras

User avatar
Roland Chastain
Posts: 673
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: Zangdar - petit sorcier deviendra grand

Post by Roland Chastain »

Carbec wrote: Sun Jan 30, 2022 9:05 am About TSCP, i indeed thought that the protocol was perhaps the problem. But modifying the protocol didn't change anything :
It changed something, since the error messages are not the same. :wink:

Maybe TSCP doesn't support the tournament book. Many engines have this problem.
Qui trop embrasse mal étreint.
Carbec
Posts: 160
Joined: Thu Jan 20, 2022 9:42 am
Location: France
Full name: Philippe Chevalier

Re: Zangdar - petit sorcier deviendra grand

Post by Carbec »

Hi,

You have to compile for c++, I think its g++ for gnu.
And perhaps also add this option : -std=c++11

Philippe
User avatar
Roland Chastain
Posts: 673
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: Zangdar - petit sorcier deviendra grand

Post by Roland Chastain »

Carbec wrote: Sun Jan 30, 2022 7:54 pm You have to compile for c++, I think its g++ for gnu.
Yes, with g++ it works. Thanks!

A small observation. The program doesn't quit when it receives the quit command.

Code: Select all

[roland@localhost src (main)]$ ./zangdar
Entrez une commande : [help] uci
HashTable init complete with 5592405 entries for 128 Mo
id name Zangdar 0.34
id author Philippe Chevalier
uciok
quit
Entrez une commande : [help] 
Qui trop embrasse mal étreint.
Carbec
Posts: 160
Joined: Thu Jan 20, 2022 9:42 am
Location: France
Full name: Philippe Chevalier

Re: Zangdar - petit sorcier deviendra grand

Post by Carbec »

ok

I will look at that.

Philippe
Carbec
Posts: 160
Joined: Thu Jan 20, 2022 9:42 am
Location: France
Full name: Philippe Chevalier

Re: Zangdar - petit sorcier deviendra grand

Post by Carbec »

Hello,

When I put the files on github, they didn't seen as a new version, but as new files.
Can someone explain how to use git, so I can put the files from my pc ?

Thanks

Philippe
User avatar
mvanthoor
Posts: 1784
Joined: Wed Jul 03, 2019 4:42 pm
Location: Netherlands
Full name: Marcel Vanthoor

Re: Zangdar - petit sorcier deviendra grand

Post by mvanthoor »

Carbec wrote: Tue Feb 01, 2022 8:58 am ...
I think that this topic is a little bit too extensive to just explain in a few lines of text. It would be best to follow some Git and Github tutorials if you have no experience with this.
Author of Rustic, an engine written in Rust.
Releases | Code | Docs | Progress | CCRL
Carbec
Posts: 160
Joined: Thu Jan 20, 2022 9:42 am
Location: France
Full name: Philippe Chevalier

Re: Zangdar - petit sorcier deviendra grand

Post by Carbec »

0.36 out

Hi,

I put this new version on github. At first, I didn't thought to do it, but after some matches, it shows an interesting improvement.
Surely I removed a bug, almost without thinking. How strange !!
But there are still bugs. For example, in this position : 8/8/8/8/1q4k1/8/6P1/2R4K b - - 0 131
Zangard played Qb1 ????. But if I put the position and ask it to play, it plays Kg3. I don't understand.

Joys of chess programming.

Philippe
Carbec
Posts: 160
Joined: Thu Jan 20, 2022 9:42 am
Location: France
Full name: Philippe Chevalier

Re: Zangdar - petit sorcier deviendra grand

Post by Carbec »

0.37 out

Hi,

New and improved version. I think its over 2000 elo, but i don't have an official rating, so ... ?

After that, I plan to look at new features, Im still very slow to search deeply, and I have no positional evaluation.

Philippe
User avatar
lithander
Posts: 912
Joined: Sun Dec 27, 2020 2:40 am
Location: Bremen, Germany
Full name: Thomas Jahn

Re: Zangdar - petit sorcier deviendra grand

Post by lithander »

Carbec wrote: Thu Feb 03, 2022 5:15 pm New and improved version. I think its over 2000 elo, but i don't have an official rating, so ... ?
But you have one for version 0.28! And that one was already at 2000 ELO.
http://ccrl.chessdom.com/ccrl/404/cgi/e ... _28_64-bit
Minimal Chess (simple, open source, C#) - Youtube & Github
Leorik (competitive, in active development, C#) - Github & Lichess
Carbec
Posts: 160
Joined: Thu Jan 20, 2022 9:42 am
Location: France
Full name: Philippe Chevalier

Re: Zangdar - petit sorcier deviendra grand

Post by Carbec »

Well, This is new, but I don't go the XXRL list every day.
Good news then, so 2100+ perhaps ? I fear to be too optimistic.
How do the guys at CCRL knows that a new version is there ?

Philippe