Skip to content

Commit

Permalink
v0.1.0 release description.
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang1024 committed Mar 13, 2021
1 parent 224c566 commit f11010e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This page contains release info.

## [Megalodon 0.1.0][v0.1.0]

A few hours of working after v0.1.0-alpha, v0.1.0 is out!

The move generation algorithm is almost fully working, and sometimes misses en passant moves.

It can generate moves at 550,000 NPS (without minimax or evaluation),
and the final playing NPS is about 35,000.

The engine is set to run DFS search at depth 4 each move. It thinks for 5-15 seconds.

The next releases (v0.1.x) will be focused on developing the search algorithm.

## [Megalodon 0.1.0 Alpha][v0.1.0-alpha]

This is a pre-release to Megalodon 0.1.0, which will feature fully working bitboards!
Expand Down Expand Up @@ -29,6 +42,7 @@ Megalodon uses a minimax search with material and piece maps as evaluation.
[Back to documentation home][home]

[home]: https://huangpatrick16777216.github.io/megalodon/
[v0.1.0]: https://github.com/HuangPatrick16777216/megalodon/releases/tag/v0.1.0
[v0.1.0-alpha]: https://github.com/HuangPatrick16777216/megalodon/releases/tag/v0.1.0-alpha
[v0.0.3]: https://github.com/HuangPatrick16777216/megalodon/releases/tag/v0.0.3
[v0.0.2]: https://github.com/HuangPatrick16777216/megalodon/releases/tag/v0.0.2
Expand Down

0 comments on commit f11010e

Please sign in to comment.