Spaces:
Sleeping
Sleeping
Update engine/search.py
Browse files- engine/search.py +1 -1
engine/search.py
CHANGED
|
@@ -46,7 +46,7 @@ class NexusNanoEngine:
|
|
| 46 |
def get_best_move(
|
| 47 |
self,
|
| 48 |
fen: str,
|
| 49 |
-
depth: int =
|
| 50 |
time_limit: int = 2000
|
| 51 |
) -> Dict:
|
| 52 |
"""
|
|
|
|
| 46 |
def get_best_move(
|
| 47 |
self,
|
| 48 |
fen: str,
|
| 49 |
+
depth: int = 4,
|
| 50 |
time_limit: int = 2000
|
| 51 |
) -> Dict:
|
| 52 |
"""
|