chess-tuning-tools icon indicating copy to clipboard operation
chess-tuning-tools copied to clipboard

A collection of scripts aimed at efficiently tuning chess engine parameters.

Results 54 chess-tuning-tools issues
Sort by recently updated
recently updated
newest added

This is an improvement idea, very low priority. On aws machines with 96 threads - I've seen someone in TCEC interested in chess programming who has a quad xeon with...

Priority: Medium

### Description The tuner allows the user to pass points to evaluate, which helps to bias the tuner towards particular regions (for example the current default parameters. Often times an...

enhancement
Priority: Medium

* Chess Tuning Tools version: 0.9.0 * Python version: 3.9.10 * Operating System: Debian unstable ### What I Did ``` tune local -c config.json ``` ctt ran normally for 9...

bug

Bumps [notebook](http://jupyter.org) from 6.4.10 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.4.10&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1. Release notes Sourced from pillow's releases. 9.1.1 This release addresses several security problems. CVE-2022-30595: When reading a TGA file with RLE packets that cross...

dependencies

We recently added an estimate of the drawrate of the current match. This is useful to determine if the book used for tuning is suitable. The specific drawrate is of...

enhancement
Priority: Medium

cutechess-cli has some useful warnings, which we could surface in chess-tuning-tools. Example: ``` 2022-03-28 23:26:53,096 DEBUG 2769

enhancement
Priority: Medium

https://github.com/kiudee/chess-tuning-tools/blob/72bf37bb960525beb2e8173c298f550accd1c90a/tune/local.py#L1053

bug
Priority: High

## Useful options - [ ] `-maxmoves N` could be useful to prevent excessively long games blocking the tune. - [x] `-resign ... twosided=VALUE` is not yet supported. - [...

enhancement
Priority: Low