#include "osl/category/standardMoveGenerator.h"#include "osl/category/categoryListUtil.h"#include "osl/container/moveLogProbSet.h"#include "osl/record/csaRecord.h"#include "osl/apply_move/applyMove.h"#include <iostream>#include <cmath>

関数 | |
| void | usage (const char *prog) |
| void | testFile (const char *file_name) |
| int | main (int argc, char **argv) |
| void | testState (const CategoryEnv &env) |
変数 | |
| int | limit = 800 |
| move generation limit | |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void testFile | ( | const char * | file_name | ) |
פäƤ
generate.cc の 69 行で定義されています。
参照先 history, limit, moves, osl::container::MoveStack::push(), state, と testState().
参照元 main().
| void testState | ( | const CategoryEnv & | env | ) |
| void usage | ( | const char * | prog | ) |
| int limit = 800 |
move generation limit
generate.cc の 22 行で定義されています。
参照元 osl::search::AlphaBeta2Tree::alphaBetaSearchAfterMove(), osl::category::CategoryUtil< Category >::generate(), main(), nextMoves(), osl::game_playing::SearchPlayer::pickUpBestMoves(), TCMalloc_Central_FreeList::Populate(), osl::search::SearchBase< osl::eval::ProgressEval, osl::search::SimpleHashTable, osl::search::CountRecorder, osl::search::RealizationProbability >::recordCheckmateResult(), search(), test_position(), と testFile().
1.5.6