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

Method setLineSearch

JSAT/src/jsat/math/optimization/BFGS.java:190–193  ·  view source on GitHub ↗

Sets the line search method used at each iteration @param lineSearch the line search method used at each iteration

(LineSearch lineSearch)

Source from the content-addressed store, hash-verified

188 * @param lineSearch the line search method used at each iteration
189 */
190 public void setLineSearch(LineSearch lineSearch)
191 {
192 this.lineSearch = lineSearch;
193 }
194
195 /**
196 * Returns the line search method used at each iteration

Callers 2

testOptimizeMethod · 0.95
BFGSMethod · 0.95

Calls

no outgoing calls

Tested by 1

testOptimizeMethod · 0.76