mirror of https://github.com/microsoft/autogen.git
Update Tune-Lexicographic-objectives.md
This commit is contained in:
parent
2a4d9d3ecc
commit
28c7626e99
|
@ -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)
|
||||
[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)
|
||||
|
|
Loading…
Reference in New Issue