#include "osl/eval/ml/openMidEndingEval.h"#include "osl/progress/ml/newProgress.h"#include "osl/record/csaRecord.h"#include "osl/container/pieceValues.h"#include "osl/state/numEffectState.h"#include "osl/apply_move/applyMove.h"#include "osl/oslConfig.h"#include "osl/pieceStand.h"#include "osl/record/kanjiPrint.h"#include <iostream>#include <iomanip>#include <cstdlib>#include <cstdio>#include <unistd.h>
関数 | |
| void | usage (const char *prog) |
| void | show (const char *filename) |
| int | main (int argc, char **argv) |
| void | make1 (const NumEffectState &state, const eval::ml::OpenMidEndingEval &eval, PieceValues &values) |
| void | make2 (const NumEffectState &state, const eval::ml::OpenMidEndingEval &eval, PieceValues &values) |
| void | show (const NumEffectState &state) |
変数 | |
| int | verbose = 0 |
| int | piece_estimate_level = 2 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
show-testeval.cc の 33 行で定義されています。
参照先 piece_estimate_level, osl::record::csa::show(), と usage().
| void make1 | ( | const NumEffectState & | state, | |
| const eval::ml::OpenMidEndingEval & | eval, | |||
| PieceValues & | values | |||
| ) |
| void make2 | ( | const NumEffectState & | state, | |
| const eval::ml::OpenMidEndingEval & | eval, | |||
| PieceValues & | values | |||
| ) |
show-testeval.cc の 79 行で定義されています。
参照先 osl::Piece::isOnBoard(), osl::KING, osl::Piece::owner(), osl::Piece::ptype(), osl::unpromote(), と osl::eval::ml::OpenMidEndingEval::value().
参照元 show().
| void show | ( | const NumEffectState & | state | ) |
show-testeval.cc の 104 行で定義されています。
参照先 osl::eval::ml::OpenMidEndingEval::endgameValue(), osl::PtypeTable::getCsaName(), osl::PtypeTable::getIndexLimit(), osl::PtypeTable::getIndexMin(), osl::indexToPlayer(), osl::Piece::isOnBoard(), make1(), make2(), osl::eval::ml::OpenMidEndingEval::midgameValue(), osl::newPtypeO(), osl::Piece::number(), osl::eval::ml::OpenMidEndingEval::openingValue(), order, osl::Piece::owner(), osl::PAWN, piece_estimate_level, osl::Piece::position(), osl::record::KanjiPrint::print(), osl::eval::ml::OpenMidEndingEval::progress16(), osl::Piece::ptype(), osl::Ptype_Table, osl::unpromote(), osl::eval::ml::OpenMidEndingEval::value(), osl::WHITE, osl::Position::x(), と osl::Position::y().
| void show | ( | const char * | filename | ) |
show-testeval.cc の 144 行で定義されています。
参照先 moves, と osl::record::csa::show().
| void usage | ( | const char * | prog | ) |
show-testeval.cc の 21 行で定義されています。
| int piece_estimate_level = 2 |
show-testeval.cc の 31 行で定義されています。
| int verbose = 0 |
show-testeval.cc の 30 行で定義されています。
1.6.3