From 4be47e667da896600434597a74525fcb0c2b6617 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 1 Jun 2025 13:35:18 -0500 Subject: updating pychess configs --- dotfiles/system/.config/pychess/engines.json | 153 +++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) (limited to 'dotfiles/system/.config/pychess/engines.json') 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 @@ -53,6 +53,159 @@ "vm_command": "/usr/bin/python", "vm_name": "python" }, + { + "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", -- cgit v1.2.3