Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Releases: mhib/combusken

2.0.0

15 Jan 21:12
Compare
Choose a tag to compare

Biggest changes:

  • Support for pondering
  • Support for MultiPV
  • Implement complexity in hand written evaluation
  • Evaluation augmenting neural network

Around 160 ELO stronger than 1.4.0 in self-play

1.4.0

31 Oct 16:20
Compare
Choose a tag to compare
  • Tuned evaluation
  • Tuned search constants
  • Use reduced depth for SEE pruning
  • Add king on pawnless flank heuristic
  • Do not xor color hash in pawn zobrist key

1.3.1

14 Aug 16:12
Compare
Choose a tag to compare

UCI isready compatible with cutechess-cli

TCEC 19 release

03 Aug 18:08
Compare
Choose a tag to compare
v1.3.0-TCEC19

TCEC release

1.3.0

30 Jun 20:23
Compare
Choose a tag to compare
  • Save evaluation to Transposition Table
  • Remove chopper move
  • Scale OCB endgames
  • Bishop on long diagonal bonus
  • Counter move pruning

1.2.0

19 May 18:25
Compare
Choose a tag to compare
  • Send Time and NPS to UI
  • ProbCut pruning
  • Staged move generation
  • Save best move in TT, even if it did not exceed alpha

Bugfix release

29 Apr 19:42
Compare
Choose a tag to compare

Fixed Position.IsMovePseudolegal

v1.1.0

06 Apr 16:36
Compare
Choose a tag to compare
  • Add new threats
  • Tuning
  • Hanging
  • Distant knights penalty
  • Add stacked passed pawn penalty
  • Only update history after fail high
  • Add CounterMoveHistory and FollowUpHistory
  • Various king safety related fixes
  • Add casting extension
  • Increase Hash maximum size
  • Add support for syzygy tablebases
  • Create go.mod
  • Search with shallower depth after fail-high

First public release

23 Feb 19:19
Compare
Choose a tag to compare
v1.0.0

First public release