CoordPair::from_axes
This commit is contained in:
@@ -20,12 +20,6 @@ impl BoardValueMap {
|
||||
|
||||
/// Weights from: https://repub.eur.nl/pub/7142/ei2005-47.pdf
|
||||
pub fn new() -> Self {
|
||||
assert_eq!(
|
||||
Board::BOARD_SIZE,
|
||||
8,
|
||||
"BVM only supports Board::BOARD_SIZE of 8"
|
||||
);
|
||||
|
||||
const POSITION_VALUES: [[i64; 8]; 8] = [
|
||||
[100, -20, 10, 5, 5, 10, -20, 100],
|
||||
[-20, -50, -2, -2, -2, -2, -50, -20],
|
||||
|
||||
Reference in New Issue
Block a user