Skip to content

Commit

Permalink
Improve hint engine
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzuber committed Jul 1, 2019
1 parent 083092f commit f4b1eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chs/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.3
2 changes: 1 addition & 1 deletion chs/client/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def make_turn(self, meta=(False, None)):
self.board.pop()
self.board.pop()
elif move == self.HINT:
hint = self.hint_engine.play(self.board, 0.500)
hint = self.hint_engine.play(self.board, 1.000)
self.board.help_engine_hint = self.board.uci(hint.move)
else:
s = self.board.parse_san(move)
Expand Down

0 comments on commit f4b1eb0

Please sign in to comment.