Skip to content

Commit

Permalink
Merge pull request #166 from odow/patch-1
Browse files Browse the repository at this point in the history
Fix typo in first_optimization.md
  • Loading branch information
Vaibhavdixit02 authored Jun 29, 2023
2 parents e218684 + bfe4d19 commit 0fa5c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting_started/first_optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following parts of the SciML Ecosystem will be used in this tutorial:
|:---------------------------------------------------------------------------------------------- |:---------------------------------- |
| [Optimization.jl](https://docs.sciml.ai/Optimization/stable/) | The numerical optimization package |
| [OptimizationNLopt.jl](https://docs.sciml.ai/Optimization/stable/optimization_packages/nlopt/) | The NLopt optimizers we will use |
| [ForwardDiff.jl]https://docs.sciml.ai/Optimization/stable/API/optimization_function/#Optimization.AutoForwardDiff) | The automatic differentiation library for gradients |
| [ForwardDiff.jl](https://docs.sciml.ai/Optimization/stable/API/optimization_function/#Optimization.AutoForwardDiff) | The automatic differentiation library for gradients |

## Problem Setup

Expand Down

0 comments on commit 0fa5c9c

Please sign in to comment.