-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove square pawn attack cached array (#209)
Bench | 9546383 ELO | -0.70 +- 2.36 (95%) SPRT | 10.0+0.1s Threads=1 Hash=32MB LLR | 2.97 (-2.94, 2.94) [-5.00, 0.00] Games | N: 40960 W: 10061 L: 10143 D: 20756
- Loading branch information
Showing
7 changed files
with
20 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=pirarucu | ||
group=ratosh | ||
version=3.3.4 | ||
version=3.3.5 | ||
kotlin_version=1.3.70 | ||
detekt_version=1.0.0.RC6-3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49d17fe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ratosh,
I am looking for instructions to build OpenBench for java chess engine. Could you please help me with instructions how to configure it ? Thanks in advance and eagerly waiting for your response.
49d17fe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! GL with your Java chess engine! Please take a look at my Openbench fork, and please create issues there. Or contact me through Discord (Find me on TCEC channel)
First you need to setup your engine details on openbench
openbench-repo\config.py
, then you run the server using a docker-compose file (check root folder). To make client work you just need to:engine-repo\openbench\build.py
openbech-repo\Client\Client.py