#include "osl/rating/featureSet.h"#include "osl/rating/ratingEnv.h"#include "osl/effect_util/effectUtil.h"#include "osl/state/numEffectState.h"#include "osl/stl/vector.h"#include "osl/record/csa.h"#include "osl/record/csaRecord.h"#include "osl/record/kisen.h"#include "osl/progress/effect5x3.h"#include "osl/apply_move/applyMove.h"#include "osl/stat/average.h"#include "osl/stat/histogram.h"#include <boost/program_options.hpp>#include <iostream>#include <cmath>
関数 | |
| void | run (NumEffectState &state, const vector< Move > &moves) |
| void | show_statistics () |
| int | main (int argc, char **argv) |
| void | show (const NumEffectState &state, Move next) |
変数 | |
| size_t | num_kisen |
| size_t | opening_skip |
| size_t | target_limit |
| CArray< stat::Average, 8 > | top_rated |
| CArray< stat::Average, 8 > | active |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
参照先 kisen_filename, moves, num_kisen, opening_skip, run(), show_statistics(), store(), target_limit, と vm.
| void show | ( | const NumEffectState & | state, | |
| Move | next | |||
| ) |
| CArray<stat::Average,8> active |
参照元 show(), と show_statistics().
| size_t opening_skip |
| size_t target_limit |
| CArray<stat::Average,8> top_rated |
1.6.3