diff options
Diffstat (limited to 'dotfiles/system/.config/pychess/engines.json')
| -rw-r--r-- | dotfiles/system/.config/pychess/engines.json | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/dotfiles/system/.config/pychess/engines.json b/dotfiles/system/.config/pychess/engines.json index 3381049..913a9be 100644 --- a/dotfiles/system/.config/pychess/engines.json +++ b/dotfiles/system/.config/pychess/engines.json @@ -55,6 +55,159 @@ }, { "analyze": true, + "command": "/usr/bin/critter", + "comment": "", + "country": "sk", + "level": 20, + "md5": "854b376c8e7b3405b5e4f7cef8420204", + "name": "critter", + "options": [ + { + "default": 64, + "max": 8192, + "min": 8, + "name": "Hash", + "type": "spin" + }, + { + "default": false, + "name": "Ponder", + "type": "check" + }, + { + "default": true, + "name": "OwnBook", + "type": "check" + }, + { + "default": "book.cbk", + "name": "Book File", + "type": "text" + }, + { + "default": false, + "name": "UCI_Chess960", + "type": "check" + }, + { + "default": 1, + "max": 100, + "min": 1, + "name": "MultiPV", + "type": "spin" + }, + { + "default": 20, + "max": 32, + "min": 1, + "name": "Threads", + "type": "spin" + }, + { + "default": 5, + "max": 15, + "min": 4, + "name": "Split Depth", + "type": "spin" + }, + { + "default": "/gtb", + "name": "GaviotaTbPath", + "type": "text" + }, + { + "default": 32, + "max": 256, + "min": 4, + "name": "GaviotaTbCache", + "type": "spin" + }, + { + "choices": [ + "uncompressed", + "cp1", + "cp2", + "cp3", + "cp4" + ], + "default": "cp4", + "name": "GaviotaTbCompression", + "type": "combo" + }, + { + "choices": [ + "Disable", + "Only At Root", + "Everywhere" + ], + "default": "Only At Root", + "name": "Tablebase Usage", + "type": "combo" + }, + { + "name": "Clear Hash", + "type": "button" + }, + { + "default": false, + "name": "Use Session File", + "type": "check" + }, + { + "default": "session.csf", + "name": "Session File", + "type": "text" + }, + { + "default": 32, + "max": 1024, + "min": 2, + "name": "SF Size", + "type": "spin" + }, + { + "default": 8, + "max": 32, + "min": 2, + "name": "SF Write Depth", + "type": "spin" + }, + { + "default": 0, + "max": 32, + "min": 0, + "name": "SF Material Limit", + "type": "spin" + }, + { + "default": 0, + "max": 999, + "min": 0, + "name": "SF Move Limit", + "type": "spin" + }, + { + "name": "Clear SF", + "type": "button" + }, + { + "default": false, + "name": "Resolve Score Drops", + "type": "check" + }, + { + "default": 32, + "max": 100, + "min": 0, + "name": "King Safety Weight", + "type": "spin" + } + ], + "protocol": "uci", + "recheck": false + }, + { + "analyze": true, "command": "/usr/bin/fruit", "comment": "", "country": "fr", |
