Nalwald

From Chessprogramming wiki
Revision as of 02:25, 7 September 2024 by ShawnXu (talk | contribs)
Jump to: navigation, search

Home * Engines * Nalwald

Nalwald logo [1]

Nalwald,
an UCI compatible open source chess engine by Jost Triller, written in the Nim programming language [2], first released in April 2021 [3]. Nalwald is a bitboard engine and generates sliding piece attacks Kindergarten like, by looking up four pre-calculated line attack arrays, 32-Kbyte each, indexed by square and inner six bit line occupancy [4]. Nalwald uses alpha-beta for search and a BAE (big array evaluation) for evaluating leaf nodes.

Features

[5]

Board Representation

Search

Evaluation

See also

Forum Posts

External Links

Chess Engine

Misc

References

Up one Level