--- branches/development/src/optimization/Problem.hpp 2012/06/07 02:47:21 1749 +++ trunk/src/optimization/Problem.hpp 2012/08/22 02:28:28 1782 @@ -68,7 +68,10 @@ namespace QuantLib { void setCurrentValue(const DynamicVector& currentValue) { currentValue_=currentValue; - statusFunction_.writeStatus(currentValue); + statusFunction_.writeStatus(functionEvaluation_, + gradientEvaluation_, + currentValue_, + functionValue_); } //! current value of the local minimum