Update Tune-User-Defined-Function.md (#448)

Fix for #445
This commit is contained in:
vvijayalakshmi21 2022-02-03 23:10:57 +05:30 committed by GitHub
parent 34557de30c
commit b930de0e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@ flaml.tune.run(evaluation_function=evaluate_config, mode="min",
metric_constraints=[("score", "<=", 0.4)],...)
```
### Paralle tuning
### Parallel tuning
Related arguments:
@ -546,4 +546,4 @@ For more technical details, please check our papers.
year={2021},
booktitle={ICLR'21},
}
```
```