Rafs-an09002 commited on
Commit
6c2d455
·
verified ·
1 Parent(s): be9e74f

Update engine.py

Browse files
Files changed (1) hide show
  1. engine.py +1 -1
engine.py CHANGED
@@ -166,7 +166,7 @@ class SynapseEngine:
166
  board: chess.Board,
167
  alpha: float,
168
  beta: float,
169
- depth: int = 2
170
  ) -> float:
171
  """
172
  Quiescence search to avoid horizon effect
 
166
  board: chess.Board,
167
  alpha: float,
168
  beta: float,
169
+ depth: int = 4
170
  ) -> float:
171
  """
172
  Quiescence search to avoid horizon effect