File tree Expand file tree Collapse file tree
docs/src/tutorials/backends Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33When [ ` NLopt.jl ` ] ( https://github.com/jump-dev/NLopt.jl ) is loaded in the running Julia session,
44it could be used by the [ ` SemOptimizer ` ] ( @ref ) by specifying ` engine = :NLopt `
5- (see [ NLopt-specific options ] ( @ ref ` SemOptimizer(Val(:NLopt)) ` ) ).
5+ (see ... ).
66Among other things, ` NLopt ` enables constrained optimization of the SEM models, which is
77explained in the [ Constrained optimization] ( @ref ) section.
88
Original file line number Diff line number Diff line change 11# Using Optim.jl
22
33[ Optim.jl] ( https://github.com/JuliaNLSolvers/Optim.jl ) is the default optimization engine of * SEM.jl* ,
4- see [ ` SemOptimizer(Val(:Optim)) ` ] ( @ref ) for a full list of its parameters.
4+ see ... for a full list of its parameters.
55It defaults to the LBFGS optimization, but we can load the ` Optim ` and ` LineSearches ` packages
66and specify BFGS (!not L-BFGS) with a back-tracking linesearch and Hager-Zhang initial step length guess:
77
You can’t perform that action at this time.
0 commit comments