[mlpack-git] [mlpack/mlpack] Adds a GammaDistribution object for estimating gamma parameters (#729)

Yannis Mentekidis notifications at github.com
Thu Jul 21 08:33:44 EDT 2016


So, I've solved almost all the problems except for `‘digits_base10’ is not a member of ‘boost::math::policies’` in `boost_backport/detail/polygamma.hpp`.

I can't do the same thing for this function (declare it on the top of the file) because I get the error `BOOST_MATH_CONSTEXPR does not name a type` (the definition of `digits_base10` specifies that as the return type).

I thought of moving the backported files to the top of my includes so that, if files like boost's `policy.hpp` are included they will be ignored because of the ifndef shield. That obviously didn't work.

I'm not sure how to fix that (or if there are other bugs after that)

---
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/pull/729#issuecomment-234239830
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160721/45ca443a/attachment-0001.html>


More information about the mlpack-git mailing list