--- branches/development/src/optimization/Problem.hpp 2012/06/07 02:47:21 1749 +++ branches/development/src/optimization/Problem.hpp 2012/06/07 12:53:46 1750 @@ -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