Skip to content

Commit

Permalink
Update to version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abulmo committed Dec 18, 2019
1 parent 22e3af0 commit b4fd14d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Dumb is based on the following algorithms:
- simple quiescence search (no see pruning)
- simple 4-bucket hash table (no ageing)
- simple evaluation function with knowledge limited to material, positional and tempo (no pawn structure, mobility, king safety, imbalance, trapped pieces, ...) tuned to probably suboptimal coefficients.
- simple (insertion) move sorting: hash move + mvvlva ordered capture/promotions + quiet moves (no killermove, no history)
- null move pruning (no lmr, lmp, razoring, frontier node pruning, ...)
- checking move extension
- simple (insertion) move sorting: hash move + mvvlva ordered capture/promotions + killer moves + quiet moves (no history)
- null move pruning, razoring and eval pruning (no lmr, lmp, probcut, ...)
- checking move extension (no singular move extension)

Strength:

version 1.3:
- CCRL rating 40/4: 2241
- CGET rating 40/4: 2053

0 comments on commit b4fd14d

Please sign in to comment.