File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
pages = [" index.md" ,
2
+ " getting_started.md" ,
2
3
" Tutorials" => [
3
- " tutorials/intro.md" ,
4
- " tutorials/rosenbrock.md" ,
5
4
" tutorials/minibatch.md" ,
6
5
" tutorials/symbolic.md" ,
7
6
" tutorials/constraints.md" ,
8
7
],
8
+ " Examples" => [
9
+ " examples/rosenbrock.md" ,
10
+ ],
9
11
" Basics" => [
10
12
" API/optimization_problem.md" ,
11
13
" API/optimization_function.md" ,
Original file line number Diff line number Diff line change 1
1
# Solving the Rosenbrock Problem in >10 Ways
2
2
3
- This tutorial is a demonstration of many different solvers to demonstrate the
3
+ This example is a demonstration of many different solvers to demonstrate the
4
4
flexibility of Optimization.jl. This is a gauntlet of many solvers to get a feel
5
5
for common workflows of the package and give copy-pastable starting points.
6
6
Original file line number Diff line number Diff line change 1
- # Basic usage
1
+ # Getting Started with Optimization in Julia
2
2
3
3
In this tutorial, we introduce the basics of Optimization.jl by showing
4
4
how to easily mix local optimizers from Optim.jl and global optimizers
You can’t perform that action at this time.
0 commit comments