Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jmejia8 committed Mar 30, 2023
1 parent 2b2505d commit 9f078f3
Showing 1 changed file with 9 additions and 0 deletions.
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 9f078f3

Please sign in to comment.