Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Chess Move Generator


Revision as of 09:47, 6 December 2006 by Borko (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In search algorithm, a good move ordering enables us to reduce the size of search tree so that search algorithm goes deeper. A good chess move ordering schema can be:

The general idea of MVV/LVA is to first generate capture moves with the most valuable capture pieces and least valuable attacker pieces (e.g. pawn captures queen).

Links