#include "osl/search/searchRecorder.h"
#include "osl/search/realizationProbability.h"
#include "osl/eval/evalTraits.h"
#include "osl/state/simpleState.h"
#include "osl/moveLogProb.h"
#include "osl/record/csa.h"
#include <fstream>
#include <iostream>
#include <cassert>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | osl::search::SearchRecorder::Recorder |
Macros | |
#define | SELECT_CHECKMATE_LOG |
以下を define しないと 詰将棋の結果を全て記録する More... | |
Functions | |
static const char * | lowerChar (osl::Player p) |
static const char * | higherChar (osl::Player p) |
Variables | |
const char * | checkmateFileName = "currentCheck.csa" |
static bool | showAllValues = false |
#define SELECT_CHECKMATE_LOG |
以下を define しないと 詰将棋の結果を全て記録する
Definition at line 21 of file searchRecorder.cc.
|
static |
Definition at line 195 of file searchRecorder.cc.
References osl::BLACK.
Referenced by osl::search::SearchRecorder::tableHitUpperBound(), and osl::search::SearchRecorder::tableStoreUpperBound().
|
static |
Definition at line 191 of file searchRecorder.cc.
References osl::BLACK.
Referenced by osl::search::SearchRecorder::tableHitLowerBound(), and osl::search::SearchRecorder::tableStoreLowerBound().
const char* checkmateFileName = "currentCheck.csa" |
Definition at line 17 of file searchRecorder.cc.
Referenced by osl::search::SearchRecorder::backFromCheckmateSearch(), and osl::search::SearchRecorder::gotoCheckmateSearch().
|
static |
Definition at line 82 of file searchRecorder.cc.
Referenced by osl::search::SearchRecorder::recordValue().