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
@@ -54,6 +65,18 @@ Newton CG solver. This is the same as the Newton solver except that instead
54
65
of solving systems of the form `H\\b` where `H` is the full Hessian, it uses
55
66
a matrix-free conjugate gradient approach to solving that system. This should
56
67
generally be preferred for larger scale cases.
68
+
69
+
`optim_options` are the [general Optim Options](https://julianlsolvers.github.io/Optim.jl/stable/#user/config/).
70
+
`newtoncg_options` are the [options of Krylov Trust Region method](https://github.com/JuliaNLSolvers/Optim.jl/blob/master/src/multivariate/solvers/second_order/krylov_trust_region.jl)
0 commit comments