ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
travis-ci has joined #mlpack
< travis-ci>
mlpack/ensmallen#72 (ensmallen-1.12.2 - cd0bcbc : Ryan Curtin): The build passed.
i8hantanu has quit [Quit: Connection closed for inactivity]
ImQ009 has joined #mlpack
i8hantanu has joined #mlpack
i8hantanu has quit [Quit: Connection closed for inactivity]
cult- has left #mlpack []
cjlcarvalho has joined #mlpack
cjlcarvalho has quit [Ping timeout: 258 seconds]
cjlcarvalho has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
cjlcarvalho has quit [Ping timeout: 268 seconds]
niteya has joined #mlpack
niteya_ has joined #mlpack
< niteya_>
Hello , I am niteya and I have taken up the task for building bindings for range search (PR 1632) . When I am trying to build the test suite , I get the error "multiple definition" for my file when linking, after a bit of digging whenever range_search_test.cpp for class is built before i get this error(If I remove this file in the Cmake list then the error goes away and then my test works ). I checked all hpp files and they all hav
< niteya_>
e ifndef before defines , is there anything that I am missing ?
niteya_ has quit [Quit: Leaving]
niteya_ has joined #mlpack
niteya_ has quit [Client Quit]
cjlcarvalho has joined #mlpack
niteya has quit [Remote host closed the connection]
ImQ009 has quit [Read error: Connection reset by peer]
< rcurtin>
niteya_: by chance is the BOOST_AUTO_TEST_SUITE(<suiteName>) duplicated between src/mlpack/tests/range_search_test.cpp and src/mlpack/tests/main_tests/range_search_test.cpp?
< rcurtin>
i.e. <suiteName> should not be the same for both
cult- has joined #mlpack
< cult->
would it be possible to parallelize the loops in adaboost?