Skip to content

Commit

Permalink
Merge pull request microsoft#843 from skzhang1/update_doc
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
skzhang1 authored Dec 7, 2022
2 parents dbc2e2d + 24eb0e9 commit f504153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/Examples/Tune-Lexicographic-objectives.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
```python
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

Expand Down Expand Up @@ -162,4 +163,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)
[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)

0 comments on commit f504153

Please sign in to comment.