LineSearches.jl icon indicating copy to clipboard operation
LineSearches.jl copied to clipboard

Julia Formatter, removed zeroT and replaced it with zero(T), changed x == nothing to isnothing(x) and added check if phi_x is finite in Backtracking

Open theplatters opened this issue 4 months ago • 1 comments

I am doing a few readability improvememts of this package and will try to refactor StrongWolfe and work off the Todos that are still in the code. This is the first step.

theplatters avatar Oct 18 '24 14:10 theplatters