Skip to content

Commit 5c86a13

Browse files
committed
Add simple Optuna illustrations
1 parent 8659a69 commit 5c86a13

4 files changed

Lines changed: 676 additions & 0 deletions

File tree

source-code/parameter-optimization/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ values a in parameter space are explored.
1717
parameters by running jobs and using the result.
1818
1. `JuliaProcesses`: illustration of optimizing application
1919
parameters by running processes.
20+
1. `optuna`: illustrations of using Optuna for hyperparameter
21+
optimization.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Optuna
2+
3+
Optuna is a Python framework for automated hyperparameter optimization.
4+
5+
6+
## what is it?
7+
8+
1. `simple.py`: very simple example of how to use Optuna to optimize a function.
9+
1. `experiments.ipynb`: some experiments on more complicated function optimization.

0 commit comments

Comments
 (0)