-
Subscribe to this issue and stay notified about new [daily trending repos in C++](https://github.com/trending/c%2B%2B?since=daily).
-
# Part 1:
### From the mock report
![Image](https://github.com/minvws/nl-kat-coordination/assets/46660228/881f6dcb-7e41-43b9-a395-cdc2dcd7c459)
This is fixed by:
- https://github.com/minvw…
-
**Describe the bug**
The bot tells me that a move is illegal though it's the solution.
**To Reproduce**
Steps to reproduce the behavior:
1. Added the bot to a private discord server over the Dis…
-
### Describe the issue
I have a dual EPYC 7763 system running Windows 11 23H2 with 128GB RAM. With the NUMA commit a169c78b6d3b082068deb49a39aaa1fd75464c7f, a 256 thread Stockfish can only eat 25% …
-
![image](https://github.com/marcizhu/readme-chess/assets/107282563/f27d46a9-dadc-46f6-a644-ed41abf97221)
Every time a move is being done, all of these packages will need to be re-downloaded.
This w…
-
Issue opened to collect info about possible future SPSA improvements.
### SPSA references
SPSA is a fairly simple algorithm to be used for local optimization (not global optimization).
The wiki h…
-
see here https://stockfish.online/docs.php
would need to update Stockfish.java to call the v2 API, methods in the stockfish class should have same behaviour as before just changing the v2 API
…
jalpp updated
7 months ago
-
Attempting to run this SPSA tune (https://tests.stockfishchess.org/tests/view/64f2b8d3f5b0c54e3f04cd7e ) with 4096 parameters results in the following errors:
Exception AssertionError at games.py:8…
-
This must be a newly introduced bug... because we fixed that before.
some new code to `get_run` does not do error handling
https://tests.stockfishchess.org/tests/view/testingWithDummyString
gives…
-
## ゲームの分類
- 人数
- 2人が基本 (3人以上も当然ありうる)
- プレイヤーの存在しない0人ゲームも存在する (ex. ライフゲーム)
- パズルやクイズは1人ゲーム (ex. ソリティア)
- 利得の合計
- ゼロ和 or 非ゼロ和
- 有限 or 無限
- 有限なら、ゲームが終了するために満たすべき条件が与えられている
- 無限ゲームの実装は現実的に難…