What are the options for the LBFGS solver's line search method?
2 vues
Réponse
When using the 'LBFGS' algorithm, you can specify the line search method via the 'lineSearchMethod' subparameter within 'lbfgsOpt'. The options are 'MORETHUENTE' (default), 'ARMIJO', 'WOLFE', 'STRONGWOLFE', and 'HYBRID'.