Skip to content

Commit

Permalink
- Learner::searchのaspiration searchまわり、現在の探索部のaspiration searchのコードの…
Browse files Browse the repository at this point in the history
…内容を反映させた。
  • Loading branch information
yaneurao committed Nov 30, 2023
1 parent 39a1026 commit 7202b17
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 162 deletions.
3 changes: 3 additions & 0 deletions source/book/makebook2023.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@ namespace MakeBook2023
{
hashbit_check();

// 千日手の遡り手数を初手まで遡ることにする。
pos.set_max_repetition_ply(MAX_PLY);

string readbook_path;
string writebook_path;
string root_sfens_path ;
Expand Down
12 changes: 0 additions & 12 deletions source/engine/yaneuraou-engine/yaneuraou-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,18 +316,6 @@ PARAM_DEFINE PARAM_SEARCH_MATE1 = 1;
PARAM_DEFINE PARAM_WEAK_MATE_PLY = 1;


//
// move picker
//

// MovePickerの quietのvalue計算用の係数
// 注意 : この調整をONにするためには movepick.cpp の
//  以下の変数を使ってあるところの #if を有効化("#if 1"を"#if 0"に変更)
//  する必要がある。

// → すべて掃除されてなくなった


// ABテスト用
// 重要度 ★☆☆☆☆
// [PARAM] min:0,max:1,step:1,interval:1,time_rate:1,fixed
Expand Down
Loading

0 comments on commit 7202b17

Please sign in to comment.