Crafty
Crafty is a free, open-source computer chess program developed by Dr. Robert M. (Bob) Hyatt. Crafty is constantly being improved by a small team of contributors, including Dr. Hyatt.
Configuration
Crafty can be configured for a stronger game by setting some optional parameters (examples below). These parameters can be put into the crafty.rc (windows) / .craftyrc (linux) file, or used as start-up parameters from the terminal. A more thorough explanations of Crafty's parameters can be found here.
ponder on (Allows Crafty to think on your time)
hash=256m (Increases Crafty's position hash to 256MB)
hashp=64m (Increases Crafty's pawn hash to 64MB)
egtb (Tells Crafty to use syzygy Endgame Tables)
cache=32m (Increases Crafty's Endgame Table Cache to 32MB)
swindle on (Allows Crafty to try to win drawn games (according to Endgame Tables))
mt=4 (Increases Crafty's MaxThreads to 4 for a quad core computer)
Crafty can be configured for a stronger game by setting some optional parameters (examples below). These parameters can be put into the crafty.rc (windows) / .craftyrc (linux) file, or used as start-up parameters from the terminal. A more thorough explanations of Crafty's parameters can be found here.
ponder on (Allows Crafty to think on your time)
hash=256m (Increases Crafty's position hash to 256MB)
hashp=64m (Increases Crafty's pawn hash to 64MB)
egtb (Tells Crafty to use syzygy Endgame Tables)
cache=32m (Increases Crafty's Endgame Table Cache to 32MB)
swindle on (Allows Crafty to try to win drawn games (according to Endgame Tables))
mt=4 (Increases Crafty's MaxThreads to 4 for a quad core computer)
Download:
armv7-pgo, armv7-nopie, arm64v8 : HERE
1,6 Mnps on my armv7 (4 core), how about you?