Difference between revisions of "Maxima2"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Maxima2''' '''Maxima2''',<br/> an UCI compliant open source chess engine by Erik van het Hof and Her...")
 
Line 6: Line 6:
  
 
=Maxima Changes=
 
=Maxima Changes=
The most notable changes are
+
The most notable changes are <ref>[https://github.com/hof/qm2/blob/master/README.md qm2/README.md at master · hof/qm2 · GitHub]</ref>
 
* 64 bits architecture with [[Bitboards|bitboards]] and [[Move Generation|move generation]] with [[Magic Bitboards|magic bitboards]]
 
* 64 bits architecture with [[Bitboards|bitboards]] and [[Move Generation|move generation]] with [[Magic Bitboards|magic bitboards]]
 
* Using [[Late Move Reductions]] (LMR) in the [[Search|search]]
 
* Using [[Late Move Reductions]] (LMR) in the [[Search|search]]

Revision as of 15:30, 25 December 2019

Home * Engines * Maxima2

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.

Maxima Changes

The most notable changes are [1]

See also

Forum Posts

External Links

Chess Engine

Misc

References

Up one Level