crfTrain - What are the options for the LBFGS solver's line search method?

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'.
Did this answer help you?