Skip to content

Commit

Permalink
Fix Documenter.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod committed Jun 21, 2016
1 parent c0d2d80 commit 21bd318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/.documenter.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/src/user/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In addition to the solver, you can alter the behavior of the Optim package by us
* `autodiff`: When only an objective function is provided, use automatic differentiation to compute exact numerical gradients. If not, finite differencing will be used. This functionality is experimental. Defaults to `false`.
* `show_every`: Trace output is printed every `show_every`th iteration.

We currently recommend the statically dispatched interface by using the `OptimizationOptions`
We currently recommend the statically dispatched interface by using the `OptimizationOptions`
constructor:
```jl
res = optimize(f, g!,
Expand Down

0 comments on commit 21bd318

Please sign in to comment.