pounce 1.2.2

A mediocre (but trying it's best) uci chess engine
Documentation
{
    "resign": {
        "move_count": 1,
        "score": 0,
        "twosided": false,
        "enabled": false
    },
    "draw": {
        "move_number": 0,
        "move_count": 1,
        "score": 0,
        "enabled": false
    },
    "maxmoves": {
        "move_count": 1,
        "enabled": false
    },
    "opening": {
        "file": "books/noob_3moves.pgn",
        "format": 1,
        "order": 0,
        "plies": -1,
        "start": 1
    },
    "pgn": {
        "additional_lines_rgx": [],
        "event_name": "Fastchess Tournament",
        "site": "?",
        "file": "",
        "notation": 0,
        "track_nodes": false,
        "track_seldepth": false,
        "track_nps": false,
        "track_hashfull": false,
        "track_tbhits": false,
        "track_timeleft": false,
        "track_latency": false,
        "min": false,
        "crc": false
    },
    "epd": {
        "file": ""
    },
    "sprt": {
        "alpha": 0.05,
        "beta": 0.05,
        "elo0": -10.0,
        "elo1": 0.0,
        "model": "normalized",
        "enabled": true
    },
    "config_name": "",
    "output": 0,
    "seed": 1857325538804493573,
    "variant": 0,
    "ratinginterval": 10,
    "scoreinterval": 1,
    "wait": 0,
    "autosaveinterval": 20,
    "games": 2,
    "rounds": 10000,
    "concurrency": 10,
    "force_concurrency": false,
    "recover": true,
    "noswap": false,
    "reverse": false,
    "report_penta": true,
    "affinity": false,
    "show_latency": false,
    "log": {
        "file": "",
        "level": 2,
        "compress": false,
        "realtime": true
    },
    "engines": [
        {
            "name": "1",
            "dir": "",
            "cmd": "target/release/pounce",
            "args": "",
            "restart": false,
            "options": [
                [
                    "Hash",
                    "16"
                ]
            ],
            "limit": {
                "tc": {
                    "increment": 100,
                    "fixed_time": 0,
                    "time": 10000,
                    "moves": 0,
                    "timemargin": 0
                },
                "nodes": 0,
                "plies": 0
            },
            "variant": 0
        },
        {
            "name": "2",
            "dir": "",
            "cmd": "target/release/pounce",
            "args": "",
            "restart": false,
            "options": [
                [
                    "Hash",
                    "16"
                ]
            ],
            "limit": {
                "tc": {
                    "increment": 100,
                    "fixed_time": 0,
                    "time": 10000,
                    "moves": 0,
                    "timemargin": 0
                },
                "nodes": 0,
                "plies": 0
            },
            "variant": 0
        }
    ],
    "stats": {
        "1 vs 2": {
            "wins": 3,
            "losses": 4,
            "draws": 7,
            "penta_WW": 0,
            "penta_WD": 2,
            "penta_WL": 1,
            "penta_DD": 1,
            "penta_LD": 3,
            "penta_LL": 0
        },
        "2 vs 1": {
            "wins": 7,
            "losses": 5,
            "draws": 4,
            "penta_WW": 1,
            "penta_WD": 3,
            "penta_WL": 2,
            "penta_DD": 0,
            "penta_LD": 1,
            "penta_LL": 1
        }
    }
}