Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shuffle tuner parameters to find good parameters quicker.
Parameters are searched in a linear fashion currently. By shuffling them, we will find a good instance more quickly. Also, shuffing could help reduce possible bias due to grouped, similar parameters that affect the environment (e.g. cache, branch predictor, ...), leading to more accurate/fair results. Additionally, this is a preparation for exiting the tuner during the search, which becomes a possible option. Pull request leela-zero#2225.
- Loading branch information