駒の損得に基づいたcostの推定 [詳細]
#include <pieceCost.h>

Static Public 変数 | |
| static const CArray< signed char, PTYPE_SIZE > | attack_sacrifice_cost |
駒の損得に基づいたcostの推定
pieceCost.h の 15 行で定義されています。
const CArray< signed char, PTYPE_SIZE > checkmate:: osl::PieceCost::attack_sacrifice_cost [static] |
{{
0, 0,
1, 2, 2, 2,
4, 4,
0, 4,
1, 2, 2, 2,
3, 3,
}}
pieceCost.h の 17 行で定義されています。
1.7.1