Maxima2

From Chessprogramming wiki
Jump to: navigation, search

Home * Engines * Maxima2

Maxima [1]

Maxima2,
an UCI compliant open source chess engine by Erik van het Hof and Hermen Reitsma, released under the GPL license. Maxima2 is written in C++ as successor of BugChess aka QueenMaxima. The code has been completely rewritten and modernized using new developments in computer chess from the last decade, with bitboards, LMR, less extensions, more pruning, tapered evaluation, and integrated self-matching test for testing and tuning evaluation values as most notable changes [2].

Features

Board Representation

Search

Evaluation

See also

Forum Posts

External Links

Chess Engine

Misc

References

  1. The graph of a 3D paraboloid given by f(x,y) = -(x²+y²)+4, Shown is the global maximum of the surface, at (0,0,4), Selfmade with MuPad, Sam Derbyshire, February 21, 2008, Wikimedia Commons
  2. qm2/README.md at master · hof/qm2 · GitHub

Up one Level