I have to read up in convex optimization - and at the moment I stuck at inexact line search. The method of exact linesearch (like golde section, etc.) is pretty obvious and I have an "graphical idea".
But with inexact line search, I have a problem with this "graphical idea": 
Could anyone explain this graphic for a "nonmathematicians" :) The idea in exact line search is the following rihgt: I start at the current point (for example: direction is $-\nabla f(p)$: in this picture the green curve right?) then i would go in the green direction until the function value is decreasing.
edit: are the green and the blue lines directional derivative?