See SpAveragePlayer.h. More...
#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. | |
See SpAveragePlayer.h.
Definition in file SpAveragePlayer.cpp.
| int LibertyAveragex10 | ( | const GoBoard & | board, | |
| SgBlackWhite | color | |||
| ) |
Average number of liberties of blocks of color, multiplied by 10.
Definition at line 13 of file SpAveragePlayer.cpp.
References GoBoard::All(), GoBoard::AllEmpty(), and GoBoard::Size().
Referenced by SpMinLibMoveGenerator::Evaluate(), and SpAverageMoveGenerator::Evaluate().