CombiChess by Tom Friederich

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

CombiChess by Tom Friederich

Post by Norbert Raimund Leisner »

Hello,
can CombiChess https://github.com/tom0334/CombiChess be used as an ordinary frontend like Arena , ChessGUI, Scid vsPC or WinBoard Interface http://computer-chess.org/doku.php?id=c ... pport_list for matches engine x vs. engine y? It is possible to embed other UCI compatible engines - despite of Andscacs, Komodo and Stockfish into Tom´s application?

http://computer-chess.org/doku.php?id=c ... ngine_list

What´s about chess engines that are using CECP a.k.a. WinBoard-protocol?

http://home.hccnet.nl/h.g.muller/engine-intf.html - http://hgm.nubati.net/CECP.html

Best wishes,
Norbert
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: CombiChess by Tom Friederich

Post by Guenther »

Norbert Raimund Leisner wrote: Sun Jun 17, 2018 7:39 am Hello,
can CombiChess https://github.com/tom0334/CombiChess be used as an ordinary frontend like Arena , ChessGUI, Scid vsPC or WinBoard Interface...
What don't you understand from the readme?
CombiChess a "chess engine" that combines 3 engines into one. It works by essentially asking 3 different engines what the they think is the best move for a given position, and then applying some logic to determine what move to actually do. After initial testing, it seems like it can easily beat the strongest of the 3 engines on its own.
It's very similar to Ferdinands Aiquiri.
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
F. Bluemers
Posts: 868
Joined: Thu Mar 09, 2006 11:21 pm
Location: Nederland

Re: CombiChess by Tom Friederich

Post by F. Bluemers »

It uses the python chess.uci.
A glance in combichess.py is enough to see there is no provision for cecp.

For other engines you have to adapt the script

Code: Select all

engineFileNames = ["stockfish5", "komodo8" , "andscacs"]