Skip to content

Commit

Permalink
Merge pull request #2 from jmejia8/develop
Browse files Browse the repository at this point in the history
Update deps and readme file
  • Loading branch information
jmejia8 authored Mar 30, 2023
2 parents 9b649f5 + 9f078f3 commit c9c2518
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HyperTuning"
uuid = "ddfa78db-9111-4329-a6bd-d4ed85ceb229"
authors = ["Jesus Mejia <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9c2518

Please sign in to comment.