diff --git a/docs/.documenter.enc b/docs/.documenter.enc index 5dc57d2e3..585abf956 100644 Binary files a/docs/.documenter.enc and b/docs/.documenter.enc differ diff --git a/docs/src/user/config.md b/docs/src/user/config.md index c9d38da9f..19392ff5f 100644 --- a/docs/src/user/config.md +++ b/docs/src/user/config.md @@ -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!,