Skip to content

Commit

Permalink
第3回将棋電王トーナメントバージョン
Browse files Browse the repository at this point in the history
  • Loading branch information
HiraokaTakuya committed Nov 24, 2015
1 parent 66af4ca commit 51d721e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/evaluate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1143,8 +1143,8 @@ class Position;
struct SearchStack;

#if defined USE_EHASH
const size_t EvaluateTableSize = 0x400000; // 134MB
//const size_t EvaluateTableSize = 0x10000000; // 8GB
//const size_t EvaluateTableSize = 0x400000; // 134MB
const size_t EvaluateTableSize = 0x10000000; // 8GB
//const size_t EvaluateTableSize = 0x20000000; // 17GB

using EvaluateHashEntry = EvalSum;
Expand Down
2 changes: 1 addition & 1 deletion src/usi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ void measureGenerateMoves(const Position& pos) {
#endif

#ifdef NDEBUG
const std::string MyName = "Apery";
const std::string MyName = "Apery_Twig_SDT3";
#else
const std::string MyName = "Apery Debug Build";
#endif
Expand Down

0 comments on commit 51d721e

Please sign in to comment.