ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/optimization/Problem.hpp
(Generate patch)

Comparing:
branches/development/src/optimization/Problem.hpp (file contents), Revision 1749 by gezelter, Thu Jun 7 02:47:21 2012 UTC vs.
trunk/src/optimization/Problem.hpp (file contents), Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC

# Line 68 | Line 68 | namespace QuantLib {
68  
69          void setCurrentValue(const DynamicVector<RealType>& currentValue) {
70              currentValue_=currentValue;
71 <            statusFunction_.writeStatus(currentValue);
71 >            statusFunction_.writeStatus(functionEvaluation_,
72 >                                        gradientEvaluation_,
73 >                                        currentValue_,
74 >                                        functionValue_);
75          }
76  
77          //! current value of the local minimum

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines