Skip to content

Commit

Permalink
WCSC25 version
Browse files Browse the repository at this point in the history
  • Loading branch information
HiraokaTakuya committed May 6, 2015
1 parent 01d5147 commit 7f61c15
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
Expand Up @@ -909,8 +909,8 @@ extern const int kppHandArray[ColorNum][HandPieceNum];
class Position;
struct SearchStack;

const size_t EvaluateTableSize = 0x1000000; // 134MB
//const size_t EvaluateTableSize = 0x80000000; // 17GB
//const size_t EvaluateTableSize = 0x1000000; // 134MB
const size_t EvaluateTableSize = 0x80000000; // 17GB

// 64bit 変数1つなのは理由があって、
// データを取得している最中に他のスレッドから書き換えられることが無くなるから。
Expand Down
2 changes: 1 addition & 1 deletion src/usi.cpp
Expand Up @@ -405,7 +405,7 @@ void measureGenerateMoves(const Position& pos) {
#endif

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

0 comments on commit 7f61c15

Please sign in to comment.