My Project
Functions | Variables
edax.c File Reference

Edax protocol. More...

#include "cassio.h"
#include "event.h"
#include "histogram.h"
#include "options.h"
#include "opening.h"
#include "obftest.h"
#include "perft.h"
#include "play.h"
#include "search.h"
#include "util.h"
#include "ui.h"

Functions

void version (void)
 Print version & copyright. More...
 
void bench (void)
 perform various performance tests. More...
 
static void edax_observer (Result *result)
 default search oberver. More...
 
void ui_init_edax (UI *ui)
 initialize edax protocol. More...
 
void ui_free_edax (UI *ui)
 free resources used by edax protocol. More...
 
void help_options (void)
 print help about options. More...
 
void help_commands (void)
 print help commands. More...
 
void help_book (void)
 print book's help. More...
 
void help_base (void)
 print base's help. More...
 
void help_test (void)
 print base's help. More...
 
void ui_loop_edax (UI *ui)
 Loop event. More...
 

Variables

static Log edax_log [1]
 
bool book_verbose
 

Detailed Description

Edax protocol.

This is version 4.4 of Edax User Interface. Several changes occurred between this version and 3.x previous versions because of the evolution of the search engine. Here is a summary of the commands:

Options: Options must be entered in the form '[set] <option> [=]

', with [set] and
[=] being optional. -verbose [n] set Edax verbosity (default 1). -noise [n] start displaying Edax search result from this depth
(default 5). -witdh [n] display edax search results using <width> characters
(default 80). -hash-table-size [n] set hashtable size (default 18 bits). -n-tasks [n] control the number of parallel threads used in searching
(default 1). -l|level [n] search using limited depth (default 21). -t|game-time <time> search using limited time per game. -move-time <time> search using limited time per move. -ponder [on/off] set pondering on/off. -book-file [file] use [file] as default book file (default data/book.dat). -book-usage [on/off] use or do not use the opening book. -book-randomness [n] play various but worse moves from the opening book. -auto-start [on/off] automatically start a new game. -auto-swap [on/off] automatically swap players between each game. -auto-store [on/off] automatically store each game into the opening book.

Commands: Commands must be entered in the form '<command> <parameters>'. -i|nit start a new game from standard initial position. -n|ew start a new game from a personalized position. -setboard <board> set a personalized position to start from. -o|open|load [file] load a played game. -s|save [file] save a played game. -q|quit|exit quit from edax. -u|undo undo the last played move. -r|redo redo the last played move. -play <moves> play a sequence of moves. -force <moves> force to play an opening. -go ask edax to play. -stop stop edax search. -hint [n] ask edax to search the first bestmoves. -m|mode [n] ask edax to automatically play (default = 3). -a|analyze [n] retro-analyze the game. -?|help show this message. -v|version display the version number.

Book Commands: Book Commands must be entered in the form 'b|book <command> <parameters>'. -new <n1> <n2> create a new empty book with level <n1> and depth <n2>. -load [file] load an opening book from a binary opening file. -merge [file] merge an opening book with the current opening book. -save [file] save an opening book to a binary opening file. -import [file] load an opening book from a portable text file. -export [file] save an opening book to a portable text file. -on use the opening book. -off do not use the opening book. -show display details about the current position. -info display book general information. -a|analyze [n] retro-analyze the game using the opening book. -randomness [n] play more various but worse move from the opening book. -depth [n] change book depth (up to which to add positions). -deepen [n] change book level & reevalute the whole book (very slow!). -fix fix the opening book: add missing links and negamax the
whole book tree. -store add the last played game to the opening book. -deviate <n1> <n2> add positions by deviating with a relative error <n1> and
an absolute error <n2>. -enhance <n1> <n2> add positions by improving score accuracy with a midgame
error <n1> and an endcut error <n2>. -fill [n] add positions between existing positions. -prune remove unreachable positions. -add [file] add positions from a game base file (txt, ggf, sgf or
wthor format).

Game DataBase Commands: -convert [file_in] [file_out] convert between different format. -unique [file_in] [file_out] remove doublons in the base. -check [file_in] [n] check error in the last <n> moves. -correct [file_in] [n] correct error in the last <n> moves. -complete [file_in] complete a database by playing the last
missing moves. -problem [file_in] [n] [file_out] build a set of <n> problems from a game
database.

Tests commands: -solve [file] solve a set of positions. -obftest [file] Test from an obf file. -script-to-obf [file]Convert a script to an obf file. -wtest [file] check the theoric scores of a wthor base file. -count games [d] compute the number of moves from the current position up
to depth [d]. -perft [d] same as above, but without hash table. -estimate [d] [n] estimate the number of moves from the current position up
to depth [d]. -count positions [d] compute the number of positions from the current position
up to depth [d]. -count shapes [d] compute the number of shapes from the current position up
to depth [d].

Date
1998 - 2017
Author
Richard Delorme
Version
4.4

Function Documentation

◆ bench()

void bench ( void  )

perform various performance tests.

◆ edax_observer()

static void edax_observer ( Result result)
static

default search oberver.

Parameters
resultSearch Result.

◆ help_base()

void help_base ( void  )

print base's help.

◆ help_book()

void help_book ( void  )

print book's help.

◆ help_commands()

void help_commands ( void  )

print help commands.

◆ help_options()

void help_options ( void  )

print help about options.

◆ help_test()

void help_test ( void  )

print base's help.

◆ ui_free_edax()

void ui_free_edax ( UI ui)

free resources used by edax protocol.

Parameters
uiuser interface.

◆ ui_init_edax()

void ui_init_edax ( UI ui)

initialize edax protocol.

Parameters
uiuser interface.

◆ ui_loop_edax()

void ui_loop_edax ( UI ui)

Loop event.

Parameters
uiuser interface.

◆ version()

void version ( void  )

Print version & copyright.

Variable Documentation

◆ book_verbose

bool book_verbose
extern

◆ edax_log

Log edax_log[1]
static