verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
mikeling has joined #mlpack
kris1_ has joined #mlpack
kris1_ has quit [Quit: kris1_]
kris1 has joined #mlpack
vivekp has quit [Ping timeout: 252 seconds]
vivekp has joined #mlpack
witness has joined #mlpack
vivekp has quit [Ping timeout: 248 seconds]
vivekp has joined #mlpack
witness has quit [Quit: Updating details, brb]
witness has joined #mlpack
mikeling has quit [Quit: Connection closed for inactivity]
s1998 has joined #mlpack
govg has quit [Quit: leaving]
< jenkins-mlpack> Project mlpack - git commit test build #2827: ABORTED in 7 days 12 hr: http://masterblaster.mlpack.org/job/mlpack%20-%20git%20commit%20test/2827/
< jenkins-mlpack> * Marcus Edel: Use Evaluate(const arma::mat& parameters) instead of Evaluate(const
< jenkins-mlpack> * Marcus Edel: Increase the population size to stabilize the test case.
< rcurtin> must have hung on some test, not sure which
s1998 has quit [Ping timeout: 260 seconds]
witness has quit [Quit: Connection closed for inactivity]
kris1 has quit [Quit: kris1]
< zoq> rcurtin: Looks like we have to take a closer look into the issue.
< rcurtin> I'm running the mlpack_test program that was built now, I'll see what test it is hanging on
< rcurtin> hm, I think it actually might be the KFoldCVWithDecisionTree test
< zoq> Which is probably fixed with #1111.
< rcurtin> yeah; I see that if I run with --log_level=test_suite, then it runs the tests and fails at KFoldCVWithDecisionTreeTest
< rcurtin> but if I also add --log_format=XML --report_level=detailed, then it never finishes
< rcurtin> so let's merge #1111 and see what happens...
< zoq> good idea
< jenkins-mlpack> Project mlpack - git commit test build #2828: ABORTED in 3 hr 38 min: http://masterblaster.mlpack.org/job/mlpack%20-%20git%20commit%20test/2828/
< jenkins-mlpack> * diao: Added line search update method for classical FW algorithm, and the
< jenkins-mlpack> * diao: Fixed some bugs in update_linesearch.hpp
< jenkins-mlpack> * diao: Tested regularization.
< jenkins-mlpack> * diao: Changed the new atom interface. All the tests still pass.
< jenkins-mlpack> * diao: Support Prune for UpdateSpan tested.
< jenkins-mlpack> * diao: Added atom norm constraint in update steps. Using Projected Gradient
< jenkins-mlpack> * diao: Added documentations.
< jenkins-mlpack> * diao: Added structure group constraint.
< jenkins-mlpack> * diao: Changed the code for structured group constraint solver.
< jenkins-mlpack> * diao: Fixed regularized OMP test.