Definition in file SpAveragePlayer.cpp.
#include "SgSystem.h"
#include "SpAveragePlayer.h"
#include "SgConnCompIterator.h"
Go to the source code of this file.
Functions | |
int | LibertyAveragex10 (const GoBoard &board, SgBlackWhite color) |
Average number of liberties of blocks of color, multiplied by 10. |
int LibertyAveragex10 | ( | const GoBoard & | board, | |
SgBlackWhite | color | |||
) |
Average number of liberties of blocks of color, multiplied by 10.
Definition at line 14 of file SpAveragePlayer.cpp.
References GoBoard::All(), GoBoard::AllEmpty(), and GoBoard::Size().
Referenced by SpMinLibMoveGenerator::Evaluate(), and SpAverageMoveGenerator::Evaluate().