minor fix
This commit is contained in:
parent
1834b3b8ce
commit
ecba8e3c6e
@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
static int position_counter = 0;
|
|
||||||
|
|
||||||
Move ai::v6_iterative_deepening::_search(const Board& b) {
|
Move ai::v6_iterative_deepening::_search(const Board& b) {
|
||||||
ThreadPool pool(std::thread::hardware_concurrency());
|
ThreadPool pool(std::thread::hardware_concurrency());
|
||||||
std::vector<Move> moves = b.all_legal_moves();
|
std::vector<Move> moves = b.all_legal_moves();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user