Computer Chess Club Archives


Search

Terms

Messages

Subject: Improved library for dumping game trees

Author: Andrei Fortuna

Date: 23:25:59 06/16/03


Hi,

I have written, tested and released CHANT_lib2 which is should provide the
easiest way to modify your chess program to dump game trees.

You just need to call CHANT_MakeMove(move) when you enter a node then
CHANT_UnmakeMove() when you exit the node and optionally call extra functions to
set alpha, beta, score, user data, node type for current node. That's all!

Includes functions to disable temporarily node writing (if it's necessary).

And the library can be activated/deactivated completly using just one #define !

More details and the library to download : on the CHANT homepage :
        http://fortuna.iasi.rdsnet.ro/chant/

Cheers especially to Heiner and Uri !

Andrei



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.