When optim.jl uses L-BFGS method to optimize the objective function, the derivative between each step of the optimization process often needs to search 3-4 steps. Can we fix the search step number to 1?
When optim.jl uses L-BFGS method to optimize the objective function, the derivative between each step of the optimization process often needs to search 3-4 steps. Can we fix the search step number to 1?