projects
/
crazywa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
63155fb
)
Increase mate score
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Mon, 6 Feb 2017 16:50:51 +0000 (17:50 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Mon, 6 Feb 2017 16:50:51 +0000 (17:50 +0100)
Scores can now run to +/- 15000 centi-Pawn; 8000 was dangerously close
to what eval scores could be.
dropper.c
patch
|
blob
|
history
diff --git
a/dropper.c
b/dropper.c
index
5f5e3ea
..
eb395b9
100644
(file)
--- a/
dropper.c
+++ b/
dropper.c
@@
-15,7
+15,7
@@
#define OFF 0
#define INVALID 0
-#define INF 8000
+#define INF 15000
#define MAXPLY 100
#define MAXMOVES 500