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 43ca96f commit 258e49dCopy full SHA for 258e49d
docs/src/native/solvers.md
@@ -21,7 +21,7 @@ documentation.
21
- `linesearch`: the line search algorithm to use. Defaults to
22
[`NoLineSearch()`](@extref LineSearch.NoLineSearch), which means that no line search is
23
performed.
24
- - `autodiff`: etermines the backend used for the Jacobian. Note that this
+ - `autodiff`: determines the backend used for the Jacobian. Note that this
25
argument is ignored if an analytical Jacobian is passed, as that will be used instead.
26
Defaults to `nothing` which means that a default is selected according to the problem
27
specification! Valid choices are types from ADTypes.jl.
0 commit comments