Document server/client mode
thomasahle opened this issue · 1 comments
Description
It seems like tune
supports a server/client mode, in addition to local
.
However, I can't find anything about how it works on github, https://chess-tuning-tools.readthedocs.io/en/latest/ or using tune --help
.
Hello Thomas, thank you for your interest in the server/client mode. While it does function as intended, it currently contains hardcoded elements that would require manual modifications to the code in order to use with other engines (currently it uses lc0 and stockfish). Therefore, I suggest considering the current code as a reference or inspiration rather than a fully functional implementation.
I understand the importance of refactoring the server/client framework to make it more versatile (and then also document it), and it has been on my agenda for some time (as seen in issues #146 and #151). However, at this moment, I am unable to allocate the necessary time to work on it.
That being said, if you want to try to get it running, I am available to answer any questions that may arise.