diff --git a/Project.toml b/Project.toml index 91edf79..0a95303 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HyperTuning" uuid = "ddfa78db-9111-4329-a6bd-d4ed85ceb229" authors = ["Jesus Mejia "] -version = "0.1.0" +version = "0.1.1" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/README.md b/README.md index 9a280cd..19e2e55 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,15 @@ See [here](https://github.com/jmejia8/hypertuning-examples) for more examples. ## Examples +Examples for different Julia packages. + +- Optimization + * [Metaheuristics](https://github.com/jmejia8/hypertuning-examples/blob/main/Metaheuristics/metaheuristics.jl): The best parameters for a metaheuristic. + * [Optim](https://github.com/jmejia8/hypertuning-examples/blob/main/Optim/optim.jl): The best parameter for an exact optimizer. +- Machine Learning + * [MLJ](https://github.com/jmejia8/hypertuning-examples/blob/main/MLJ/mlj.jl): The best hyperparameters for a Machine Learning method. + * [Flux](https://github.com/jmejia8/hypertuning-examples/blob/main/Flux/flux.jl): The best hyperparameters for an artificial neural network method. + Further examples can be found at [https://github.com/jmejia8/hypertuning-examples](https://github.com/jmejia8/hypertuning-examples) ## Citation