Your trusted source for computer chess information!
Differences
This shows you the differences between two versions of the page.
computer_chess:engines:frank-walter:index 2018/11/27 17:05 | computer_chess:engines:frank-walter:index 2019/02/24 12:33 current | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Frank-Walter ====== | ====== Frank-Walter ====== | ||
+ | |||
+ | **FrankWalter has moved!** | ||
+ | |||
+ | Please visit the new **[[https://github.com/ljgw/frankwalter/releases | FrankWalter homepage]].** | ||
+ | |||
+ | This page remains for historical reasons and may be removed in the future. | ||
+ | |||
+ | --- | ||
Frank-Walter is a java-based winboard/xboard chess engine written by Laurens Winkelhagen. | Frank-Walter is a java-based winboard/xboard chess engine written by Laurens Winkelhagen. | ||
\\ | \\ | ||
- | Current version is Frank-Walter 2.2.2-780237e | + | Current version is Frank-Walter 2.2.8-e85fcb4 |
===== Download ===== | ===== Download ===== | ||
+ | |||
+ | {{frankwalter-2.2.8-dist.zip | Frank-Walter 2.2.8}} | ||
+ | \\ | ||
+ | {{frankwalter-2.2.6-dist.zip | Frank-Walter 2.2.6}} | ||
+ | \\ | ||
+ | {{frankwalter-2.2.3-dist.zip | Frank-Walter 2.2.3}} | ||
+ | \\ | ||
{{frankwalter-2.2.2-dist.zip | Frank-Walter 2.2.2}} | {{frankwalter-2.2.2-dist.zip | Frank-Walter 2.2.2}} | ||
\\ | \\ | ||
Line 16: | Line 31: | ||
* ''%%-debug%%'' (no arguments, causes logging to be stored in a file called ''%%debug.log%%'' in the current working directory) | * ''%%-debug%%'' (no arguments, causes logging to be stored in a file called ''%%debug.log%%'' in the current working directory) | ||
- | * ''%%-tt <magnitude>%%'' (where ''%%<magnitude>%%'' is a number between 17 and 26 inclusive denoting 1MB up to 1GB memory allocation for the transposition table. The default is 24, which means 256MB) | + | * ''%%-nobook%%'' (no arguments, tells the engine not to use its own book) |
+ | * ''%%-book <bookname>%%'' (''%%<bookname>%%'' should be the filename of an openingbook in Beowulf format, located next to the .jar file. The default is ''%%frankwalter.opening%%'' which is included in the engine itself) | ||
+ | * ''%%-tt <size>%%'' (where ''%%<size>%%'' is the size is the size of the TranspositionTable in mb or gb. Possible values are 1mb, 2mb, 4mb, 8mb, 16mb, 32mb, 64mb, 128mb, 256mb, 512mb, 1gb. The default is 256mb) | ||
* ''%%-tb <tablebases filepath>%%'' (here ''%%<tablebases filepath>%%'' is the Syzygy-tablebases directory. It is also possible to configure this in xboard) | * ''%%-tb <tablebases filepath>%%'' (here ''%%<tablebases filepath>%%'' is the Syzygy-tablebases directory. It is also possible to configure this in xboard) | ||