Skip to content

Commit

Permalink
Update README.md (google-research#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedahl authored Feb 11, 2023
1 parent 8bedc46 commit 1760458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ should be tuned at all.*
optimization tools that properly handle trials that diverge (see
[Bayesian Optimization with Unknown Constraints](https://arxiv.org/abs/1403.5607)
for an excellent way to deal with this issue). [Open-Source Vizier](https://github.com/google/vizier)
has support for divergent points by marking trials as infeasible.
has support for divergent points by marking trials as infeasible, although it may not use our preferred approach from [Gelbart et al.](https://arxiv.org/abs/1403.5607), depending on how it is configured.
- At this point, we should also consider checking the performance on the test
set.
- In principle, we could even fold the validation set into the training
Expand Down

0 comments on commit 1760458

Please sign in to comment.