--- trunk/gadget/keeper.h 2015/07/23 19:00:38 11 +++ trunk/gadget/keeper.h 2015/07/24 18:36:24 12 @@ -202,7 +202,10 @@ * \return bestlikelihood */ double getBestLikelihoodScore() const { return bestlikelihood; }; - //FIXME doc + /** + * \brief This function will return the DoubleVector used to store the values of the parameters + * \return values + */ DoubleVector getValues() {return values;} protected: /**