aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_gridsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gensvm_gridsearch.c')
-rw-r--r--src/gensvm_gridsearch.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gensvm_gridsearch.c b/src/gensvm_gridsearch.c
index 7a81c51..2ac9639 100644
--- a/src/gensvm_gridsearch.c
+++ b/src/gensvm_gridsearch.c
@@ -350,8 +350,11 @@ void gensvm_train_queue(struct GenQueue *q)
* parameters differ with the specified kernel, this function writes a
* parameter string depending on which kernel is used.
*
- * @param[in] task the GenTask specified
- * @param[in] N total number of tasks
+ * @param[in] task the GenTask specified
+ * @param[in] N total number of tasks
+ * @param[in] perf performance of the current task
+ * @param[in] duration time duration of the current task
+ * @param[in] current_max current best performance
*
*/
void gensvm_gridsearch_progress(struct GenTask *task, long N, double perf,