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@nyclamp.(none)>2013-10-30 00:26:55 +0400
committerJohn Langford <jl@nyclamp.(none)>2013-10-30 00:26:55 +0400
commitdb7730d50ad5eb33fb900559cf1ffecba1f4b74f (patch)
tree7428879bd583fada17105ae23f439f65602debd2 /vowpalwabbit/learner.cc
parentbdfdea14889185891ca2f024a1d59cd9dfabe2c1 (diff)
added init_driver routine, fixed bfgs backstep
Diffstat (limited to 'vowpalwabbit/learner.cc')
-rw-r--r--vowpalwabbit/learner.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/learner.cc b/vowpalwabbit/learner.cc
index 739526c6..cc1ca7e7 100644
--- a/vowpalwabbit/learner.cc
+++ b/vowpalwabbit/learner.cc
@@ -8,6 +8,7 @@ namespace LEARNER
{
example* ec = NULL;
+ all->l.init_driver();
while ( true )
{
if(all->early_terminate)