Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 14, 2024
1 parent acd71c4 commit 606d528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TEST(TreeStructuredParzenEstimatorTest, TPE_is_better_than_random_search_on_sphe
const std::string method = ((n_startup_trials == kInnerTrialsNum) ? "Random" : "TPE");

const std::vector<double> sample_mean(5, 0.0);
const std::vector<double> sample_stddev {1.0, 1.0, 0.1, 0.1, 0.1};
const std::vector<double> sample_stddev{1.0, 1.0, 0.1, 0.1, 0.1};

for (const int64_t n_startup_trials : {kInnerTrialsNum, kInnerTrialsNum / 2}) {
const std::string method = ((n_startup_trials == kInnerTrialsNum) ? "Random" : "TPE");
Expand Down

0 comments on commit 606d528

Please sign in to comment.