From ccd88c9e20911ecbbe07aa5229acc106e70df8f0 Mon Sep 17 00:00:00 2001 From: Wenjie Wu Date: Mon, 30 Sep 2019 08:41:18 +0800 Subject: [PATCH] [doc] fix typo in ASHA blog url (#5801) this fix issue #5800 --- doc/source/tune-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tune-tutorial.rst b/doc/source/tune-tutorial.rst index a53d301cb..71cb40626 100644 --- a/doc/source/tune-tutorial.rst +++ b/doc/source/tune-tutorial.rst @@ -71,7 +71,7 @@ Early Stopping with ASHA Let's integrate an early stopping algorithm to our search - ASHA, a scalable algorithm for principled early stopping. How does it work? On a high level, it terminates trials that are less promising and -allocates more time and resources to more promising trials. See `this blog post `__ for more details. +allocates more time and resources to more promising trials. See `this blog post `__ for more details. We can afford to **increase the search space by 5x**, by adjusting the parameter ``num_samples``. See the `Trial Scheduler section `__ for more details of available schedulers and library integrations.