Skip to content

Commit

Permalink
Update Tune-Lexicographic-objectives.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skzhang1 authored Dec 7, 2022
1 parent 2a4d9d3 commit 28c7626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/Examples/Tune-Lexicographic-objectives.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
[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 28c7626

Please sign in to comment.