Chess Tools

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Ferdy
Posts: 4833
Joined: Sun Aug 10, 2008 3:15 pm
Location: Philippines

Re: Chess Tools

Post by Ferdy »

mesilikas wrote: Tue May 29, 2018 9:10 pm But seems that i cant configure these options with Aiquiri.cfg. For example Skill Level = 10 for stockfish didn"t change anything. Stockfish engine as a slave continues to analyse at Skill Level 20. Any idea?
I tried using skill level 10 in SF, and use the following cfg.
[slave1]
# Stockfish 9
Hash = 128
Threads = 1
skill level = 10

[slave2]
# Stockfish 9
Hash = 128
Threads = 1
skill level = 10

[master]
# Stockfish 9
Hash = 128
Threads = 1
skill level = 10
With that setting, I played it with Deuterium.

Here is the result.

Code: Select all

   Engine                   Score     De    Ai    S-B
1: Deuterium v2018.1.35.514 4.5/5  ····· 11=11    2.25
2: Aiquiri_sf               0.5/5  00=00 ·····    2.25

5 of 10 games played
Name of the tournament: Aiquiri-t7
Level: Blitz 3/2
With that result, I believe aiquiri has correctly set Sf to play at level 10.
mesilikas
Posts: 39
Joined: Mon Jan 01, 2018 12:54 pm

Re: Chess Tools

Post by mesilikas »

Thanks Ferdy! I will try it again. Do you believe that I can change multiple chess engines options with .cfg file? For example Cdrill :


Material Weight = 280
Pawn Structure Weight = 170
Passed Pawn Weight = 90
Mobility Weight = 200
Threat Weight = 300
King Attack Weight = 30
King Shelter Weight = 250
Repeat Score = -50


Is it possible to work?
Ferdy
Posts: 4833
Joined: Sun Aug 10, 2008 3:15 pm
Location: Philippines

Re: Chess Tools

Post by Ferdy »

mesilikas wrote: Mon Jun 04, 2018 1:45 pm Thanks Ferdy! I will try it again. Do you believe that I can change multiple chess engines options with .cfg file? For example Cdrill :


Material Weight = 280
Pawn Structure Weight = 170
Passed Pawn Weight = 90
Mobility Weight = 200
Threat Weight = 300
King Attack Weight = 30
King Shelter Weight = 250
Repeat Score = -50


Is it possible to work?
The config file requires a section [ ] to be present.

You must use the following example.

[slave1]
MaterialWeight = 280
PawnStructureWeight = 170
PassedPawnWeight = 90
MobilityWeight = 200
ThreatWeight = 300
KingAttackWeight = 30
KingShelterWeight = 250
RepeatScore = -50

or

[slave2]
MaterialWeight = 280
PawnStructureWeight = 170
PassedPawnWeight = 90
MobilityWeight = 200
ThreatWeight = 300
KingAttackWeight = 30
KingShelterWeight = 250
RepeatScore = -50

or

[master]
MaterialWeight = 280
PawnStructureWeight = 170
PassedPawnWeight = 90
MobilityWeight = 200
ThreatWeight = 300
KingAttackWeight = 30
KingShelterWeight = 250
RepeatScore = -50

You can use a comment with #.

[slave1]
# Cdrill 1800
MaterialWeight = 280
PawnStructureWeight = 170
PassedPawnWeight = 90
MobilityWeight = 200
ThreatWeight = 300
KingAttackWeight = 30
KingShelterWeight = 250
RepeatScore = -50

If you want material weight to be default again, you can use.

[slave1]
# Cdrill 1800
# MaterialWeight = 280
PawnStructureWeight = 170
PassedPawnWeight = 90
MobilityWeight = 200
ThreatWeight = 300
KingAttackWeight = 30
KingShelterWeight = 250
RepeatScore = -50
mesilikas
Posts: 39
Joined: Mon Jan 01, 2018 12:54 pm

Re: Chess Tools

Post by mesilikas »

Now working like a charm with your help! Thanks Ferdy!
fantasmadel50
Posts: 112
Joined: Thu Apr 30, 2015 7:36 pm

Re: Chess Tools

Post by fantasmadel50 »

Good morning everyone .!!

Would someone know where I can get polyglot gui.?

Thank you very much.
Ferdy
Posts: 4833
Joined: Sun Aug 10, 2008 3:15 pm
Location: Philippines

Re: Chess Tools

Post by Ferdy »

fantasmadel50 wrote: Mon Jun 11, 2018 9:45 pm Good morning everyone .!!

Would someone know where I can get polyglot gui.?

Thank you very much.
Try link below.
https://sites.google.com/view/deuterium ... s/polyglot

Download first v0.1 then the exe in v0.2
fantasmadel50
Posts: 112
Joined: Thu Apr 30, 2015 7:36 pm

Re: Chess Tools

Post by fantasmadel50 »

Ferdy wrote: Wed Jun 13, 2018 4:09 pm
fantasmadel50 wrote: Mon Jun 11, 2018 9:45 pm Good morning everyone .!!

Would someone know where I can get polyglot gui.?

Thank you very much.
Try link below.
https://sites.google.com/view/deuterium ... s/polyglot

Download first v0.1 then the exe in v0.2

Very kind and generous for your link.

Thank you.
User avatar
George Tsavdaris
Posts: 1627
Joined: Thu Mar 09, 2006 12:35 pm

Re: Chess Tools

Post by George Tsavdaris »

Can anyone make a tool to extract time PER MOVE, PER GAME from a PGN?
Assuming the PGN has time tags of course. :D

I mean if the PGN had 3 games then use the tool to extract 3 text files(or one with having some separators to separate the games) with the time per move (in e.g seconds) for each side e.g for one game:
12 15
22 19
25 18
23 19
30 35
31 20
8 18
etc...........
After his son's birth they've asked him:
"Is it a boy or girl?"
YES! He replied.....
Ferdy
Posts: 4833
Joined: Sun Aug 10, 2008 3:15 pm
Location: Philippines

Re: Chess Tools

Post by Ferdy »

George Tsavdaris wrote: Thu Jun 14, 2018 11:49 am Can anyone make a tool to extract time PER MOVE, PER GAME from a PGN?
Assuming the PGN has time tags of course. :D

I mean if the PGN had 3 games then use the tool to extract 3 text files(or one with having some separators to separate the games) with the time per move (in e.g seconds) for each side e.g for one game:
12 15
22 19
25 18
23 19
30 35
31 20
8 18
etc...........
Try GTE (Game Time Extractor) at,

https://sites.google.com/view/deuterium ... /tools/pgn
tpoppins
Posts: 919
Joined: Tue Nov 24, 2015 9:11 pm
Location: upstate

Re: Chess Tools

Post by tpoppins »

Ferdy, would it be possible to make a util to calculate the total, average and (optionally) median times of a PGN in hh:mm:ss?

E.g.,

Code: Select all

test.pgn
xxx games found
Total length: xxxh xxm xxs
Average game length: xh xxm xxs
Median game length: xh xxm xxs
Tirsa Poppins
CCRL