Sets the line search method used at each iteration @param lineSearch the line search method used at each iteration
(LineSearch lineSearch)
| 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 |
no outgoing calls