Guest User

Untitled

a guest
Apr 11th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. (gdb) backtrace
  2. #0 0x00000000004095e1 in MyFunction::Evaluate(arma::Mat<double> const&, unsigned long) const ()
  3. #1 0x000000000040d56a in mlpack::optimization::SGD<MyFunction>::Optimize(arma::Mat<double>&) ()
  4. #2 0x8000000000c53134 in ?? ()
  5. #3 0x8000000000000000 in ?? ()
  6. #4 0xbf1e1ddf0f6194c4 in ?? ()
  7. #5 0x800213416a6aaedb in ?? ()
  8. #6 0x8002317e77445ca2 in ?? ()
  9. #7 0x8000000000000000 in ?? ()
  10. #8 0x3eff75104d551d69 in ?? ()
  11. #9 0x0000000000002710 in ?? ()
  12. #10 0x3e112e0be826d695 in ?? ()
  13. #11 0x00007fff00000000 in ?? ()
  14. #12 0x00007ffff7ffe1c8 in _r_debug ()
  15. #13 0x0000003a00000003 in ?? ()
  16. #14 0x00000000000000ae in ?? ()
  17. #15 0x000000000062b460 in ?? ()
  18. #16 0x00000000f63d4e2e in ?? ()
  19. #17 0x0000000000000000 in ?? ()
  20. (gdb) frame 0
Add Comment
Please, Sign In to add comment