Skip to content

Commit

Permalink
upadted the header file
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkerlin committed Mar 18, 2014
1 parent 26ffa04 commit 6bfd373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/machine/gp/LaplacianInferenceMethodWithLBFGS.h
Expand Up @@ -214,8 +214,8 @@ class CLaplacianInferenceMethodWithLBFGS: public CLaplacianInferenceMethod

void init();

/* helper function used to compute function value and gradient
* given a current alpha. Note that this function should be static and
/* helper function is passed to the LBFGS API
* Note that this function should be static and
* private.
* */
static float64_t evaluate(void *obj,
Expand Down

0 comments on commit 6bfd373

Please sign in to comment.