#include <progress.h>
Public 型 | |
enum | { DIM = 256 } |
Static Public メソッド | |
static int | eval (Progress16 black, Progress16 white) |
static void | setUp (const Weights &weights) |
Static Private メソッド | |
static int | index (Progress16 black, Progress16 white) |
Static Private 変数 | |
static CArray< int, 256 > | table |
progress.h の 14 行で定義されています。
anonymous enum |
progress.h の 17 行で定義されています。
int osl::eval::ml::ProgressBonus::eval | ( | Progress16 | black, | |
Progress16 | white | |||
) | [static] |
progress.cc の 5 行で定義されています。
static int osl::eval::ml::ProgressBonus::index | ( | Progress16 | black, | |
Progress16 | white | |||
) | [inline, static, private] |
progress.h の 21 行で定義されています。
void osl::eval::ml::ProgressBonus::setUp | ( | const Weights & | weights | ) | [static] |
progress.cc の 11 行で定義されています。
参照先 osl::eval::ml::Weights::dimension(), index(), table, と osl::eval::ml::Weights::value().
osl::misc::CArray< int, 256 > osl::eval::ml::ProgressBonus::table [static, private] |
progress.h の 25 行で定義されています。