Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyan11 committed Sep 17, 2016
1 parent 66a8f5f commit 93012d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Laser 1.1: 70th, 2596 elo as of May 24, 2016


### Implementation Details
- Lazy SMP up to 32 threads
- Lazy SMP up to 128 threads
- Fancy magic bitboards for a 4.5 sec PERFT 6.
- Evaluation with piece square tables, basic king safety, isolated/doubled/passed/backwards pawns, and mobility
- A transposition table with Zobrist hashing, a two bucket system, and 16 MB default size
Expand Down
2 changes: 1 addition & 1 deletion uci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int main() {
string input;
std::vector<string> inputVector;
string name = "Laser";
string version = "1.2 beta";
string version = "1.2";
string author = "Jeffrey An and Michael An";
std::thread searchThread;
Move bestMove = NULL_MOVE;
Expand Down

0 comments on commit 93012d7

Please sign in to comment.