Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make uci search parameters the defaults ones #609

Merged
merged 2 commits into from Dec 27, 2018

Conversation

borg323
Copy link
Member

@borg323 borg323 commented Dec 24, 2018

No description provided.

@@ -60,7 +60,8 @@ void Benchmark::Run() {

defaults->Set<int>(SearchParams::kMiniBatchSizeId.GetId(), 256);
defaults->Set<float>(SearchParams::kFpuReductionId.GetId(), 1.2f);
defaults->Set<float>(SearchParams::kCpuctId.GetId(), 3.4f);
defaults->Set<float>(SearchParams::kCpuctId.GetId(), 3.0f);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make those defaults and override in selfplay?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not a helper function in SearchParams that changes the defaults?

@borg323 borg323 changed the title alighn benchmark search options with uci ones align benchmark search options with uci ones Dec 25, 2018
@borg323
Copy link
Member Author

borg323 commented Dec 26, 2018

In the end I decided that it is better for all search parameters to default to the uci values with overrides for selfplay only.

@borg323 borg323 changed the title align benchmark search options with uci ones make uci search parameters the defaults ones Dec 27, 2018
@borg323 borg323 merged commit 81beb84 into LeelaChessZero:master Dec 27, 2018
@borg323 borg323 deleted the bench_opts branch December 27, 2018 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants