This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

Mantissa

Home * Engines * Mantissa

Mantissa's Logo 1 2Mantissa's Logo 1 2


  1. mantissa/mantissa_logo_minimal.png at master · jtheardw/mantissa · GitHub↩︎
  2. NaN from Wikipedia↩︎

Mantissa,
an UCI compatible open source chess engine by Jeremy Wright, written in Rust, licensed under the GPL v3.0, first released in September 2021 1. Supported by Zahak author Amanj Sherwany, Mantissa v3.0.0, released in December 2021, came with an NNUE implementation of a 769 -> 128 -> 1 net topology. In Mantissa v3.3.0, released in January 2022, the net topology was changed due to an inspiration from reading Koivisto's source code, considering board symmetry. Now instead of a 769th feature for side to move, the new net uses 2 sets of 128 neurons in the hidden layer with mirrored weights to reflect the game from the point of views of both sides.

Contents
  1. Selected Features
    1. Board Representation
    2. Search
    3. Evaluation
  2. Forum Posts
  3. External Links
    1. Chess Engine
    2. Misc
  4. References

Selected Features

2

Board Representation

Evaluation

Forum Posts

Chess Engine

Misc

Watch on YouTube

References

Up one level


  1. New Engine: Mantissa by Jeremy Wright, CCRL Discussion Board, September 19, 2021↩︎

  2. mantissa/README.md at master · jtheardw/mantissa · GitHub↩︎

Categories: Open Source · GPL · Rust · UCI · X64 · PC · Windows · Linux · NNUE · Music

What links here

Contributors: GerdIsenberg.