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

Add mlpack::backtrace. #526

Closed
wants to merge 12 commits into from
Closed

Add mlpack::backtrace. #526

wants to merge 12 commits into from

Conversation

Kirizaki
Copy link
Contributor

Add Backtrace class for Log::Assert & Log::Fatal. Ubuntu implementation only (g++, clang).

Add find_package LibBfd.cmake / LibDL.cmake and inc. dirs.
Add note about printing a backtrace.
Include header file.
Include header & source files for backtrace.
Printing backtrace for Log::Assert.
Prints backtrace for Log::Fatal.
Add linking to libraries for backtrace.
Test the RMSprop optimizer with logistic regression and a feedforward…
@Kirizaki
Copy link
Contributor Author

If compile program without -g -rdynamic, prints information about adding those flags.

  • for Log::Assert [DEBUG]
  • for Log::Fatal [FATAL]

@Kirizaki Kirizaki closed this Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant