Difference between revisions of "Seer"

From Chessprogramming wiki
Jump to: navigation, search
Line 55: Line 55:
 
==2021==
 
==2021==
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77187 Seer 2.0.0] by [[Connor McMonigle]], [[CCC]], April 27, 2021
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77187 Seer 2.0.0] by [[Connor McMonigle]], [[CCC]], April 27, 2021
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77503&start=55 Re: will Tcec allow Stockfish with a Leela net to play?] by [[Connor McMonigle]], [[CCC]], June 17, 2021 » [[NNUE]]
  
 
=External Links=
 
=External Links=

Revision as of 08:13, 18 June 2021

Home * Engines * Seer

Greek Seer [1]

Seer,
an UCI compliant open source chess engine by Connor McMonigle, written in C++, licensed under the GNU GPL and first released in October 2020. Seer uses a custom NNUE implementation based on 32-bit float weights with training code written in PyTorch and inference code relying on OpenMP SIMD for auto vectorization [2]. Due to PEXT Bitboards, Seer requires BMI2 for a reasonable performance, as well as either SSE, AVX, AVX2 or AVX-512 to calculate the NNUE.

Features

[3]

Board Representation

Search

Evaluation

See also

Forum Posts

2020

Re: Seer by Connor McMonigle, CCC, November 02, 2020 » Seer 1.1
Re: Seer by Connor McMonigle, CCC, November 18, 2020 » Seer 1.2
Re: Speculations about NNUE development (was New engine releases 2020) by Connor McMonigle, CCC, November 12, 2020

2021

External Links

Chess Engine

Misc

References

Up one level