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@hunch.net>2011-07-18 11:17:43 +0400
committerJohn Langford <jl@hunch.net>2011-07-18 11:17:43 +0400
commitc2a74a3925a471604b62ce4c0839130e5e77c3b2 (patch)
tree13125e9909c750be8d13d9f368e278c518ff18d6 /Makefile
parent280b23d4a1ad20bfdc90eaab7af2a087b449e377 (diff)
initial L-BFGS from Miro Dudik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c56da0f4..1853796f 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ gd.o: parse_example.h
allreduce_master: allreduce_master.o
$(COMPILER) $(FLAGS) -o $@ $+
-vw: hash.o global_data.o delay_ring.o message_relay.o io.o parse_regressor.o parse_primitives.o unique_sort.o cache.o simple_label.o parse_example.o multisource.o sparse_dense.o network.o parse_args.o gd.o allreduce.o cg.o noop.o parser.o vw.o loss_functions.o sender.o main.o
+vw: hash.o global_data.o delay_ring.o message_relay.o io.o parse_regressor.o parse_primitives.o unique_sort.o cache.o simple_label.o parse_example.o multisource.o sparse_dense.o network.o parse_args.o gd.o allreduce.o cg.o bfgs.o noop.o parser.o vw.o loss_functions.o sender.o main.o
$(COMPILER) $(FLAGS) -L$(BOOST_LIBRARY) -o $@ $+ $(LIBS)
lda: hash.o global_data.o delay_ring.o message_relay.o io.o parse_regressor.o parse_primitives.o unique_sort.o cache.o simple_label.o parse_example.o multisource.o sparse_dense.o network.o parse_args.o gd.o lda_core.o noop.o parser.o loss_functions.o sender.o lda.o