We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb65f59 commit 5a3016bCopy full SHA for 5a3016b
docs/make.jl
@@ -14,7 +14,7 @@ makedocs(
14
"GalacticOptim.jl: Unified Global Optimization Package" => "index.md",
15
16
"Tutorials" => [
17
- "Introduction to GalacticOptim.jl" => "tutorials/intro.md",
+ "Basic usage" => "tutorials/intro.md",
18
"Rosenbrock function" => "tutorials/rosenbrock.md",
19
"Minibatch" => "tutorials/minibatch.md"
20
],
docs/src/tutorials/intro.md
@@ -1,4 +1,4 @@
1
-# Introduction to GalacticOptim.jl
+# Basic usage
2
3
In this tutorial we introduce the basics of GalcticOptim.jl by showing
4
how to easily mix local optimizers from Optim.jl and global optimizers
0 commit comments