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
()
| 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 |
no outgoing calls
no test coverage detected