Skip to content

Commit

Permalink
newest version of subSolve(); now match with algorithm in paper
Browse files Browse the repository at this point in the history
  • Loading branch information
xrhuang816 committed May 23, 2016
1 parent 967e43d commit cb63083
Show file tree
Hide file tree
Showing 9 changed files with 448 additions and 398 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif


aloi.bin:
./multiTrain -s $(s) -l 0.1 -m $(m) -q $(q) -p $(p) $(sample_opt) -h $(data_dir)/aloi/aloi.bin.heldout $(data_dir)/aloi/aloi.bin.train $(model)
./multiTrain -s $(s) -l 0.05 -m $(m) -q $(q) -p $(p) $(sample_opt) -h $(data_dir)/aloi/aloi.bin.heldout $(data_dir)/aloi/aloi.bin.train $(model)
./multiPred $(data_dir)/aloi/aloi.bin.train $(model)
./multiPred $(data_dir)/aloi/aloi.bin.test $(model)
ifneq ($(p), 0)
Expand Down
Loading

0 comments on commit cb63083

Please sign in to comment.