Frank-Walter & Tablebases

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

Moderators: hgm, Rebel, chrisw

User avatar
AdminX
Posts: 6339
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

Frank-Walter & Tablebases

Post by AdminX »

I am not seeing TBHits when using Frank-Walter 2.4.0, is there a problem with my settings? My OS is Windows. The JSyzygy.dll file is in the default engine directory, I also placed a copy in the Java / Lib folder. I am using the Shredder GUI.

Code: Select all

Program=java -jar -Xms150m -Xmx1024m frankwalter.jar -cores 4 -tt 256 -tb D:\SyzygyBases\DTZ_7;D:\SyzygyBases\DTZ_6;D:\SyzygyBases\DTZ_345;D:\SyzygyBases\WDL_7;D:\SyzygyBases\WDL_6;D:\SyzygyBases\WDL_345 
Thanks in advance.
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
User avatar
AdminX
Posts: 6339
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

Re: Frank-Walter & Tablebases

Post by AdminX »

Update: I do see that the Dll is loaded, however still not seeing TBhits

Image
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Frank-Walter & Tablebases

Post by Guenther »

AdminX wrote: Fri Sep 27, 2019 3:36 pm I am not seeing TBHits when using Frank-Walter 2.4.0, is there a problem with my settings? My OS is Windows. The JSyzygy.dll file is in the default engine directory, I also placed a copy in the Java / Lib folder. I am using the Shredder GUI.

Code: Select all

Program=java -jar -Xms150m -Xmx1024m frankwalter.jar -cores 4 -tt 256 -tb D:\SyzygyBases\DTZ_7;D:\SyzygyBases\DTZ_6;D:\SyzygyBases\DTZ_345;D:\SyzygyBases\WDL_7;D:\SyzygyBases\WDL_6;D:\SyzygyBases\WDL_345 
Thanks in advance.
I am not sure if FrankWalter (name was changed lately from Frank-Walter to FrankWalter BTW),
1. supports 7 men at all
2. multiple syzygy directories

The readme etc. doesn't mention multiple folders at least
http://computer-chess.org/doku.php?id=c ... lter:index

I only have 5 men syzygy here and the log says FrankWalter loads them.
TB hits is something else though and it ios possible your Shredder GUI cannot show TB hits for a xboard program.
You should just confirm if any log says syzygy bases are loaded.
Edit: forgot to mention that the easiest way for you would be to add the -debug flag for confirming

BTW default is 256MB anyway but you need to specify mb or gb in xour cmd after the number (readme)

Code: Select all

CommandLine := Java -jar frankwalter240.jar -debug -nobook -tt 512mb -tb C:\Syzygy_5 -cores 1

Code: Select all

[INFO ] pid:32960 2019-09-27 16:56:23.933 [MAIN] FrankWalter - Started FrankWalter 2.4.0
[DEBUG] pid:32960 2019-09-27 16:56:23.953 [MAIN] FWConfig - DEBUG : true
[DEBUG] pid:32960 2019-09-27 16:56:23.953 [MAIN] FWConfig - TT_SIZE : 512mb
[DEBUG] pid:32960 2019-09-27 16:56:23.953 [MAIN] FWConfig - TB_LOCATION : C:\Syzygy_5
[DEBUG] pid:32960 2019-09-27 16:56:23.953 [MAIN] FWConfig - BOOK : frankwalter.openings
[DEBUG] pid:32960 2019-09-27 16:56:23.953 [MAIN] FWConfig - NO_BOOK : true
[DEBUG] pid:32960 2019-09-27 16:56:23.953 [MAIN] FWConfig - CORES : 1
[INFO ] pid:32960 2019-09-27 16:56:23.953 [MAIN] SyzygyBridge - loading syzygy tablebases from C:\Syzygy_5
[INFO ] pid:32960 2019-09-27 16:56:23.983 [MAIN] FrankWalter - loaded Syzygy tablebases at C:\Syzygy_5: 5
[DEBUG] pid:32960 2019-09-27 16:56:23.993 [MAIN] XBoardInterface - Started Userinterface
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
tmokonen
Posts: 1296
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: Frank-Walter & Tablebases

Post by tmokonen »

FrankWalter doesn't send the tbhit information. The output that it sends only contain ply, score, time, nodes and PV, and not the extended information for selective depth, search speed and tbhits.
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Frank-Walter & Tablebases

Post by Guenther »

tmokonen wrote: Fri Sep 27, 2019 5:09 pm FrankWalter doesn't send the tbhit information. The output that it sends only contain ply, score, time, nodes and PV, and not the extended information for selective depth, search speed and tbhits.
Hi Tony, note that his pic not even shows loading of the syzygy bases, just the dll.
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
AdminX
Posts: 6339
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

Re: Frank-Walter & Tablebases

Post by AdminX »

Okay, thanks for the replies. The info provided is good to know. I think the problem may be multiple syzygy directories.
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
User avatar
AdminX
Posts: 6339
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

Re: Frank-Walter & Tablebases

Post by AdminX »

Okay so I have confirmed it does not like multiple directories and give an output of 'NULL'. Thanks for the -Debug tip. I hope an update will address this issue.
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers