ICGA トーナメント

コンピュータプログラム同士の大会: チェス、チェッカー、囲碁、将棋、バックギャモン、など。
enfrjazhesdept

OracleX

チームメンバー

役割
Zhifu Zhangengine programmer

参加回数

トーナメント参加者得点試合数
象棋, 2008, 北京187.511

Description

Description given in 2008:

This program is a negascout searcher and uses conventional techniques seen in chess programs such as transposition table, iterative deepening, null move pruning, selective extensions, late move reduction, futility pruning, and bitFile and bitRank that are seen in Chinese chess programs. The program uses a 13x14 board mapped into a 1D array, and will equip with an opening book built by the program. This program is original work done by the author.