mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-21 13:12:17 +01:00
DroidFish: Updated stockfish engine to version 4.
This commit is contained in:
@@ -118,7 +118,7 @@ void benchmark(const Position& current, istream& is) {
|
||||
|
||||
for (size_t i = 0; i < fens.size(); i++)
|
||||
{
|
||||
Position pos(fens[i], Options["UCI_Chess960"], Threads.main_thread());
|
||||
Position pos(fens[i], Options["UCI_Chess960"], Threads.main());
|
||||
|
||||
cerr << "\nPosition: " << i + 1 << '/' << fens.size() << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user