We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8659a69 commit 5c86a13Copy full SHA for 5c86a13
4 files changed
source-code/parameter-optimization/README.md
@@ -17,3 +17,5 @@ values a in parameter space are explored.
17
parameters by running jobs and using the result.
18
1. `JuliaProcesses`: illustration of optimizing application
19
parameters by running processes.
20
+ 1. `optuna`: illustrations of using Optuna for hyperparameter
21
+ optimization.
source-code/parameter-optimization/optuna/README.md
@@ -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