Skip to content

Commit 940092e

Browse files
Cesar-Cardosometa-codesync[bot]
authored andcommitted
Fix parallelism link in generation_strategy.py (#4859)
Summary: Pull Request resolved: #4859 Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: eonofrey Differential Revision: D92345682 fbshipit-source-id: 42fcff83a2bff2658082a3f0cc088380e18b7f5f
1 parent a3d972d commit 940092e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ax/exceptions/generation_strategy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def __init__(
3737
msg_start
3838
+ f" has been reached: {num_running} trials are currently 'running'. Some "
3939
"trials need to be completed before more trials can be generated. See "
40-
"https://ax.dev/docs/bayesopt.html to understand why limited parallelism "
41-
"improves performance of Bayesian optimization."
40+
"https://ax.dev/docs/tutorials/automating/#step-5-run-trials to understand "
41+
"why limited parallelism improves performance of Bayesian optimization."
4242
)
4343

4444

0 commit comments

Comments
 (0)