mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Rename hirate to startpos
This commit is contained in:
+1
-2
@@ -768,12 +768,11 @@ namespace Learner
|
|||||||
atomic<int> move_accord_count;
|
atomic<int> move_accord_count;
|
||||||
move_accord_count = 0;
|
move_accord_count = 0;
|
||||||
|
|
||||||
// Display the value of eval() in the initial stage of Hirate and see the shaking.
|
|
||||||
auto th = Threads[thread_id];
|
auto th = Threads[thread_id];
|
||||||
auto& pos = th->rootPos;
|
auto& pos = th->rootPos;
|
||||||
StateInfo si;
|
StateInfo si;
|
||||||
pos.set(StartFEN, false, &si, th);
|
pos.set(StartFEN, false, &si, th);
|
||||||
cout << "hirate eval = " << Eval::evaluate(pos) << endl;
|
cout << "startpos eval = " << Eval::evaluate(pos) << endl;
|
||||||
|
|
||||||
// It's better to parallelize here, but it's a bit
|
// It's better to parallelize here, but it's a bit
|
||||||
// troublesome because the search before slave has not finished.
|
// troublesome because the search before slave has not finished.
|
||||||
|
|||||||
Reference in New Issue
Block a user