From 5adce62857e7dc3f9d4547e5e9ad7bf21be09603 Mon Sep 17 00:00:00 2001 From: skzhang1 Date: Tue, 6 Dec 2022 20:42:06 -0500 Subject: [PATCH 1/3] update --- website/docs/Examples/Tune-Lexicographic-objectives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Examples/Tune-Lexicographic-objectives.md b/website/docs/Examples/Tune-Lexicographic-objectives.md index c7fff5463..ab6d9823e 100644 --- a/website/docs/Examples/Tune-Lexicographic-objectives.md +++ b/website/docs/Examples/Tune-Lexicographic-objectives.md @@ -5,7 +5,7 @@ ```python pip install "flaml>=1.1.0" thop torchvision torch ``` - +This is a new feature that will be released in version 1.1.0 and is subject to change in the future version. ## Tuning accurate and efficient neural networks with lexicographic preference ### Data From 28c7626e99a285c1b0e4e47213b255b966b156c6 Mon Sep 17 00:00:00 2001 From: Shaokun Date: Wed, 7 Dec 2022 10:57:33 -0500 Subject: [PATCH 2/3] Update Tune-Lexicographic-objectives.md --- website/docs/Examples/Tune-Lexicographic-objectives.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/Examples/Tune-Lexicographic-objectives.md b/website/docs/Examples/Tune-Lexicographic-objectives.md index ab6d9823e..c91332479 100644 --- a/website/docs/Examples/Tune-Lexicographic-objectives.md +++ b/website/docs/Examples/Tune-Lexicographic-objectives.md @@ -5,7 +5,7 @@ ```python pip install "flaml>=1.1.0" thop torchvision torch ``` -This is a new feature that will be released in version 1.1.0 and is subject to change in the future version. +Tuning multiple objectives with Lexicographic preference is a new feature added in version 1.1.0 and is subject to change in future versions. ## Tuning accurate and efficient neural networks with lexicographic preference ### Data @@ -162,4 +162,4 @@ analysis = tune.run( ``` -[Link to notebook](https://github.com/microsoft/FLAML/blob/main/notebook/tune_lexicographic.ipynb) | [Open in colab](https://colab.research.google.com/github/microsoft/FLAML/blob/main/notebook/tune_lexicographic.ipynb) \ No newline at end of file +[Link to notebook](https://github.com/microsoft/FLAML/blob/main/notebook/tune_lexicographic.ipynb) | [Open in colab](https://colab.research.google.com/github/microsoft/FLAML/blob/main/notebook/tune_lexicographic.ipynb) From 10303854e273c74e3e7e813db4bf94e84bcf01f6 Mon Sep 17 00:00:00 2001 From: Shaokun Date: Wed, 7 Dec 2022 13:04:55 -0500 Subject: [PATCH 3/3] Update website/docs/Examples/Tune-Lexicographic-objectives.md Co-authored-by: Chi Wang --- website/docs/Examples/Tune-Lexicographic-objectives.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/Examples/Tune-Lexicographic-objectives.md b/website/docs/Examples/Tune-Lexicographic-objectives.md index c91332479..b215c3728 100644 --- a/website/docs/Examples/Tune-Lexicographic-objectives.md +++ b/website/docs/Examples/Tune-Lexicographic-objectives.md @@ -6,6 +6,7 @@ pip install "flaml>=1.1.0" thop torchvision torch ``` Tuning multiple objectives with Lexicographic preference is a new feature added in version 1.1.0 and is subject to change in future versions. + ## Tuning accurate and efficient neural networks with lexicographic preference ### Data