ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ConjugateMinimizer.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/ConjugateMinimizer.cpp (file contents):
Revision 1035 by tim, Fri Feb 6 21:37:59 2004 UTC vs.
Revision 1046 by tim, Tue Feb 10 21:33:44 2004 UTC

# 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      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines