mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 11:39:15 +00:00
Update evaluate_nnue.cpp
This commit is contained in:
parent
08d8adbade
commit
86e3fedf7e
1 changed files with 6 additions and 2 deletions
|
@ -250,10 +250,14 @@ void load_eval() {
|
|||
if (!result)
|
||||
{
|
||||
// 読み込みエラーのとき終了してくれないと困る。
|
||||
std::cout << "Error! : failed to read " << NNUE::kFileName << std::endl;
|
||||
my_exit();
|
||||
std::cout << "Error! " << NNUE::kFileName << " not found or wrong format" << std::endl;
|
||||
//my_exit();
|
||||
}
|
||||
else
|
||||
std::cout << "info string NNUE " << NNUE::kFileName << " found & loaded" << std::endl;
|
||||
}
|
||||
else
|
||||
std::cout << "info string NNUE " << NNUE::kFileName << " not loaded" << std::endl;
|
||||
}
|
||||
|
||||
// 初期化
|
||||
|
|
Loading…
Add table
Reference in a new issue