bench repeatedly does use nnue value trueuse nnue value false and it constantly unloads and loads the evalfile. This makes the mixed bench meaningless. This PR makes it not unload the previously loaded evalfile. It's not needed to unload is, it's enough that useNNUE is set to false.
bench repeatedly does
use nnue value true
use nnue value false
and it constantly unloads and loads the evalfile. This makes the mixed bench meaningless. This PR makes it not unload the previously loaded evalfile. It's not needed to unload is, it's enough that useNNUE is set to false.