#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"
Go to the source code of this file.
Classes | |
struct | MoveData |
Functions | |
void | find_bad_moves (bool sente, const std::string &filename) |
int | main (int argc, char **argv) |
Variables | |
static int | eval_threshold = 128 |
static int | critical_drop = 64 |
void find_bad_moves | ( | bool | sente, |
const std::string & | filename | ||
) |
Definition at line 22 of file bad-moves.cc.
References critical_drop, eval_threshold, osl::record::csa::CsaFile::getInitialState(), osl::record::Record::getMoves(), osl::record::csa::CsaFile::getRecord(), moves, and osl::record::csa::show().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 88 of file bad-moves.cc.
References files, find_bad_moves(), run(), store(), and vm.
|
static |
Definition at line 10 of file bad-moves.cc.
Referenced by find_bad_moves().
|
static |
Definition at line 9 of file bad-moves.cc.
Referenced by find_bad_moves().