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)>2014-05-02 17:12:16 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-05-02 17:12:16 +0400
commit663819314cc2486a076ac6dee080e4e775764f69 (patch)
treea9709d7b24a22a43bcf5872eeb6414d2af20ddec /vowpalwabbit/bfgs.h
parentfb7c1f55964e4f04d4dd829cc59e8a9244478a13 (diff)
reorder some parsing
Diffstat (limited to 'vowpalwabbit/bfgs.h')
-rw-r--r--vowpalwabbit/bfgs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/bfgs.h b/vowpalwabbit/bfgs.h
index 04a4c305..ac9e471a 100644
--- a/vowpalwabbit/bfgs.h
+++ b/vowpalwabbit/bfgs.h
@@ -7,7 +7,7 @@ license as described in the file LICENSE.
#define BFGS_H
namespace BFGS {
- LEARNER::learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
+ LEARNER::learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm);
}
#endif