#include <boost/program_options.hpp>#include <iostream>#include "osl/state/simpleState.h"#include "osl/record/csaRecord.h"#include "osl/record/csa.h"#include "osl/record/record.h"#include "osl/record/searchInfo.h"#include "osl/apply_move/applyMove.h"
構成 | |
| struct | MoveData |
関数 | |
| void | find_bad_moves (bool sente, const std::string &filename) |
| int | main (int argc, char **argv) |
変数 | |
| static int | eval_threshold = 128 |
| static int | critical_drop = 64 |
| void find_bad_moves | ( | bool | sente, | |
| const std::string & | filename | |||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
bad-moves.cc の 89 行で定義されています。
参照先 files, find_bad_moves(), run(), store(), と vm.
int critical_drop = 64 [static] |
bad-moves.cc の 11 行で定義されています。
参照元 find_bad_moves().
int eval_threshold = 128 [static] |
bad-moves.cc の 10 行で定義されています。
参照元 find_bad_moves().
1.6.3