DeepBrutePos

Home * Engines * DeepBrutePos

DeepBrutePOS Logo [1] DeepBrutePos,

an experimental 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 alpha-beta program, using iterative deepening with transposition table and quiescence search within a multithreaded implementation. It “talks” both the XBoard and UCI protocols.

Puppet Master

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 [2].

See also

Forum Posts

Chess Engine

Misc

References

  1. DeepBrutePOS - An experimental chess program
  2. Re: CSVN Programmers’ Tournaments May 2014 by Folkert van Heusden, CCC, May 20, 2014

Up one Level