Skip to content

Releases: sscg13/Frolic

v2.5

v2.5 Pre-release
Pre-release

Choose a tag to compare

@sscg13 sscg13 released this 03 Dec 16:05
3b8e5c3

The gain is from squeezing out more in selfgen, but now I've exhausted all easy improvements.
Expect a proper release on v3.0. (The binary below still requires AVX512)

v2.2

v2.2 Pre-release
Pre-release

Choose a tag to compare

@sscg13 sscg13 released this 08 Nov 22:49
1fa5c70

With an embedded NNUE trained using original data from multiple iterations of selfplay, starting from zero. Around 300-400 elo stronger than v1.8.
(binary below requires AVX512)

v1.8

v1.8 Pre-release
Pre-release

Choose a tag to compare

@sscg13 sscg13 released this 27 Mar 04:06
3c3f114

Switches from gcc to clang (which better optimizes movegen).
Also contains various search tweaks.
Will add nnue soon probably

v1.6

v1.6 Pre-release
Pre-release

Choose a tag to compare

@sscg13 sscg13 released this 03 Jan 23:34
c7be400

Changes the late move reductions implementation to a much more effective version. Makes tweaks to reverse futility pruning and qsearch. Adds dynamic time management (soft and hard time limits).

v1.4

v1.4 Pre-release
Pre-release

Choose a tag to compare

@sscg13 sscg13 released this 12 Oct 05:43
0f4e862

Adds late move reductions and reverse futility pruning. Also tweaks the null move pruning formula.

v1.2

v1.2 Pre-release
Pre-release

Choose a tag to compare

@sscg13 sscg13 released this 25 Aug 06:45
48718d7

Adds history heuristic and null move pruning. This intermediate release is offered while I wait for conclusive testing on newer versions.
(Note: Releases probably only work for windows, to compile the equivalent source code should be 264613d)

v1.0

v1.0 Pre-release
Pre-release

Choose a tag to compare

@sscg13 sscg13 released this 20 Jul 23:42
6d148a1

Adds TT to engine, ~150 elo gain against v0.9, includes UCI wtime btime support (so now should work with most time controls)
May possibly crash on last move of 50-move rule

v0.9

v0.9 Pre-release
Pre-release

Choose a tag to compare

@sscg13 sscg13 released this 17 Jun 19:03
68b89cc

Includes semi-functional UCI (enough to possibly use with a GUI), iterative deepening with alpha-beta and quiescence search. Uses Pesto Evaluation Function with slight changes.
To do:
Add TT
Add other search enhancements
Tune eval function