Late to the party: https://github.com/AndyGrant/OpenBench/ ... /CoreFiles
Static compiles of Cutechess (With FRC fixed, not yet merged into master... still?). Used by OpenBench, similar to Fishtest, when completing tests. Everyday these binaries play a few hundred thousand games with no issues, pulling directly from this repo.
GUI for testing
Moderator: Ras
-
- Posts: 1957
- Joined: Tue Apr 19, 2016 6:08 am
- Location: U.S.A
- Full name: Andrew Grant
-
- Posts: 7299
- Joined: Thu Aug 18, 2011 12:04 pm
- Full name: Ed Schröder
Re: GUI for testing
What's the advantage over the regular Cutechess?AndrewGrant wrote: ↑Thu Jan 27, 2022 3:17 pm Late to the party: https://github.com/AndyGrant/OpenBench/ ... /CoreFiles
Static compiles of Cutechess (With FRC fixed, not yet merged into master... still?). Used by OpenBench, similar to Fishtest, when completing tests. Everyday these binaries play a few hundred thousand games with no issues, pulling directly from this repo.
90% of coding is debugging, the other 10% is writing bugs.
-
- Posts: 1957
- Joined: Tue Apr 19, 2016 6:08 am
- Location: U.S.A
- Full name: Andrew Grant
Re: GUI for testing
No advantage; Its just a compiled binary which was requested for the CLI, I thought.Rebel wrote: ↑Thu Jan 27, 2022 4:39 pmWhat's the advantage over the regular Cutechess?AndrewGrant wrote: ↑Thu Jan 27, 2022 3:17 pm Late to the party: https://github.com/AndyGrant/OpenBench/ ... /CoreFiles
Static compiles of Cutechess (With FRC fixed, not yet merged into master... still?). Used by OpenBench, similar to Fishtest, when completing tests. Everyday these binaries play a few hundred thousand games with no issues, pulling directly from this repo.
-
- Posts: 1524
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: GUI for testing
AFAIK, Qt requires a commercial license for creating static binaries. Take care!
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
The most features chess GUI, based on opensource Banksia - the chess tournament manager
-
- Posts: 325
- Joined: Tue Aug 31, 2021 10:32 pm
- Full name: tcusr
Re: GUI for testing
perfect, thanksAndrewGrant wrote: ↑Thu Jan 27, 2022 3:17 pm Late to the party: https://github.com/AndyGrant/OpenBench/ ... /CoreFiles
Static compiles of Cutechess (With FRC fixed, not yet merged into master... still?). Used by OpenBench, similar to Fishtest, when completing tests. Everyday these binaries play a few hundred thousand games with no issues, pulling directly from this repo.