| # | Line 68 | Line 68 | void ConjugateMinimizerBase::minimize(){ | |
|---|---|---|
| 68 | for(currentIter = 1;currentIter <= maxIteration; currentIter++){ | |
| 69 | ||
| 70 | // perform line search to minimize f(x + lamda * direction) where stepSize > 0 | |
| 71 | < | lsMinimizer->minimize(direction, 0.0, 1.0); |
| 71 | > | lsMinimizer->minimize(direction, 0.0, 0.01); |
| 72 | ||
| 73 | lsStatus = lsMinimizer->getMinimizationStatus(); | |
| 74 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |