Skip to content

Commit

Permalink
Prepare v0.4.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang1024 committed Apr 11, 2021
1 parent d0b77c6 commit 0dfac8c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ UCI chess engine.

Play against Megalodon on [Lichess][lichess]!

[Version 0.4.2][latest] was recently released!
[Version 0.4.3][latest] was recently released!

# Compiling

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ UCI chess engine

Play against Megalodon on [Lichess][lichess]!

[Version 0.4.2][latest] was recently released!
[Version 0.4.3][latest] was recently released!

## Table of Contents

Expand Down
11 changes: 11 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This page contains release info.

## [Megalodon 0.4.3][v0.4.3]

This release contains a transposition table. It has a default size of 256 MB, and stores about 50 million positions.
Consider increasing this size for a deep search.

It plays almost 300 ELO stronger than the previous release.
This is due to a much deeper search in most positions.

Bench: 765969

## [Megalodon 0.4.2][v0.4.2]

This release features improved evaluation functions.
Expand Down Expand Up @@ -194,6 +204,7 @@ Megalodon uses a minimax search with material and piece maps as evaluation.
[Back to documentation home][home]

[home]: https://megalodon-chess.github.io/megalodon/
[v0.4.3]: https://github.com/megalodon-chess/megalodon/releases/tag/v0.4.3
[v0.4.2]: https://github.com/megalodon-chess/megalodon/releases/tag/v0.4.2
[v0.4.1]: https://github.com/megalodon-chess/megalodon/releases/tag/v0.4.1
[v0.4.0]: https://github.com/megalodon-chess/megalodon/releases/tag/v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "search.hpp"
#include "utils.hpp"

#define VERSION "0.4.2"
#define VERSION "0.4.3"

using std::cin;
using std::cout;
Expand Down

0 comments on commit 0dfac8c

Please sign in to comment.