Closed twoplan closed 5 years ago
Demolito does a 80ms search on my machine, when I set Time Buffer to 0.
Not sure what is expected from engines in this scenario
Thanks erbsenzehler, didn't notice this option. Now it's all perfect:
python3 mea.py --engine "/Users/max/chess/Demolito/demolito-1.0.44" --name "Demolito 1.0.44" --eoption "Time Buffer=0" --epd "../2-moves.epd" --log --movetime 100
Time allocation : GOOD!!
at <= et + mt and at >= et - mt
ExpectedTime : 40.4s
ActualTime : 44.5s
MarginTime/pos : 0.2s
MarginTime : 80.8s
Compiled latest demolito (search 12 = 14468903) on my mac. Then ran a test with 404 opening positions. Each with 0.1s per move, so this should give a total time of ~40s. But demolito is much faster, better say used less time:
Demolito used only 50% of the time. Could this be a macOS issue?