Skip to content

Commit

Permalink
Fix: policy values disappear when pondering is turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Nov 20, 2020
1 parent 416eaae commit 4914074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/analysis/Leelaz.java
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ private void parseLine(String line) {
}
isLoaded = true;
if (isResponseUpToDate()
|| isLeela0110 && isPondering
|| isLeela0110
|| isThinking
&& (!isPondering && Lizzie.frame.isPlayingAgainstLeelaz || isInputCommand)) {
List<MoveData> bm = isLeela0110 ? leela0110BestMoves : bestMoves;
Expand Down

0 comments on commit 4914074

Please sign in to comment.