Skip to content

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Witek902 committed Oct 23, 2022
1 parent f5c2ca8 commit bc58154
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ UCI command-line chess engine written in C++ from scratch. In development since

### Playing strength

* CCRL 40/15 Score: **3240** (#44) (version 0.9)
* CCRL 2+1 Score: **3293** (#44) (version 0.9)
* CCRL 40/15 Score: **3288** (#38) (version 1.1)
* CCRL 2+1 Score: **3352** (#42) (version 1.0)
* CCRL FRC 40/2 Score: **3414** (#17) (version 1.1)
* CEGT 40/4 Score: **3211** (#34) (version 0.9)

* CEGT 40/20 Score: **3245** (#40) (version 1.0)

### Supported UCI options

Expand Down Expand Up @@ -58,7 +59,7 @@ UCI command-line chess engine written in C++ from scratch. In development since

#### Evaluation
* Custom neural network
* 704→256→32→32→1 layers architecture
* 704→512→16→32→1 layers architecture
* effectively updated first layer, AVX2/SSE accelerated
* clipped-ReLU activation function
* absolute piece coordinates with horizontal symmetry, no king-relative features
Expand Down

0 comments on commit bc58154

Please sign in to comment.