simpeg.optimization.SteepestDescent.findSearchDirection#
- SteepestDescent.findSearchDirection()[source]#
findSearchDirection should return an approximation of:
Where you are solving for the search direction, p
The default is:
And corresponds to SteepestDescent.
The latest function evaluations are present in:
self.f, self.g, self.H
- Return type:
- Returns:
p, Search Direction