Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Migrate from boost::math to std where possible #128

Closed
3 tasks
hendrikmuhs opened this issue Jun 14, 2018 · 0 comments · Fixed by #132
Closed
3 tasks

[ML] Migrate from boost::math to std where possible #128

hendrikmuhs opened this issue Jun 14, 2018 · 0 comments · Fixed by #132

Comments

@hendrikmuhs
Copy link

Follow-up from #126

This is a meta-issue listing all possible re-factorings made possible by C++11 based on scanning the code at the time of writing this issue:

  • use CTools::lgamma (wrapper for std::lgamma)
  • isnan, isinf, isfinite
  • erf
@hendrikmuhs hendrikmuhs self-assigned this Jun 15, 2018
hendrikmuhs pushed a commit that referenced this issue Jun 20, 2018
…132)

Migrate remaining codebase to std::lgamma, std::{isfinite,isinf,isnan}andstd::erf`

fixes #128
hendrikmuhs pushed a commit to hendrikmuhs/ml-cpp that referenced this issue Jun 20, 2018
…lastic#132)

Migrate remaining codebase to std::lgamma, std::{isfinite,isinf,isnan}andstd::erf`

fixes elastic#128
hendrikmuhs pushed a commit that referenced this issue Jun 20, 2018
…132)

Migrate remaining codebase to std::lgamma, std::{isfinite,isinf,isnan}andstd::erf`

fixes #128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant