MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / updatesGrad

Method updatesGrad

JSAT/src/jsat/math/optimization/LineSearch.java:85–85  ·  view source on GitHub ↗

When performing the #lineSearch(double, jsat.linear.Vec, jsat.linear.Vec, jsat.linear.Vec, jsat.math.Function, jsat.math.FunctionVec, double, double, jsat.linear.Vec, double[], jsat.linear.Vec) linear search step some line searches may or may not use the gradient information. If the gradient

()

Source from the content-addressed store, hash-verified

83 * gradient value will need to be computed after.
84 */
85 public boolean updatesGrad();
86
87 /**
88 * Returns a clone of the line search object

Callers 2

optimizeMethod · 0.95
optimizeMethod · 0.95

Implementers 2

WolfeNWLineSearchJSAT/src/jsat/math/optimization/WolfeN
BacktrackingArmijoLineSearchJSAT/src/jsat/math/optimization/Backtr

Calls

no outgoing calls

Tested by

no test coverage detected