LineSearches.jl
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
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.