[mlpack-git] [mlpack/mlpack] PARAM_VECTOR_IN seems not to be working (#798)

Ryan Curtin notifications at github.com
Thu Oct 6 14:11:12 EDT 2016


I found that `PARAM_VECTOR` did not work when I wrote some tests for it.  So I did some digging in the `boost::program_options` documentation and figured out how to make it work.  But the usage actually turns out to be a little bit different than expected.  You'll need to do, e.g., `-n 0 2` or `-n 0 -n 2` (either works).  I updated the documentation to point that out.  Let me know if my fix does not work for you.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/798#issuecomment-252043731
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20161006/a5d39906/attachment.html>


More information about the mlpack-git mailing list