inexact line search is a type of line search method that tries to find an acceptable step size that provides sufficient decrease in the function value, but without solving the problem exactly.

Common inexact line search methods include backtracking line search and the Wolfe conditions