DeepBrutePos,
a chess engine by Folkert van Heusden written in Java. It is a partial rewrite of Pos. Pos was a wild experiment while DeepBrutePos is a more conventional brute forcenegamax with ab pruning program. It "talks" both the XBoard and UCI protocols.
Apart from being a regular chess engine, it also includes a "puppet master" mode with which it presents itself as an UCI- or XBoard engine and underneath talks to UCI or XBoard engines running on other systems. For each move it asks them what move to do and then selects the most common suggested one [1].
a chess engine by Folkert van Heusden written in Java. It is a partial rewrite of Pos. Pos was a wild experiment while DeepBrutePos is a more conventional brute force negamax with ab pruning program. It "talks" both the XBoard and UCI protocols.
Apart from being a regular chess engine, it also includes a "puppet master" mode with which it presents itself as an UCI- or XBoard engine and underneath talks to UCI or XBoard engines running on other systems. For each move it asks them what move to do and then selects the most common suggested one [1].
Table of Contents
See also
Forum Posts
External Links
References
What links here?
Up one Level