Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@jl-desktop.(none)>2012-01-18 21:40:53 +0400
committerJohn Langford <jl@jl-desktop.(none)>2012-01-18 21:40:53 +0400
commit2725682bd6664a7962aee5156daae055fb49b73c (patch)
treefdfaa1393543e3f90af4c402c10427f731d1f02c /vowpalwabbit/bfgs.h
parent40b3568698aafe0a63c88cc4d82d2a99ca751616 (diff)
converted all cores to function as a driver() to help with library and reduction
Diffstat (limited to 'vowpalwabbit/bfgs.h')
-rw-r--r--vowpalwabbit/bfgs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vowpalwabbit/bfgs.h b/vowpalwabbit/bfgs.h
index e1daed18..5eb1a774 100644
--- a/vowpalwabbit/bfgs.h
+++ b/vowpalwabbit/bfgs.h
@@ -10,8 +10,7 @@ embodied in the content of this file are licensed under the BSD
namespace BFGS {
-void setup_bfgs(gd_thread_params& t);
-void destroy_bfgs();
+void drive_bfgs();
}