This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

DeepBrutePos

Home * Engines * DeepBrutePos

DeepBrutePOS Logo 1DeepBrutePOS Logo 1


  1. DeepBrutePOS - An experimental chess program↩︎

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.

Contents
  1. Puppet Master
  2. See also
  3. Forum Posts
  4. External Links
    1. Chess Engine
    2. Misc
  5. References

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 1.

See also

Forum Posts

Chess Engine

Misc

References

Up one Level


  1. Re: CSVN Programmers' Tournaments May 2014 by Folkert van Heusden, CCC, May 20, 2014↩︎

Categories: UCI · XBoard · Experimental · Java · Mythology

What links here

Contributors: GerdIsenberg.