All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions | Static Public Attributes
osl::game_playing::HistoryToTable Struct Reference

#include <historyToTable.h>

List of all members.

Static Public Member Functions

static void adjustDominance (const hash::HashKey &key, search::SimpleHashTable &table, int black_win, int white_win, const Move &good_move)
 key の局面の持駒の増減させた局面を記録
static void adjustTable (const GameState &, search::SimpleHashTable &table, int black_win, int draw, int white_win)
 table に千日手情報,水平線対策情報を記録
static void setPV (const PVHistory &, const GameState &, search::SimpleHashTable &table)

Static Public Attributes

static const int LIMIT = osl::search::SearchTable::HistorySpecialDepth
 table に書き込む深さ

Detailed Description

Definition at line 21 of file historyToTable.h.


Member Function Documentation

void osl::game_playing::HistoryToTable::adjustDominance ( const hash::HashKey key,
search::SimpleHashTable table,
int  black_win,
int  white_win,
const Move good_move 
) [static]

key の局面の持駒の増減させた局面を記録

Definition at line 20 of file historyToTable.cc.

References osl::PieceStand::add(), osl::search::SimpleHashTable::allocate(), osl::BLACK, osl::PieceStand::canAdd(), osl::PieceStand::get(), order, osl::PieceStand::sub(), and osl::WHITE.

void osl::game_playing::HistoryToTable::adjustTable ( const GameState ,
search::SimpleHashTable table,
int  black_win,
int  draw,
int  white_win 
) [static]
void osl::game_playing::HistoryToTable::setPV ( const PVHistory pv_history,
const GameState gstate,
search::SimpleHashTable table 
) [static]

Member Data Documentation

table に書き込む深さ

Definition at line 24 of file historyToTable.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines