Config-files/pychess/engines.json
2023-06-04 15:10:22 +02:00

191 lines
3.0 KiB
JSON

[
{
"analyze": true,
"command": "/usr/lib/python3.11/site-packages/pychess/Players/PyChess.py",
"comment": "",
"country": "dk",
"level": 5,
"md5": "be6e594623ce6b20024914bcffba3f66",
"name": "PyChess.py",
"options": [
{
"default": false,
"name": "Ponder",
"type": "check"
},
{
"default": 0,
"max": 100,
"min": 0,
"name": "skipPruneChance",
"type": "spin"
}
],
"protocol": "xboard",
"recheck": false,
"variants": [
"normal",
"wildcastle",
"nocastle",
"fischerandom",
"crazyhouse",
"light-brigade",
"losers",
"suicide",
"giveaway",
"horde",
"atomic",
"racingkings",
"seirawan",
"kingofthehill",
"3check",
"placement",
"asean",
"cambodian",
"makruk",
"sittuyin"
],
"vm_args": [
"-u"
],
"vm_command": "/usr/bin/python",
"vm_name": "python"
},
{
"analyze": true,
"command": "/usr/bin/stockfish",
"comment": "",
"country": "no",
"level": 20,
"md5": "799db9519ccf96e5751ee643dd3c710c",
"name": "stockfish",
"options": [
{
"default": "",
"name": "Debug Log File",
"type": "text"
},
{
"default": 1,
"max": 1024,
"min": 1,
"name": "Threads",
"type": "spin"
},
{
"default": 16,
"max": 33554432,
"min": 1,
"name": "Hash",
"type": "spin"
},
{
"name": "Clear Hash",
"type": "button"
},
{
"default": false,
"name": "Ponder",
"type": "check"
},
{
"default": 1,
"max": 500,
"min": 1,
"name": "MultiPV",
"type": "spin"
},
{
"default": 20,
"max": 20,
"min": 0,
"name": "Skill Level",
"type": "spin"
},
{
"default": 10,
"max": 5000,
"min": 0,
"name": "Move Overhead",
"type": "spin"
},
{
"default": 100,
"max": 1000,
"min": 10,
"name": "Slow Mover",
"type": "spin"
},
{
"default": 0,
"max": 10000,
"min": 0,
"name": "nodestime",
"type": "spin"
},
{
"default": false,
"name": "UCI_Chess960",
"type": "check"
},
{
"default": false,
"name": "UCI_AnalyseMode",
"type": "check"
},
{
"default": false,
"name": "UCI_LimitStrength",
"type": "check"
},
{
"default": 1350,
"max": 2850,
"min": 1350,
"name": "UCI_Elo",
"type": "spin"
},
{
"default": false,
"name": "UCI_ShowWDL",
"type": "check"
},
{
"default": "<empty>",
"name": "SyzygyPath",
"type": "text"
},
{
"default": 1,
"max": 100,
"min": 1,
"name": "SyzygyProbeDepth",
"type": "spin"
},
{
"default": true,
"name": "Syzygy50MoveRule",
"type": "check"
},
{
"default": 7,
"max": 7,
"min": 0,
"name": "SyzygyProbeLimit",
"type": "spin"
},
{
"default": true,
"name": "Use NNUE",
"type": "check"
},
{
"default": "nn-ad9b42354671.nnue",
"name": "EvalFile",
"type": "text"
}
],
"protocol": "uci",
"recheck": false
}
]