-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- refactoring - 以下の条件、削除 ``` WinType second_eval_optimum_upperbound = (wc + rest_optimum_po) /(mc + rest_optimum_po + delta); // 経過時間がoptimum/5を超えてるのに残りoptimum時間を用いてもevalが逆転しない。 if ( elapsed_from_ponderhit >= optimum/5 && best_eval > second_eval_optimum_upperbound ) { if (o.debug_message) sync_cout << "info string interrupted by early exit , best_eval > second_eval_optimum_upperbound" << " , best_eval = " << best_eval << " , second_eval = " << second_eval << " , second_eval_optimum_upperbound = " << second_eval_optimum_upperbound << " , rest_optimum_po = " << rest_optimum_po << sync_endl; break; } ```
- Loading branch information
Showing
1 changed file
with
75 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters