You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,3 @@
4
4
[](https://buildkite.com/julialang/scimldocs?branch=main)
5
5
6
6
Attempts at a single documentation for the full SciML interface.
|[Optimization.jl](https://docs.sciml.ai/Optimization/stable/)| The numerical optimization package |
21
-
|[OptimizationNLopt.jl](https://docs.sciml.ai/Optimization/stable/optimization_packages/nlopt/)| The NLopt optimizers we will use |
22
-
|[ForwardDiff.jl](https://docs.sciml.ai/Optimization/stable/API/optimization_function/#Optimization.AutoForwardDiff)| The automatic differentiation library for gradients |
|[Optimization.jl](https://docs.sciml.ai/Optimization/stable/)| The numerical optimization package|
21
+
|[OptimizationNLopt.jl](https://docs.sciml.ai/Optimization/stable/optimization_packages/nlopt/)| The NLopt optimizers we will use|
22
+
|[ForwardDiff.jl](https://docs.sciml.ai/Optimization/stable/API/optimization_function/#Optimization.AutoForwardDiff)| The automatic differentiation library for gradients |
23
23
24
24
## Problem Setup
25
25
@@ -68,9 +68,9 @@ To do this tutorial, we will need a few components:
68
68
69
69
-[Optimization.jl](https://docs.sciml.ai/Optimization/stable/), the optimization interface.
70
70
-[OptimizationNLopt.jl](https://docs.sciml.ai/Optimization/stable/optimization_packages/nlopt/), the optimizers we will use.
0 commit comments